File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ Next release
99- Python 3.14 (`released 2025-10-07 <https://www.python.org/downloads/release/python-3140/ >`_) is fully supported (:pull: `249 `).
1010- Python 3.9 support is dropped, as `it has reached end-of-life <https://peps.python.org/pep-0569/#lifespan >`__ (:pull: `249 `).
1111 :mod: `sdmx ` requires Python 3.10 or later.
12+ - :class: `.URN ` parses letters in the version part of a URN (:issue: `230 `, :pull: `252 `).
13+ This fixes a bug in v2.16.0–v2.23.1 where creating :class: `.VersionableArtefact `
14+ with both :py: `version=... ` and :py: `urn=... ` would raise :class: `ValueError `
15+ even if the two were in agreement.
16+ - Fix two regressions in :func: `.to_pandas ` introduced in v2.23.0 (:issue: `251 `, :pull: `252 `).
1217
1318v2.23.1 (2025-10-01)
1419====================
You can’t perform that action at this time.
0 commit comments