Skip to content

Commit

Permalink
Release v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 23, 2023
1 parent ce90785 commit 0edf66b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
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.8...master
[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.9...master


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

### Added
- Support for `gzip`, `bzip2`, `lz4` and `xz`-compressed input files.

### Fixed
- Outdated use of `pandas` API in `gecco cv` command.

### Changed
- Bump `pyhmmer` dependency to `v0.10.0`.
- Bump `pyrodigal` dependency to `v3.0.0`.
- Make `gecco cv` output a gene table with a ground truth column.


## [v0.9.8] - 2023-06-09
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.8"
__version__ = "0.9.9"

0 comments on commit 0edf66b

Please sign in to comment.