Skip to content

Commit

Permalink
📦 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Mar 20, 2023
1 parent 19d4e6a commit a62e843
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.7] - 2023-03-20
### Fixed
- adapt to Numpy 1.24 (no `np.bool`)

### Added
- model by Jambo-sudo (PubLayNet+custom GT)
- model by LayoutParser (PRImA Layout GT)
- CLI tests

## [0.1.6] - 2023-03-10
### Fixed
- avoid colon in generated region IDs
Expand Down Expand Up @@ -65,4 +74,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.1.4]: ../../compare/v0.1.3...v0.1.4
[0.1.5]: ../../compare/v0.1.4...v0.1.5
[0.1.5]: ../../compare/v0.1.5...v0.1.6
[unreleased]: ../../compare/v0.1.6...master
[0.1.6]: ../../compare/v0.1.6...v0.1.7
[unreleased]: ../../compare/v0.1.7...master
2 changes: 1 addition & 1 deletion ocrd_detectron2/ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"git_url": "https://github.com/bertsky/ocrd_detectron2",
"version": "0.1.6",
"version": "0.1.7",
"tools": {
"ocrd-detectron2-segment": {
"executable": "ocrd-detectron2-segment",
Expand Down

0 comments on commit a62e843

Please sign in to comment.