comparison CHANGELOG.md @ 15:64528877558f draft

"Release v0.9.2"
author althonos
date Mon, 11 Apr 2022 17:18:03 +0000
parents 56b924f62165
children 042a23379d2d
comparison
equal deleted inserted replaced
14:56b924f62165 15:64528877558f
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.1...master 8 [Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.2...master
9
10 ## [v0.9.2] - 2022-04-11
11 [v0.9.2]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1...v0.9.2
12
13 ### Added
14 - Padding of short sequences with empty genes when predicting probabilities in `ClusterCRF`.
9 15
10 ## [v0.9.1] - 2022-04-05 16 ## [v0.9.1] - 2022-04-05
11 [v0.9.1]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha4...v0.9.1 17 [v0.9.1]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha4...v0.9.1
12 18
13 ### Changed 19 ### Changed