Skip to content

Commit fb5fa0b

Browse files
CunliangGenggithub-actions[bot]
authored andcommitted
Update version to 2.0.0-alpha.8
1 parent 369f198 commit fb5fa0b

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [v2.0.0-alpha.8](https://github.com/NPLinker/nplinker/tree/v2.0.0-alpha.8) (2025-01-23)
4+
5+
[Full Changelog](https://github.com/NPLinker/nplinker/compare/v2.0.0-alpha.7...v2.0.0-alpha.8)
6+
7+
**Closed issues:**
8+
9+
- Replace square NPLinker logo by one used for Slack \(with NPLinker text\) [\#288](https://github.com/NPLinker/nplinker/issues/288)
10+
11+
**Merged pull requests:**
12+
13+
- move config template file outside of code folder [\#303](https://github.com/NPLinker/nplinker/pull/303) ([CunliangGeng](https://github.com/CunliangGeng))
14+
- remove unused or deprecated code and data [\#302](https://github.com/NPLinker/nplinker/pull/302) ([CunliangGeng](https://github.com/CunliangGeng))
15+
- update doc for gnps2 [\#301](https://github.com/NPLinker/nplinker/pull/301) ([CunliangGeng](https://github.com/CunliangGeng))
16+
- update DatasetArranger for different version of gnps [\#300](https://github.com/NPLinker/nplinker/pull/300) ([CunliangGeng](https://github.com/CunliangGeng))
17+
- update GNPSSpectrumLoader for gnps2 [\#299](https://github.com/NPLinker/nplinker/pull/299) ([CunliangGeng](https://github.com/CunliangGeng))
18+
- update GNPSMolecularFamilyLoader for gnps2 [\#298](https://github.com/NPLinker/nplinker/pull/298) ([CunliangGeng](https://github.com/CunliangGeng))
19+
- update GNPSFileMappingLoader for gnps2 [\#297](https://github.com/NPLinker/nplinker/pull/297) ([CunliangGeng](https://github.com/CunliangGeng))
20+
- Update GNPSFileMappingLoader to support GNPS2 data [\#296](https://github.com/NPLinker/nplinker/pull/296) ([CunliangGeng](https://github.com/CunliangGeng))
21+
- update GNPSExtractor class to support gnps2 [\#295](https://github.com/NPLinker/nplinker/pull/295) ([CunliangGeng](https://github.com/CunliangGeng))
22+
- update GNPSDownloader class to support gnps2 [\#294](https://github.com/NPLinker/nplinker/pull/294) ([CunliangGeng](https://github.com/CunliangGeng))
23+
- update gnpsformat detection function to support gnps2 [\#293](https://github.com/NPLinker/nplinker/pull/293) ([CunliangGeng](https://github.com/CunliangGeng))
24+
- update GNPSFormat to support gnps2 [\#292](https://github.com/NPLinker/nplinker/pull/292) ([CunliangGeng](https://github.com/CunliangGeng))
25+
- add gnps version as a new setting in config file [\#291](https://github.com/NPLinker/nplinker/pull/291) ([CunliangGeng](https://github.com/CunliangGeng))
26+
- change bigscape version setting from int to str [\#290](https://github.com/NPLinker/nplinker/pull/290) ([CunliangGeng](https://github.com/CunliangGeng))
27+
- remove smiles prediction [\#289](https://github.com/NPLinker/nplinker/pull/289) ([CunliangGeng](https://github.com/CunliangGeng))
28+
- add methods to export results in tabular format [\#280](https://github.com/NPLinker/nplinker/pull/280) ([liannette](https://github.com/liannette))
29+
330
## [v2.0.0-alpha.7](https://github.com/NPLinker/nplinker/tree/v2.0.0-alpha.7) (2024-11-28)
431

532
[Full Changelog](https://github.com/NPLinker/nplinker/compare/v2.0.0-alpha.6...v2.0.0-alpha.7)

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ authors:
4545
-
4646
given-names: Marnix
4747
family-names: Medema
48-
version: "2.0.0-alpha.7"
48+
version: "2.0.0-alpha.8"
4949
repository-code: "https://github.com/NPLinker/nplinker"
5050
keywords:
5151
- Genome

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "nplinker"
9-
version = "2.0.0-alpha.7"
9+
version = "2.0.0-alpha.8"
1010
description = "Natural Products Linker"
1111
readme = "README.md"
1212
requires-python = ">=3.9"

src/nplinker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__author__ = "Cunliang Geng"
99
__email__ = "c.geng@esciencecenter.nl"
10-
__version__ = "2.0.0-alpha.7"
10+
__version__ = "2.0.0-alpha.8"
1111

1212

1313
__all__ = ["NPLinker", "setup_logging"]

0 commit comments

Comments
 (0)