Skip to content

Commit

Permalink
Release v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 27, 2024
1 parent 8df11b5 commit b924649
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
runs-on: ubuntu-latest
name: Upload to PyPI
if: startsWith(github.ref, 'refs/tags/v')
permissions:
id-token: write
needs:
- sdist
- wheel
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.9...master


## [v0.9.10] - 2024-02-27
[v0.9.10]: https://github.com/zellerlab/GECCO/compare/v0.9.9...v0.9.10

### Fixed
- Progress reading display when reading from compressed files.
- Change labeling routine to use broad overlaps when annotating genes with cluster tables ([#15](https://github.com/zellerlab/GECCO/pull/15)).

### Changed
- Bump supported `polars` dependency to `v0.20`.
- Bump supported `statsmodels` dependency to `v0.14`.
- Report identifier of sequences with uni-valued labels when training.


## [v0.9.9] - 2023-11-23
[v0.9.9]: https://github.com/zellerlab/GECCO/compare/v0.9.8...v0.9.9

Expand Down
2 changes: 1 addition & 1 deletion gecco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

__author__ = "Martin Larralde"
__license__ = "GPLv3"
__version__ = "0.9.9"
__version__ = "0.9.10"

0 comments on commit b924649

Please sign in to comment.