Files
docling-ibm-models/CHANGELOG.md
T
2026-04-23 11:03:19 +00:00

21 KiB

v3.13.2 - 2026-04-23

Fix

  • Load code formula model with weights_only=True (#158) (2ebbcad)

v3.13.1 - 2026-04-22

Fix

  • Load TableFormer model with torch.load(..., weights_only=True) (#157) (3761073)
  • Extend predict_merges patterns for soft hyphen and Unicode letters (#155) (c5e0d0f)
  • Chain merge continuations instead of stopping after one pair (#156) (d041ecc)

v3.13.0 - 2026-03-27

Feature

v3.12.0 - 2026-03-09

Feature

v3.11.0 - 2026-01-23

Feature

v3.10.3 - 2025-12-01

Fix

  • Deterministic page sorting in reading-order model (#141) (15ff139)

v3.10.2 - 2025-10-28

Fix

  • ReadingOrderPredictor: Make _predict_page threadsafe (#137) (78473fe)

v3.10.1 - 2025-10-22

Fix

  • Replace the depth-first-search implementations in ReadingOrderPredictor with non-recursive ones (#135) (78720cb)

v3.10.0 - 2025-10-17

Feature

Fix

v3.9.1 - 2025-09-03

Fix

  • ReadingOrderPredictor: Improve the algorithm for the bounding boxes dilation (#128) (82372a1)

v3.9.0 - 2025-07-23

Feature

  • Add predict_batch to layout predictor (#125) (93ce0ba)

v3.8.2 - 2025-07-18

Fix

  • Use device_map for transformer models (#124) (58656c3)
  • Improve calculation of num_cols and num_rows (#126) (a45d146)

v3.8.1 - 2025-07-10

Fix

v3.8.0 - 2025-07-09

Feature

  • Refactor the LayoutPredictor to support all layout models (#121) (505fbf4)

v3.7.0 - 2025-07-04

Feature

  • Add enumerated field inference to ListItemMarkerProcessor (#119) (a7fa2b8)

Fix

  • Secure torch model inits with global locks (#120) (bfef09c)

v3.6.0 - 2025-06-20

Feature

  • Add initial rule-based model to identify ListItem markers (#113) (e063b97)

v3.5.0 - 2025-06-18

Feature

  • Performance optimizations for reading order and table model (#115) (0758ad1)

v3.4.4 - 2025-06-03

Fix

v3.4.3 - 2025-05-08

Fix

  • Python3.13 dependencies compatibility (#91) (3adaf74)

v3.4.2 - 2025-04-23

Fix

  • Table model - optimizing align_table_cells_to_pdf in matching_post_cessor (#93) (6b7b036)

v3.4.1 - 2025-02-28

Fix

  • Remove regex warning in reading_order model (#84) (e22095b)

v3.4.0 - 2025-02-20

Feature

Fix

  • Add CodeItem to caption linking algorithm in reading-order-model (#81) (c3b53a5)

v3.3.2 - 2025-02-13

Fix

v3.3.1 - 2025-02-06

Fix

  • Performance issue code formula model (#78) (b78d81f)
  • Upgrade to code formula model v1.0.1 (#75) (d6a3549)
  • Enable MyPy in pre-commit and refactor the code to fix all errors (#74) (a47673b)

v3.3.0 - 2025-01-24

Feature

  • New document figure classifier model (#73) (60807a7)

v3.2.1 - 2025-01-22

Fix

  • Fixed prompt of code formula predictor (#72) (bdcc82f)

v3.2.0 - 2025-01-21

Feature

v3.1.2 - 2025-01-10

Fix

  • Use old transformers version with old torch version (#70) (b3e072e)

v3.1.1 - 2025-01-09

Fix

  • Force numpy < 2.0.0 on mac intel (#69) (7f9365f)

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