From 3ecfbc1131144985536ba30f510ba83df928eec6 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Mon, 15 Aug 2022 09:21:20 +0200 Subject: [PATCH] update 2022-08-15 --- CHANGELOG.md | 123 +++++++++++++++++++++++++++++++++++++++++++++++ core | 2 +- eynollah | 2 +- ocrd_kraken | 2 +- ocrd_tesserocr | 2 +- opencv-python | 2 +- sbb_binarization | 2 +- tesseract | 2 +- 8 files changed, 130 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9f559a..da97d503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,128 @@ # Changelog +## [v2022-08-15](https://github.com/OCR-D/ocrd_all/releases/v2022-08-15) + +### [core](https://github.com/OCR-D/core) [0c62081](https://github.com/OCR-D/core/commits/0c62081)..[4148a88](https://github.com/OCR-D/core/commits/4148a88) + +> Release: [v2.38.0](https://github.com/OCR-D/core/releases/v2.38.0) + + > * :package: v2.30.0 + > * update spec to v3.20.0 + > * :memo: changelog + > * ocrd zip: remove Ocrd-Manifestation-Depth + > * :memo: changelog + > * Merge branch 'resmgr-dynamic-download' + > * :memo: changelog + > * Merge branch 'add-processor-profiling' + > * :memo: changelog + > * Merge branch 'merge-fix' + > * :memo: changelog + > * bagger: fix for working with different mets name + > * :package: v2.37.0 + > * :memo: changelog + > * Merge remote-tracking branch 'origin/master' into resmgr-dynamic-discovery + > * resmgr: drop ocrd-tesserocr from resource_list.yml + > * ocrd resmgr migrate to update existing configurations + > * resmgr: catch OSError for non-exec ocrd processors in $PATH + > * move JSONDecodeError catch back to get_ocrd_tool + > * os.list_all_resources: ignore more core-builtin resources + > * get_processor_resource_types: handle non-existing "paramters" + > * Merge branch 'master' into resmgr-dynamic-discovery + > * resource_list.yml: tarball -> archive + > * Merge branch 'master' into resmgr-dynamic-discovery + > * OcrdResourceManager.list_available: handle JSONDecodeError with a log msg + > * ocrd resmgr list-available: -e should be glob with trailing asterisk + > * ocrd resmgr list-available: fix kwargs + > * resmgr: invert `--dynamic` option and drop positive variant + > * OcrdResourceManager.list_available: treat executable consistently as a glob + > * catch case that processor not installed but listed in resource_list + > * test_task_sequence: invalidate ocrd-tool cache on tearDown + > * resource_manager: ocrd-tool-derived resources should take precedence + > * disable caching of get_ocrd_tool_json, causes non-sequitur errors in testing + > * fix import error in resource_manager.py + > * Merge remote-tracking branch 'bertsky/patch-4' into resmgr-dynamic-discovery + > * Merge branch 'resmgr-folder' into resmgr-dynamic-discovery + > * Merge branch 'assets-change' into resmgr-dynamic-discovery + > * Merge remote-tracking branch 'bertsky/patch-3' into resmgr-dynamic-discovery + > * wip + > * replace module-level cache with functools.lru_cache + > * taks_sequence: use ocrd_utils.get_ocrd_tool + > * wip: merge discover and list_available + > * replace resmgr schema with ocrd-tool schema fragment + > * resource_list: tarball -> archive + > * resmgr: take processor's resource_locations into account + > * ocrd_utils.get_ocrd_tool_json + > * ocrd resmgr discover + > * update spec to 3.17.0 + +### [eynollah](https://github.com/qurator-spk/eynollah) [00be99d](https://github.com/qurator-spk/eynollah/commits/00be99d)..[8d5079c](https://github.com/qurator-spk/eynollah/commits/8d5079c) + +> Release: [v0.0.11](https://github.com/qurator-spk/eynollah/releases/v0.0.11) + + > * issue #77 is resolved on main branch + +### [ocrd_kraken](https://github.com/OCR-D/ocrd_kraken) [cb719e7](https://github.com/OCR-D/ocrd_kraken/commits/cb719e7)..[f8235c4](https://github.com/OCR-D/ocrd_kraken/commits/f8235c4) + +> Release: [v0.2.0](https://github.com/OCR-D/ocrd_kraken/releases/v0.2.0) + + > * :package: v0.2.0 + > * ci: download model first + > * fix test_binarize + > * fix typos + > * Revert "Revert "segment: use binarized input only if use_legacy"" + > * Revert "segment: use binarized input only if use_legacy" + > * recognize: use proper relative coordinate system for words and glyphs + > * recognize: move model init to setup fn + > * recognize: use binarized image only if model expects it + > * segment: move model init to setup fn + > * segment: decode arbitrary region types, add param blla_classes + > * segment: use binarized input only if use_legacy + > * recognize: fix decoding in case word is empty + +### [ocrd_tesserocr](https://github.com/OCR-D/ocrd_tesserocr) [4d2593d](https://github.com/OCR-D/ocrd_tesserocr/commits/4d2593d)..[0427f6f](https://github.com/OCR-D/ocrd_tesserocr/commits/0427f6f) + +> Release: [v0.14.0](https://github.com/OCR-D/ocrd_tesserocr/releases/v0.14.0) + + > * :package: v0.14.0 + > * :memo: changelog + > * Merge branch 'resmgr-ocrd-tool' + +### [opencv-python](https://github.com/skvark/opencv-python) [4638ce5](https://github.com/skvark/opencv-python/commits/4638ce5)..[60630d1](https://github.com/skvark/opencv-python/commits/60630d1) + +> Release: [66](https://github.com/skvark/opencv-python/releases/66) + + > * macOS x86_64 runner change to macos-11 (#701) + > * Scheduled rolling workflows (#699) + > * Run pipelines on 4.x and 5.x branches (#697) + +### [sbb_binarization](https://github.com/qurator-spk/sbb_binarization) [e4c1eb2](https://github.com/qurator-spk/sbb_binarization/commits/e4c1eb2)..[c99be55](https://github.com/qurator-spk/sbb_binarization/commits/c99be55) + +> Release: [v0.0.10](https://github.com/qurator-spk/sbb_binarization/releases/v0.0.10) + + > * :package: v0.0.10 + > * :memo: changelog + > * Merge pull request #40 from maxnth/fix/cli + +### [tesseract](https://github.com/tesseract-ocr/tesseract) [87dd04f](https://github.com/tesseract-ocr/tesseract/commits/87dd04f)..[0daf18c](https://github.com/tesseract-ocr/tesseract/commits/0daf18c) + +> Release: [5.2.0](https://github.com/tesseract-ocr/tesseract/releases/5.2.0) + + > * Detect availability of AVX512-VNNI + > * GA cmake-win64: use webp v1.2.3 as new code requires libsharpyuv + > * cmake.yml: Remove macOS 10 + > * Merge pull request #3888 from arseniy-sonar/patch-1 + > * Update sw.cpp + > * [sw] Do not link pthread on android. + > * [sw] Add svpaint. + > * [sw] Add missing file for arm64. Change branch name. + > * Merge pull request #3878 from stweil/exit + > * Fix double free in function vigorous_noise_removal (fixes issue #3876) + > * Create to_win if needed in Textord::make_spline_rows (fixes issue #3875) + > * autotools: Add rule for svpaint executable (#3873) + > * Merge pull request #3872 from p12tic/fix-scrollview-double-free (fixes issue #3869) + > * Catch potential nullptr in SVNetwork::SVNetwork + + ## [v2022-07-18](https://github.com/OCR-D/ocrd_all/releases/v2022-07-18) ### [core](https://github.com/OCR-D/core) [a78d4c5](https://github.com/OCR-D/core/commits/a78d4c5)..[0c62081](https://github.com/OCR-D/core/commits/0c62081) diff --git a/core b/core index 0c620815..4148a88e 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 0c6208154b15e22e24b74ec51a42a2d7d8074751 +Subproject commit 4148a88ea64de56114cb6ce24fcee216d563c61b diff --git a/eynollah b/eynollah index 00be99d2..8d5079c9 160000 --- a/eynollah +++ b/eynollah @@ -1 +1 @@ -Subproject commit 00be99d29b735700ab5f51359d7e8f47e0cdee53 +Subproject commit 8d5079c909b662eda0b4acf5ae2908455f0ff939 diff --git a/ocrd_kraken b/ocrd_kraken index cb719e70..f8235c4d 160000 --- a/ocrd_kraken +++ b/ocrd_kraken @@ -1 +1 @@ -Subproject commit cb719e700c43dc9d52e9e76b90d0f6173ceaa032 +Subproject commit f8235c4d90d69db478ad5daaa4c7b1d080a6b5f7 diff --git a/ocrd_tesserocr b/ocrd_tesserocr index 4d2593d7..0427f6f3 160000 --- a/ocrd_tesserocr +++ b/ocrd_tesserocr @@ -1 +1 @@ -Subproject commit 4d2593d7638de60f8c4b6561dec1d8f3aed6cc2d +Subproject commit 0427f6f31070bdc782a27e71cd6ac88142da9924 diff --git a/opencv-python b/opencv-python index 4638ce51..60630d15 160000 --- a/opencv-python +++ b/opencv-python @@ -1 +1 @@ -Subproject commit 4638ce51fa4ce1b8a8752acdb2320a8b328d275f +Subproject commit 60630d15f998a5827c8afaf575e7077c28d378a6 diff --git a/sbb_binarization b/sbb_binarization index e4c1eb29..c99be55a 160000 --- a/sbb_binarization +++ b/sbb_binarization @@ -1 +1 @@ -Subproject commit e4c1eb291363a164cb18160cdf6809f47ea0f316 +Subproject commit c99be55af23d2b0a795c0c0c6935e0855dcf804c diff --git a/tesseract b/tesseract index 87dd04fe..0daf18c2 160000 --- a/tesseract +++ b/tesseract @@ -1 +1 @@ -Subproject commit 87dd04fe26ac255f7912644d27153b846ed2ebe2 +Subproject commit 0daf18c2028e5217cd996522816c3dd2ec1a4198