Skip to content

Commit

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

## [Unreleased]

## [0.1.24] - 2024-04-25

### Fixed

- project/repair `join_polygons`: fix rare case of adjacent rings
- from_masks: skip if no segmentation input file

### Added

- repair: add params `spread` / `spread_level`, update/improve docs

### Changed

- repair: validate/repair polygons with 0 px tolerance

## [0.1.23] - 2024-03-10

### Fixed

* repair/project: adapt to Shapely deprecations,
* repair/project: adapt to Shapely deprecations,
* repair/project: more robust `join_polygons`, `make_intersections`, `make_valid`

### Changed
Expand Down Expand Up @@ -222,7 +237,8 @@ Versioned according to [Semantic Versioning](http://semver.org/).
* further improve README

<!-- link-labels -->
[unreleased]: ../../compare/v0.1.23...master
[unreleased]: ../../compare/v0.1.24...master
[0.1.24]: ../../compare/v0.1.23...v0.1.24
[0.1.23]: ../../compare/v0.1.22...v0.1.23
[0.1.22]: ../../compare/v0.1.21...v0.1.22
[0.1.21]: ../../compare/v0.1.20...v0.1.21
Expand Down
2 changes: 1 addition & 1 deletion ocrd_segment/ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.23",
"version": "0.1.24",
"git_url": "https://github.com/OCR-D/ocrd_segment",
"tools": {
"ocrd-segment-repair": {
Expand Down

0 comments on commit de824e9

Please sign in to comment.