File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 59
59
runs-on : ubuntu-latest
60
60
name : Upload to PyPI
61
61
if : startsWith(github.ref, 'refs/tags/v')
62
+ permissions :
63
+ id-token : write
62
64
needs :
63
65
- sdist
64
66
- wheel
Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
[ Unreleased ] : https://github.com/zellerlab/GECCO/compare/v0.9.9...master
9
9
10
10
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
+
11
24
## [ v0.9.9] - 2023-11-23
12
25
[ v0.9.9 ] : https://github.com/zellerlab/GECCO/compare/v0.9.8...v0.9.9
13
26
Original file line number Diff line number Diff line change 10
10
11
11
__author__ = "Martin Larralde"
12
12
__license__ = "GPLv3"
13
- __version__ = "0.9.9 "
13
+ __version__ = "0.9.10 "
You can’t perform that action at this time.
0 commit comments