Skip to content

Releases: OCR-D/core

v2.63.1

05 Mar 13:40
@kba kba
Compare
Choose a tag to compare

Fixed:

v2.63.0

12 Feb 19:00
@kba kba
Compare
Choose a tag to compare

Fixed:

  • Reduce logging level of spammy log statements to DEBUG in workspace, #1181
  • Clean up lxml code, #1188

Changed:

  • 🔥 OcrdFile.local_filename returns/accepts str after unpopular change to Path from #1079, #1182, #1167
  • WorkspaceValidator: more efficiency by doing all page checks in the same loop, #1071

Added:

  • OcrdMets.get_physical_pages to search for/change/generate ranges for page-specific mets:div attributes beyond to @ID, #821, #1063

v2.62.0

30 Jan 19:18
@kba kba
Compare
Choose a tag to compare

Added:

  • Basic integration test for ocrd_network, #1164
  • ocrd-tool.json for ocrd-dummy now in repo root, for ocrd_all's make ocrd-all-tool.json, #1168

Fixed:

  • METS Server: UDS sockets are removed on process exit, #1177

Changed:

  • replace license-incompatible sparkline library with a simpler implementation, #1176
  • remove all pkg_resources calls with modern alternatives, no more run-time setuptools dependency, #1174

v2.61.2

24 Jan 14:53
@kba kba
Compare
Choose a tag to compare

Fixed:

  • another regression to docker deployment (requirements.txt missing), #1173

v2.61.1

23 Jan 19:23
@kba kba
Compare
Choose a tag to compare

Fixed:

v2.61.0

23 Jan 19:21
@kba kba
Compare
Choose a tag to compare

Changed:

  • 🔥 simplify the project layout and distribution policy, #1166
    • In the future there will be only one distribution ocrd
    • The previous separate distributions of the ocrd_utils, ocrd_models, ocrd_modelfactory, ocrd_validators and ocrd_network are all part of ocrd now
    • Nothing needs to be changed in code using OCR-D/core, the package structure and API is the same as before
    • Until the next major release, we will continue to provide distributions for ocrd_utils etc. that contain the same code as ocrd
    • Using ocrd_utils etc. as distributions in requirements.txt or install_requires is now deprecated
    • Once we release v3.0.0, these distributions will be depublished

v2.60.3

10 Jan 18:31
@kba kba
Compare
Choose a tag to compare

Fixed:

  • make install-dev working with setuptools>=64 again, #1163

v2.60.2

10 Jan 10:32
@kba kba
Compare
Choose a tag to compare

Fixed:

  • Log level downgraded from DEBUG to INFO in loggin.conf, #1161
  • log OAI check as DEBUG not INFO, #1160

v2.60.1

15 Dec 16:57
@kba kba
Compare
Choose a tag to compare

Fixed:

  • Docker: copy .git during build, so setuptools_scm can determine version number, #1159

v2.60.0

15 Dec 12:23
@kba kba
Compare
Choose a tag to compare

Fixed:

  • ocrd workspace list-page now works in workspaces with non-page-specific files, #1148, #1151

Changed:

  • cli.workspace.WorkspaceCtx and Resolver.resolve_mets_arguments now have defaults for mets_server_url, mets_basename and automatic_backup, slub/mets-mods2tei#68, #1156
  • 🔥 switch to pyproject.toml, derive version from git, separate build from install, #1065