Releases: zellerlab/GECCO
Releases · zellerlab/GECCO
v0.10.3
v0.10.2
Changed
- Bump
pyhmmerdependency tov0.12.0. - Use SPDX license qualifier in
pyproject.toml.
v0.10.1
v0.10.0
Added
- Support for changing the CLI argument defaults from a call to the
gecco.cli.mainfunction.
Changed
- Allow training with sequences only containing negative samples (with a warning).
- Add an error in
gecco convertwhen given input is not a folder. - Update
numpy,polars,pyhmmerandpsutilto latest versions. - Replace
docoptwithargparseparser for CLI argument parsing. - Make
embedded_hmmsgeneric over the module name. - Make
ClusterCRF.trainedaccept any traversable. - Allow changing the default
ClusterCRFandTypeClassifierclasses used ingecco.cli.
Fixed
gecco.cliandgecco.crfsubmodules not being included in wheel distribution.gecco convertissue when given a relative path.- Unused
tqdmimport ingecco.crfmodule. - Unused build dependencies from
setup.cfgandpyproject.toml. richoptional import logic insetup.py.
v0.10.0-alpha.3
Added
- Support for changing the CLI argument defaults from a call to the
gecco.cli.mainfunction.
v0.10.0-alpha.2
Fixed
gecco.cliandgecco.crfsubmodules not being included in wheel distribution.
v0.10.0-alpha.1
Changed
- Add an error in
gecco convertwhen given input is not a folder. - Update
numpy,polars,pyhmmerandpsutilto latest versions. - Replace
docoptwithargparseparser for CLI argument parsing. - Make
embedded_hmmsgeneric over the module name. - Make
ClusterCRF.trainedaccept any traversable. - Allow changing the default
ClusterCRFandTypeClassifierclasses used ingecco.cli.
Fixed
gecco convertissue when given a relative path.- Unused
tqdmimport ingecco.crfmodule. - Unused build dependencies from
setup.cfgandpyproject.toml. richoptional import logic insetup.py.
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).
Changed
- Bump supported
polarsdependency tov0.20. - Bump supported
statsmodelsdependency tov0.14. - Report identifier of sequences with uni-valued labels when training.
v0.9.9
Added
- Support for
gzip,bzip2,lz4andxz-compressed input files.
Fixed
- Outdated use of
pandasAPI ingecco cvcommand.
Changed
- Bump
pyhmmerdependency tov0.10.0. - Bump
pyrodigaldependency tov3.0.0. - Make
gecco cvoutput a gene table with a ground truth column.
v0.9.8
Fixed
ClusterTable.from_clustersextracting cluster IDs in the wrong column.- Deprecation warnings in
polars.read_csvandpolars.write_csvwith recentpolarsversions. - Deprecation warnings in
importlib_resourceswith recent Python versions.