Skip to content

Latest commit

 

History

History
179 lines (90 loc) · 9.57 KB

CHANGELOG.md

File metadata and controls

179 lines (90 loc) · 9.57 KB

v3.1.0 - 2024-12-13

Feature

  • Add arguments for LayoutPredictor (#66) (fe6a476)

v3.0.0 - 2024-12-11

Feature

  • New API for models initialization with accelerators parameters. Use HF implementation for LayoutPredictor. Migrate models to safetensors format. (#50) (04295b2)

Breaking

  • New API for models initialization with accelerators parameters. Use HF implementation for LayoutPredictor. Migrate models to safetensors format. (#50) (04295b2)

v2.0.8 - 2024-12-11

Fix

v2.0.7 - 2024-12-02

Fix

  • Improve numpy compatibility pinning (#57) (de2f241)

v2.0.6 - 2024-11-20

Fix

v2.0.5 - 2024-11-20

Fix

  • Removing dependency from mean_average_precision package (not in use) (#53) (65affef)

v2.0.4 - 2024-11-18

Fix

v2.0.3 - 2024-10-30

Fix

  • Simplify torch dependencies in the wheels (#45) (bca09f8)

v2.0.2 - 2024-10-29

Fix

  • LayoutPredictor: Ensure that the predicted bboxes are minmaxed inside the image boundaries (#42) (216cee0)

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