Mercurial > repos > althonos > gecco
comparison CHANGELOG.md @ 11:40a525d0e1fe draft
"Release v0.9.1-alpha2"
author | althonos |
---|---|
date | Wed, 23 Mar 2022 15:19:49 +0000 |
parents | 9156eb4ee20c |
children | e6597056a493 |
comparison
equal
deleted
inserted
replaced
10:9156eb4ee20c | 11:40a525d0e1fe |
---|---|
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-alpha1...master | 8 [Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha2...master |
9 | |
10 ## [v0.9.1-alpha2] - 2022-03-23 | |
11 [v0.9.1-alpha1]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha1...v0.9.1-alpha2 | |
12 | |
13 ### Fixed | |
14 - `TypeClassifier.trained` not being able to read unknown types from type tables. | |
9 | 15 |
10 ## [v0.9.1-alpha1] - 2022-03-20 | 16 ## [v0.9.1-alpha1] - 2022-03-20 |
11 [v0.9.1-alpha1]: https://git.embl.de/grp-zeller/GECCO/compare/v0.8.10...v0.9.1-alpha1 | 17 [v0.9.1-alpha1]: https://git.embl.de/grp-zeller/GECCO/compare/v0.8.10...v0.9.1-alpha1 |
12 Candidate release with support for a sliding window in the CRF prediction algorithm. | 18 Candidate release with support for a sliding window in the CRF prediction algorithm. |
13 | 19 |