comparison CHANGELOG.md @ 18:3dd71eaa2909 draft

Release v0.9.5
author althonos
date Wed, 10 Aug 2022 12:36:38 +0000
parents e28ffe93dc69
children cc91d730cc4f
comparison
equal deleted inserted replaced
17:e28ffe93dc69 18:3dd71eaa2909
3 3
4 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) 4 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). 5 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6 6
7 ## [Unreleased] 7 ## [Unreleased]
8 [Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.4...master 8 [Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.5...master
9
10
11 ## [v0.9.5] - 2022-08-10
12 [v0.9.5]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.4...v0.9.5
13
14 ### Added
15 - `gecco predict` command to predict BGCs from an annotated genome.
16 - `Protein.with_seq` function to assign a new sequence to a protein object.
17
18 ### Fixed
19 - Issue with antiSMASH sideload JSON file generation in `gecco run` and `gecco predict`.
20 - Make `gecco.orf` handle STOP codons consistently ([#9](https://github.com/zellerlab/GECCO/issues/9)).
9 21
10 22
11 ## [v0.9.4] - 2022-05-31 23 ## [v0.9.4] - 2022-05-31
12 [v0.9.4]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.3...v0.9.4 24 [v0.9.4]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.3...v0.9.4
13 25