Skip to content

Commit e92a17a

Browse files
chore: bump version to 0.10.0 [skip ci]
1 parent d4a0ef6 commit e92a17a

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [v0.10.0](https://github.com/docling-project/docling-eval/releases/tag/v0.10.0) - 2025-11-05
2+
3+
### Feature
4+
5+
* Extend the CLI for create-eval to receive the vlm-options and max_new_tokens parameters when the provider is GraniteDocling ([#164](https://github.com/docling-project/docling-eval/issues/164)) ([`8be2e83`](https://github.com/docling-project/docling-eval/commit/8be2e8399b9fdefc3a9997176cc4f6d54024b39b))
6+
* Harmonizing pic classes for cvat to docling conversion ([#167](https://github.com/docling-project/docling-eval/issues/167)) ([`740157d`](https://github.com/docling-project/docling-eval/commit/740157dba3d5f239e792029d3f2df6cb5b855368))
7+
* Add more specific validation for reading-order, enhance validation report ([`5e5f2db`](https://github.com/docling-project/docling-eval/commit/5e5f2dbb369957921818042d369815777dcfde1f))
8+
* Integrate textline_cells based OCR evaluation ([#156](https://github.com/docling-project/docling-eval/issues/156)) ([`3a9543c`](https://github.com/docling-project/docling-eval/commit/3a9543c865e31178306b5552102ab012c72c8583))
9+
10+
### Fix
11+
12+
* Validation fixes for list item impurity check ([#169](https://github.com/docling-project/docling-eval/issues/169)) ([`74e7b3e`](https://github.com/docling-project/docling-eval/commit/74e7b3e7dec671083cae15d98ec46725f03e3894))
13+
* Don't report content-layer group violation multiple times ([`cb71009`](https://github.com/docling-project/docling-eval/commit/cb71009009aefb4175bb358f68fffdeb67dc34a2))
14+
* Handle merged elements regarding inclusion, don't flag single element pages ([`c10fdfd`](https://github.com/docling-project/docling-eval/commit/c10fdfd8c46245376f64a792e481f7d9a6400179))
15+
* Missing transform to storage_scale for some items and table cells ([`1eb6b4e`](https://github.com/docling-project/docling-eval/commit/1eb6b4ea766dfd38479fdc577907132dfbdbdf91))
16+
* More CVAT validation and docling conversion fixes ([#163](https://github.com/docling-project/docling-eval/issues/163)) ([`6f59c7a`](https://github.com/docling-project/docling-eval/commit/6f59c7a8afadcd51816abdea16b113ee00e86229))
17+
* Better control over scaling in CVAT transform, fixes for OCR ([#162](https://github.com/docling-project/docling-eval/issues/162)) ([`ef17b5a`](https://github.com/docling-project/docling-eval/commit/ef17b5a30b1727676c915e6d49cd5f28c348b8d8))
18+
* Fixes for CVAT validation, OCR in CVAT pipeline, logging, and more ([#161](https://github.com/docling-project/docling-eval/issues/161)) ([`80e449d`](https://github.com/docling-project/docling-eval/commit/80e449de7ff0042a79707c9c1f4c59f45cbff269))
19+
20+
### Performance
21+
22+
* Consistenty and perf improvements ([#170](https://github.com/docling-project/docling-eval/issues/170)) ([`d4a0ef6`](https://github.com/docling-project/docling-eval/commit/d4a0ef619e1333163d2041aa811b0ce5d9a24715))
23+
124
## [v0.9.0](https://github.com/docling-project/docling-eval/releases/tag/v0.9.0) - 2025-10-01
225

326
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "docling-eval"
3-
version = "0.9.0" # DO NOT EDIT, updated automatically
3+
version = "0.10.0" # DO NOT EDIT, updated automatically
44
description = "Evaluation of Docling"
55
license = "MIT"
66
keywords= ["docling", "evaluation", "convert", "document", "pdf", "docx", "html", "markdown", "layout model", "segmentation", "table structure", "table former"]

0 commit comments

Comments
 (0)