comparison CHANGELOG.md @ 16:042a23379d2d draft

Release v0.9.3
author althonos
date Fri, 13 May 2022 14:36:19 +0000
parents 64528877558f
children e28ffe93dc69
comparison
equal deleted inserted replaced
15:64528877558f 16:042a23379d2d
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.2...master 8 [Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.3...master
9
10
11 ## [v0.9.3] - 2022-05-13
12 [v0.9.3]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.2...v0.9.3
13
14 ### Changed
15 - `--format` flag of `gecco annotate` and `gecco run` CLI commands is now made lowercase before giving value to `Bio.SeqIO`.
16
17 ### Fixed
18 - Genes with duplicate IDs being silently ignored in `HMMER.run`.
19
9 20
10 ## [v0.9.2] - 2022-04-11 21 ## [v0.9.2] - 2022-04-11
11 [v0.9.2]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1...v0.9.2 22 [v0.9.2]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1...v0.9.2
12 23
13 ### Added 24 ### Added