diff --git a/VERSION b/VERSION index 61618788..fae692e4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2 \ No newline at end of file +2.2.1 \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index a49a089d..6a636b40 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,16 @@ Changelog ========= +v2.2.1 (2023-05-03) +------------------- +Release note: `v2.2.1 `_ + +* Added `fintoc` structure type for parsing financial prospects according to the `FinTOC 2022 Shared task `_ (`FintocStructureExtractor`). +* Fixed small bugs in `ArticleReader`: colspan for tables, keywords, sections numbering, etc. +* Added references to nodes and fixed small bugs in the HTML output representation (return_format="html"). +* Removed `other_fields` from `LineMetadata` and `DocumentMetadata`. +* Update `README.md`. + v2.2 (2023-04-17) ----------------- Release note: `v2.2 `_ @@ -15,7 +25,7 @@ v2.1.1 (2024-03-21) ------------------- Release note: `v2.1.1 `_ -* Update README.md. +* Update `README.md`. * Update table and time benchmarks. * Re-label line-classifier datasets (law, tz, diploma, paragraphs datasets). * Update tasker creators (for the labeling system).