Datasets:
Release v2.2.1
Browse files- CHANGELOG.md +19 -0
- RELEASE.md +2 -0
- pyproject.toml +1 -1
CHANGELOG.md
CHANGED
|
@@ -5,6 +5,25 @@ All notable changes to the Universal Dependencies HuggingFace dataset loader wil
|
|
| 5 |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
| 6 |
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
## [2.2.0] - 2026-03-15
|
| 9 |
|
| 10 |
### Added
|
|
|
|
| 5 |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
| 6 |
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
| 7 |
|
| 8 |
+
## [2.2.1] - 2026-05-29
|
| 9 |
+
|
| 10 |
+
### Added
|
| 11 |
+
|
| 12 |
+
- **UD 2.18 Release Support**
|
| 13 |
+
- Added UD 2.18 release metadata wiring, including the CLARIN handle and docs-automation `codes_and_flags.yaml` mapping.
|
| 14 |
+
- Added the preliminary UDW26 paper URL to the generated dataset card template.
|
| 15 |
+
|
| 16 |
+
### Changed
|
| 17 |
+
|
| 18 |
+
- **Release Workflow Documentation**
|
| 19 |
+
- Clarified the new UD version workflow based on the UD 2.18 preparation run.
|
| 20 |
+
- Updated release documentation to require annotated framework tags.
|
| 21 |
+
|
| 22 |
+
### Fixed
|
| 23 |
+
|
| 24 |
+
- **Version Metadata**
|
| 25 |
+
- Synchronized `pyproject.toml` with the loader release line for v2.2.1.
|
| 26 |
+
|
| 27 |
## [2.2.0] - 2026-03-15
|
| 28 |
|
| 29 |
### Added
|
RELEASE.md
CHANGED
|
@@ -467,6 +467,8 @@ git push origin v2.1.1
|
|
| 467 |
|
| 468 |
| Version | Date | Type | Highlights |
|
| 469 |
|---------|------|------|------------|
|
|
|
|
|
|
|
| 470 |
| v2.1.0 | 2026-02 | Minor | CLARIN snapshot pipeline, flag-driven `--ud-ver` workflow, validation blocked-treebank ignored count |
|
| 471 |
| v2.0.0 | 2025-01 | Major | Parquet format, no Python script, external helpers |
|
| 472 |
| v1.0.0 | 2024-XX | Major | Initial Python script loader |
|
|
|
|
| 467 |
|
| 468 |
| Version | Date | Type | Highlights |
|
| 469 |
|---------|------|------|------------|
|
| 470 |
+
| v2.2.1 | 2026-05 | Patch | UD 2.18 release support, annotated-tag release docs, dataset card paper URL update |
|
| 471 |
+
| v2.2.0 | 2026-03 | Minor | Parquet stale-artifact guard controls, `--check-extra`, `--prune-extra` |
|
| 472 |
| v2.1.0 | 2026-02 | Minor | CLARIN snapshot pipeline, flag-driven `--ud-ver` workflow, validation blocked-treebank ignored count |
|
| 473 |
| v2.0.0 | 2025-01 | Major | Parquet format, no Python script, external helpers |
|
| 474 |
| v1.0.0 | 2024-XX | Major | Initial Python script loader |
|
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[project]
|
| 2 |
name = "universal-dependencies"
|
| 3 |
-
version = "2.
|
| 4 |
description = "UD Dependencies Data Set"
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.12"
|
|
|
|
| 1 |
[project]
|
| 2 |
name = "universal-dependencies"
|
| 3 |
+
version = "2.2.1"
|
| 4 |
description = "UD Dependencies Data Set"
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.12"
|