Skip to content

Commit de824e9

Browse files
author
Robert Sachunsky
committed
📦 v0.1.24
1 parent aef48a9 commit de824e9

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,26 @@ Versioned according to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.1.24] - 2024-04-25
8+
9+
### Fixed
10+
11+
- project/repair `join_polygons`: fix rare case of adjacent rings
12+
- from_masks: skip if no segmentation input file
13+
14+
### Added
15+
16+
- repair: add params `spread` / `spread_level`, update/improve docs
17+
18+
### Changed
19+
20+
- repair: validate/repair polygons with 0 px tolerance
21+
722
## [0.1.23] - 2024-03-10
823

924
### Fixed
1025

11-
* repair/project: adapt to Shapely deprecations,
26+
* repair/project: adapt to Shapely deprecations,
1227
* repair/project: more robust `join_polygons`, `make_intersections`, `make_valid`
1328

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

224239
<!-- link-labels -->
225-
[unreleased]: ../../compare/v0.1.23...master
240+
[unreleased]: ../../compare/v0.1.24...master
241+
[0.1.24]: ../../compare/v0.1.23...v0.1.24
226242
[0.1.23]: ../../compare/v0.1.22...v0.1.23
227243
[0.1.22]: ../../compare/v0.1.21...v0.1.22
228244
[0.1.21]: ../../compare/v0.1.20...v0.1.21

ocrd_segment/ocrd-tool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.23",
2+
"version": "0.1.24",
33
"git_url": "https://github.com/OCR-D/ocrd_segment",
44
"tools": {
55
"ocrd-segment-repair": {

0 commit comments

Comments
 (0)