Skip to content

Commit db9a7d7

Browse files
chore: bump version to 0.4.0 [skip ci]
1 parent a469279 commit db9a7d7

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## [v0.4.0](https://github.com/docling-project/docling-eval/releases/tag/v0.4.0) - 2025-05-28
2+
3+
### Feature
4+
5+
* Extend the FileProvider and the CLI to accept parameters that control the source of the prediction images ([#111](https://github.com/docling-project/docling-eval/issues/111)) ([`42e1615`](https://github.com/docling-project/docling-eval/commit/42e16152c55d1676214ef1fb1378975c67771f3b))
6+
* Improvements for the MultiEvaluator ([#95](https://github.com/docling-project/docling-eval/issues/95)) ([`04fe2d9`](https://github.com/docling-project/docling-eval/commit/04fe2d916fbc5da915cfd5c53ebd322086f21a7f))
7+
* Add extra args for docling-provider and default annotations for CVAT ([#98](https://github.com/docling-project/docling-eval/issues/98)) ([`7903b6a`](https://github.com/docling-project/docling-eval/commit/7903b6a1d9f3754a5283fcf567bdadb613348cf4))
8+
* Introduce SegmentedPage for OCR ([#91](https://github.com/docling-project/docling-eval/issues/91)) ([`be0ff6a`](https://github.com/docling-project/docling-eval/commit/be0ff6a80c29dd2a0662adab1c348ed90c0e654a))
9+
* Update CVAT for multi-page annotation, utility to create sliced PDFs ([#90](https://github.com/docling-project/docling-eval/issues/90)) ([`28d166d`](https://github.com/docling-project/docling-eval/commit/28d166d53100e285108bb35f139ee562ad5ccd93))
10+
* Add area level f1 ([#86](https://github.com/docling-project/docling-eval/issues/86)) ([`54d013b`](https://github.com/docling-project/docling-eval/commit/54d013bc5e554c48974fb26f32176d264977c6cd))
11+
12+
### Fix
13+
14+
* Small fixes ([#108](https://github.com/docling-project/docling-eval/issues/108)) ([`0628fa6`](https://github.com/docling-project/docling-eval/commit/0628fa6c404dae780f0952835c99a6cbb3e01029))
15+
* Layout text not correctly populated in AWS prediction provider, add tests ([#100](https://github.com/docling-project/docling-eval/issues/100)) ([`6441688`](https://github.com/docling-project/docling-eval/commit/6441688eb3c8e2c85ab73d22c15345323df53e72))
16+
* Dataset feature spec fixes, cvat improvements ([#97](https://github.com/docling-project/docling-eval/issues/97)) ([`b79dd19`](https://github.com/docling-project/docling-eval/commit/b79dd1988cb391cc256d3a373551528e44618301))
17+
* Update boto3 AWS client to accept service credentials ([#88](https://github.com/docling-project/docling-eval/issues/88)) ([`4e01d0b`](https://github.com/docling-project/docling-eval/commit/4e01d0bbe5c86700f65f1671802669d851f64612))
18+
* Handle unsupported END2END evaluation and fix variable name in OCR ([#87](https://github.com/docling-project/docling-eval/issues/87)) ([`75311da`](https://github.com/docling-project/docling-eval/commit/75311da9bf480c12f70d4b1b150579a7746cf514))
19+
* Propagate cvat parameters ([#82](https://github.com/docling-project/docling-eval/issues/82)) ([`1e2040a`](https://github.com/docling-project/docling-eval/commit/1e2040a6293c2f157ae2214ab8d650669b6fbbf0))
20+
21+
### Documentation
22+
23+
* Update README.md ([#84](https://github.com/docling-project/docling-eval/issues/84)) ([`518f684`](https://github.com/docling-project/docling-eval/commit/518f684fb5f3bf89a214bce162e61cb81e272f95))

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.3.0" # DO NOT EDIT, updated automatically
3+
version = "0.4.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"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)