Skip to content

Latest commit

 

History

History
121 lines (61 loc) · 6.37 KB

CHANGELOG.md

File metadata and controls

121 lines (61 loc) · 6.37 KB

v2.0.1 - 2024-10-16

Fix

v2.0.0 - 2024-10-03

Feature

  • Release v2.0.0 with only torch models (#38) (8719555)

Breaking

  • release v2.0.0 with only torch models (#38) (8719555)

v1.4.0 - 2024-10-03

Feature

  • Migration from onnx to pytorch script (#37) (59e2941)

v1.3.3 - 2024-10-01

Fix

  • Put back in common.py the function read_config(). Extend the unit tests. (#36) (d0bdb22)

v1.3.2 - 2024-09-30

Fix

  • Remove left-over code which is not needed for prediction (#35) (b6ba0c7)

v1.3.1 - 2024-09-27

Fix

  • Pinned opencv-python-headless to version "4.6.0.66" (#34) (484340f)

v1.3.0 - 2024-09-23

Feature

  • Extend the tests and demo to first download the model files from HF. Add the pytest in GitHub workflow ( #30) (79888d0)

v1.2.1 - 2024-09-18

Fix

  • Safer bbox processing (#27) (d37272e)
  • Make col/row re-sorting optional on TF predictor (#19) [skip ci] (7e9758c)

v1.2.0 - 2024-09-17

Feature

  • LayoutPredictor: Introduce black-listed classes which are filtered out from the response. (#26) (86a6a50)

v1.1.7 - 2024-09-05

Fix

  • Validation and typechecks in TF post processing and OTSL to HTML conversion function (#18) (d607914)

v1.1.6 - 2024-09-03

Fix

  • TableFormer raises IndexError: too many indices for array (ad494ca)

v1.1.5 - 2024-08-29

Fix

  • poetry: Remove unused dependencies from toml. Update lock. (#16) (3792577)

v1.1.4 - 2024-08-28

Fix

  • Fix torch dependency for Intel Macs (#15) (12153f8)

v1.1.3 - 2024-08-27

Fix

  • Table cell overlap removal in TF post-processing: (#10) (e8f396d)

v1.1.2 - 2024-08-21

Fix

  • Align to use opencv-python-headless (#12) (22097fb)

v1.1.1 - 2024-08-14

Fix

  • Allow newer torch and update deps (#9) (79e389a)

v1.1.0 - 2024-07-18

Feature

  • Switch to python3.10. Update poetry files, readme.md, contributing.md (b9efd29)

Documentation

v1.0.0 - 2024-07-16

Feature

Breaking