Skip to content

Commit b924649

Browse files
committed
Release v0.9.10
1 parent 8df11b5 commit b924649

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.github/workflows/package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
runs-on: ubuntu-latest
6060
name: Upload to PyPI
6161
if: startsWith(github.ref, 'refs/tags/v')
62+
permissions:
63+
id-token: write
6264
needs:
6365
- sdist
6466
- wheel

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.9...master
99

1010

11+
## [v0.9.10] - 2024-02-27
12+
[v0.9.10]: https://github.com/zellerlab/GECCO/compare/v0.9.9...v0.9.10
13+
14+
### Fixed
15+
- Progress reading display when reading from compressed files.
16+
- Change labeling routine to use broad overlaps when annotating genes with cluster tables ([#15](https://github.com/zellerlab/GECCO/pull/15)).
17+
18+
### Changed
19+
- Bump supported `polars` dependency to `v0.20`.
20+
- Bump supported `statsmodels` dependency to `v0.14`.
21+
- Report identifier of sequences with uni-valued labels when training.
22+
23+
1124
## [v0.9.9] - 2023-11-23
1225
[v0.9.9]: https://github.com/zellerlab/GECCO/compare/v0.9.8...v0.9.9
1326

gecco/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
__author__ = "Martin Larralde"
1212
__license__ = "GPLv3"
13-
__version__ = "0.9.9"
13+
__version__ = "0.9.10"

0 commit comments

Comments
 (0)