changeset 18:3dd71eaa2909 draft

Release v0.9.5
author althonos
date Wed, 10 Aug 2022 12:36:38 +0000
parents e28ffe93dc69
children cc91d730cc4f
files CHANGELOG.md
diffstat 1 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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