You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sbb_binarization/CHANGELOG.md

53 lines
984 B
Markdown

4 years ago
Change Log
==========
Versioned according to [Semantic Versioning](http://semver.org/).
## Unreleased
4 years ago
## [0.0.6] - 2020-11-23
Fixed:
* Require h5py < 3, qurator-spk/sbb_textline_detection#50, #18
* Require `tensorflow-gpu` (CPU+GPU), not `tensorflow` (CPU only), #20
4 years ago
## [0.0.5] - 2020-11-02
Fixed:
* Memory leak, start tf session only once, #17 ht @sulzbals
4 years ago
## [0.0.4] - 2020-10-27
4 years ago
Changed:
* Env var `SBB_BINARIZE_DATA` is combined with `model` param now, #9
4 years ago
## [0.0.3]
Fixed:
* typo broke `sbb_binarize` CLI, #13
## [0.0.2]
4 years ago
Changed:
* `SBB_BINARIZE_DATA` can replace `model` parameter, #6
Fixed:
* AlternativeImage/comments now set on page level, #8, #11
* Only try to load `*.h5` model files, #7, #10
4 years ago
## [0.0.1]
4 years ago
Initial release
<!-- link-labels -->
4 years ago
[0.0.6]: ../../compare/v0.0.6...v0.0.5
[0.0.5]: ../../compare/v0.0.6...v0.0.4
4 years ago
[0.0.4]: ../../compare/v0.0.4...v0.0.3
4 years ago
[0.0.3]: ../../compare/v0.0.3...v0.0.2
4 years ago
[0.0.2]: ../../compare/v0.0.1...v0.0.2