Skip to content

Commit 7d69279

Browse files
committed
CI: disable circleci
1 parent b920581 commit 7d69279

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.circleci/config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747

4848
workflows:
4949
version: 2
50-
build:
51-
jobs:
52-
# Disabled as of 2025-02-12 due to erratic behavior (CI in GH Action does work)
53-
# - build-python38
54-
# - build-python39
55-
# - build-python310
56-
# - build-python311
50+
# build:
51+
# jobs:
52+
# # Disabled as of 2025-02-12 due to erratic behavior (CI in GH Action does work)
53+
# # - build-python38
54+
# # - build-python39
55+
# # - build-python310
56+
# # - build-python311

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).
55

66
## Unreleased
77

8+
Changed:
9+
10+
* Port the processors to use the OCR-D/core v3 API, #44
11+
* Spawn background processes for segmentation and recognition, #44
12+
* Refactor tests and test under various conditions (w/o METS caching, page parallel processing), #44
13+
814
## [0.4.1] - 2024-05-29
915

1016
Fixed:

0 commit comments

Comments
 (0)