Datasets:
Bump framework version to v2.1.1
Browse files- CHANGELOG.md +12 -0
- pyproject.toml +1 -1
CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ 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.1.0] - 2026-02-18
|
| 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.1.1] - 2026-02-19
|
| 9 |
+
|
| 10 |
+
### Changed
|
| 11 |
+
|
| 12 |
+
- **Dependency Update**
|
| 13 |
+
- Pinned `ud-hf-parquet-tools` to `v1.2.1`
|
| 14 |
+
|
| 15 |
+
### Fixed
|
| 16 |
+
|
| 17 |
+
- **Parquet Reproducibility**
|
| 18 |
+
- Adopted upstream deterministic Parquet generation behavior from `ud-hf-parquet-tools v1.2.1` to avoid spurious bit-level diffs on unchanged source data when regenerating with `--overwrite`
|
| 19 |
+
|
| 20 |
## [2.1.0] - 2026-02-18
|
| 21 |
|
| 22 |
### Added
|
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[project]
|
| 2 |
name = "universal-dependencies"
|
| 3 |
-
version = "2.1.
|
| 4 |
description = "UD Dependencies Data Set"
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.12"
|
|
|
|
| 1 |
[project]
|
| 2 |
name = "universal-dependencies"
|
| 3 |
+
version = "2.1.1"
|
| 4 |
description = "UD Dependencies Data Set"
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.12"
|