Skip to content

Commit

Permalink
Update version to 2.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng authored and github-actions[bot] committed Jul 29, 2024
1 parent 7ac74fa commit 9bb54da
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [v2.0.0-alpha.4](https://github.com/NPLinker/nplinker/tree/v2.0.0-alpha.4) (2024-07-29)

[Full Changelog](https://github.com/NPLinker/nplinker/compare/v2.0.0-alpha.3...v2.0.0-alpha.4)

**Implemented enhancements:**

- Select subset of the data [\#265](https://github.com/NPLinker/nplinker/issues/265)

**Closed issues:**

- Fix code scanning alert - Token-Permissions [\#268](https://github.com/NPLinker/nplinker/issues/268)
- support bigscape v2 [\#216](https://github.com/NPLinker/nplinker/issues/216)
- Abstraction of run\_bigscape function [\#115](https://github.com/NPLinker/nplinker/issues/115)

**Merged pull requests:**

- update doc for bigscape [\#270](https://github.com/NPLinker/nplinker/pull/270) ([CunliangGeng](https://github.com/CunliangGeng))
- add filter method to LinkGraph [\#269](https://github.com/NPLinker/nplinker/pull/269) ([CunliangGeng](https://github.com/CunliangGeng))
- Add OSSF Scorecard action and badge [\#267](https://github.com/NPLinker/nplinker/pull/267) ([CunliangGeng](https://github.com/CunliangGeng))
- improve docstrings [\#266](https://github.com/NPLinker/nplinker/pull/266) ([CunliangGeng](https://github.com/CunliangGeng))
- Run bigscape v2 [\#251](https://github.com/NPLinker/nplinker/pull/251) ([adraismawur](https://github.com/adraismawur))

## [v2.0.0-alpha.3](https://github.com/NPLinker/nplinker/tree/v2.0.0-alpha.3) (2024-07-11)

[Full Changelog](https://github.com/NPLinker/nplinker/compare/v2.0.0-alpha.2...v2.0.0-alpha.3)
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ authors:
-
given-names: Marnix
family-names: Medema
version: "2.0.0-alpha.3"
version: "2.0.0-alpha.4"
repository-code: "https://github.com/NPLinker/nplinker"
keywords:
- Genome
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nplinker"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
description = "Natural Products Linker"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion src/nplinker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = "Cunliang Geng"
__email__ = "c.geng@esciencecenter.nl"
__version__ = "2.0.0-alpha.3"
__version__ = "2.0.0-alpha.4"


__all__ = ["NPLinker", "setup_logging"]

0 comments on commit 9bb54da

Please sign in to comment.