Skip to content

Commit

Permalink
📦 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Mar 10, 2023
1 parent bde96e8 commit e005d3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.6] - 2023-03-10
### Fixed
- avoid colon in generated region IDs
- `make deps`: add explicit deps for torch
- fix/update file resources
- fix model config base paths on-the-fly

### Added
- add Psarpei TD model

## [0.1.5] - 2023-01-15
### Fixed
Expand Down Expand Up @@ -57,4 +64,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.1.3]: ../../compare/v0.1.2...v0.1.3
[0.1.4]: ../../compare/v0.1.3...v0.1.4
[0.1.5]: ../../compare/v0.1.4...v0.1.5
[unreleased]: ../../compare/v0.1.4...master
[0.1.5]: ../../compare/v0.1.5...v0.1.6
[unreleased]: ../../compare/v0.1.6...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.5",
"version": "0.1.6",
"tools": {
"ocrd-detectron2-segment": {
"executable": "ocrd-detectron2-segment",
Expand Down

0 comments on commit e005d3c

Please sign in to comment.