Skip to content

Commit

Permalink
📦 v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Mar 4, 2024
1 parent ecdaf0a commit 025de9b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,26 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.4.2] - 2024-03-04

Fixed:

* adapt to recent numpy/h5py/protobuf and OCR-D changes
* prolong Tensorflow 1 life on Py38 via nvidia-tensorflow image
* suppress TF verbose messages

Changed:

* update tests and assets to recent OCR-D changes
* lib: improve augmentation and stateless modes
* tests: use OCR-D resmgr for Tesseract models
* CI: update tests, adapt to ocrd/tesserocr changes

Added:

* add continuous deployment via Docker
* train: allow passing directory for training data, too
* lib: add checkpointing
* train: allow continuing from checkpoint

## [0.4.1] - 2020-09-24

Expand Down Expand Up @@ -41,6 +58,7 @@ Fixed:


<!-- link-labels -->
[0.4.2]: ../../compare/v0.4.1...v0.4.2
[0.4.1]: ../../compare/v0.4.0...v0.4.1
[0.4.0]: ../../compare/0.3.2...v0.4.0
[0.3.2]: ../../compare/0.3.1...0.3.2
Expand Down
2 changes: 1 addition & 1 deletion ocrd_keraslm/wrapper/ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"git_url": "https://github.com/OCR-D/ocrd_keraslm",
"version": "0.4.1",
"version": "0.4.2",
"tools": {
"ocrd-keraslm-rate": {
"executable": "ocrd-keraslm-rate",
Expand Down
2 changes: 1 addition & 1 deletion repo/assets
Submodule assets updated 347 files

0 comments on commit 025de9b

Please sign in to comment.