mirror of
https://github.com/docling-project/docling-ibm-models.git
synced 2026-05-17 13:10:52 +00:00
21 KiB
21 KiB
v3.13.2 - 2026-04-23
Fix
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
v3.10.2 - 2025-10-28
Fix
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
v3.9.0 - 2025-07-23
Feature
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
v3.7.0 - 2025-07-04
Feature
Fix
v3.6.0 - 2025-06-20
Feature
v3.5.0 - 2025-06-18
Feature
v3.4.4 - 2025-06-03
Fix
v3.4.3 - 2025-05-08
Fix
v3.4.2 - 2025-04-23
Fix
v3.4.1 - 2025-02-28
Fix
v3.4.0 - 2025-02-20
Feature
Fix
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
v3.2.1 - 2025-01-22
Fix
v3.2.0 - 2025-01-21
Feature
v3.1.2 - 2025-01-10
Fix
v3.1.1 - 2025-01-09
Fix
v3.1.0 - 2024-12-13
Feature
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
v2.0.6 - 2024-11-20
Fix
v2.0.5 - 2024-11-20
Fix
v2.0.4 - 2024-11-18
Fix
v2.0.3 - 2024-10-30
Fix
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
Breaking
v1.4.0 - 2024-10-03
Feature
v1.3.3 - 2024-10-01
Fix
v1.3.2 - 2024-09-30
Fix
v1.3.1 - 2024-09-27
Fix
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
v1.1.4 - 2024-08-28
Fix
v1.1.3 - 2024-08-27
Fix
v1.1.2 - 2024-08-21
Fix
v1.1.1 - 2024-08-14
Fix
v1.1.0 - 2024-07-18
Feature
- Switch to python3.10. Update poetry files, readme.md, contributing.md (
b9efd29)