Mercurial > repos > althonos > gecco
changeset 21:6ba37b7dea42 draft
Release v0.9.7
author | althonos |
---|---|
date | Fri, 26 May 2023 12:10:43 +0000 |
parents | 64b724dd8d04 |
children | a41a2bcb0b91 |
files | CHANGELOG.md |
diffstat | 1 files changed, 23 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG.md Mon Mar 27 13:32:49 2023 +0000 +++ b/CHANGELOG.md Fri May 26 12:10:43 2023 +0000 @@ -5,7 +5,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.6...master +[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.7...master + + +## [v0.9.7] - 2023-05-26 +[v0.9.7]: https://github.com/zellerlab/GECCO/compare/v0.9.6...v0.9.7 + +### Added +- Command line option to annotate proteins using bitscore cutoffs from HMMs. +- Command line option to disentangle overlapping domains after HMM annotation. + +### Changed +- Bump `pyhmmer` dependency to `v0.8.0`. +- Bump `pyrodigal` dependency to `v2.1.0`. +- Rewrite `gecco.model` to use `polars` for managing tabular data. +- Replace `pandas` dependencies with `polars` +- Update `gecco run` to skip type classification for tasks without an assigned cluster type. + +### Fixed +- `Cluster.to_seq_record` crashing when called on a cluster with `types` attribute unset. +- Progress bar resetting when performing domain annotation with multiple HMMs. + +### Removed +- Support for Python 3.7. ## [v0.9.6] - 2023-01-11