File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v2.0.1] ( https://github.com/NPLinker/nplinker/tree/v2.0.1 ) (2026-03-14)
4+
5+ [ Full Changelog] ( https://github.com/NPLinker/nplinker/compare/v2.0.0...v2.0.1 )
6+
7+ ** Merged pull requests:**
8+
9+ - Enhance run\_ bigscape for BiG-SCAPE v2 compatibility [ \# 349] ( https://github.com/NPLinker/nplinker/pull/349 ) ([ CunliangGeng] ( https://github.com/CunliangGeng ) )
10+ - Joss review - work on revisions Round 2 [ \# 348] ( https://github.com/NPLinker/nplinker/pull/348 ) ([ justinjjvanderhooft] ( https://github.com/justinjjvanderhooft ) )
11+ - Change cp command to copy directories recursively [ \# 346] ( https://github.com/NPLinker/nplinker/pull/346 ) ([ bgyori] ( https://github.com/bgyori ) )
12+
313## [ v2.0.0] ( https://github.com/NPLinker/nplinker/tree/v2.0.0 ) (2026-01-28)
414
515[ Full Changelog] ( https://github.com/NPLinker/nplinker/compare/v2.0.0-beta.1...v2.0.0 )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ authors:
4545 -
4646 given-names : Marnix
4747 family-names : Medema
48- version : " 2.0.0 "
48+ version : " 2.0.1 "
4949repository-code : " https://github.com/NPLinker/nplinker"
5050keywords :
5151 - Genome
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " nplinker"
9- version = " 2.0.0 "
9+ version = " 2.0.1 "
1010description = " Natural Products Linker"
1111readme = " README.md"
1212requires-python = " >=3.11"
Original file line number Diff line number Diff line change 77
88__author__ = "Cunliang Geng"
99__email__ = "c.geng@esciencecenter.nl"
10- __version__ = "2.0.0 "
10+ __version__ = "2.0.1 "
1111
1212
1313__all__ = ["NPLinker" , "setup_logging" ]
You can’t perform that action at this time.
0 commit comments