Skip to content

Commit 39d14f2

Browse files
committed
Add #230, #251, #252 to doc/whatsnew
1 parent 2187593 commit 39d14f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whatsnew.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1318
v2.23.1 (2025-10-01)
1419
====================

0 commit comments

Comments
 (0)