Skip to content

Commit caf8b80

Browse files
chore: bump version to 3.0.0 [skip ci]
1 parent 04295b2 commit caf8b80

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v3.0.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.0.0) - 2024-12-11
2+
3+
### Feature
4+
5+
* New API for models initialization with accelerators parameters. Use HF implementation for LayoutPredictor. Migrate models to safetensors format. ([#50](https://github.com/DS4SD/docling-ibm-models/issues/50)) ([`04295b2`](https://github.com/DS4SD/docling-ibm-models/commit/04295b2dd36a20f88d03b3bcc971097d0a0cd9d6))
6+
7+
### Breaking
8+
9+
* New API for models initialization with accelerators parameters. Use HF implementation for LayoutPredictor. Migrate models to safetensors format. ([#50](https://github.com/DS4SD/docling-ibm-models/issues/50)) ([`04295b2`](https://github.com/DS4SD/docling-ibm-models/commit/04295b2dd36a20f88d03b3bcc971097d0a0cd9d6))
10+
111
## [v2.0.8](https://github.com/DS4SD/docling-ibm-models/releases/tag/v2.0.8) - 2024-12-11
212

313
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docling-ibm-models"
3-
version = "2.0.8" # DO NOT EDIT, updated automatically
3+
version = "3.0.0" # DO NOT EDIT, updated automatically
44
description = "This package contains the AI models used by the Docling PDF conversion package"
55
authors = ["Nikos Livathinos <[email protected]>", "Maxim Lysak <[email protected]>", "Ahmed Nassar <[email protected]>", "Christoph Auer <[email protected]>", "Michele Dolfi <[email protected]>", "Peter Staar <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)