# HG changeset patch # User althonos # Date 1660134998 0 # Node ID 3dd71eaa29094b81e55ac439c83c3e3e44db8ebe # Parent e28ffe93dc6986dbf4b72d2787399e70751b75d8 Release v0.9.5 diff -r e28ffe93dc69 -r 3dd71eaa2909 CHANGELOG.md --- a/CHANGELOG.md Tue May 31 10:52:39 2022 +0000 +++ b/CHANGELOG.md Wed Aug 10 12:36:38 2022 +0000 @@ -5,7 +5,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.4...master +[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.5...master + + +## [v0.9.5] - 2022-08-10 +[v0.9.5]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.4...v0.9.5 + +### Added +- `gecco predict` command to predict BGCs from an annotated genome. +- `Protein.with_seq` function to assign a new sequence to a protein object. + +### Fixed +- Issue with antiSMASH sideload JSON file generation in `gecco run` and `gecco predict`. +- Make `gecco.orf` handle STOP codons consistently ([#9](https://github.com/zellerlab/GECCO/issues/9)). ## [v0.9.4] - 2022-05-31