Skip to content

Commit 86e17d6

Browse files
authored
Finalise release notes. (#179)
1 parent 1db3ab8 commit 86e17d6

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

docs/change_log.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,37 @@ Summary of key features by release number.
2525

2626
.. towncrier release notes start
2727
28+
v0.3.1 (2025-11-06)
29+
~~~~~~~~~~~~~~~~~~~~~~~~~
30+
A minor release to replace v0.3.0, fixing some test errors introduced by the latest
31+
xarray (`2025.10.1 <https://github.com/pydata/xarray/releases/tag/v2025.10.1>`_).
32+
33+
.. note::
34+
**Note on Python v3.14**
35+
36+
At present (Nov 2025), a number of dependencies do not work
37+
with Python 3.14 -- notably Iris.
38+
39+
These will probably be fixed soon, but for now we aren't testing ncdata with Python 3.14.
40+
41+
Core operations do *appear* to function with Python 3.14, but correct operation can't be
42+
guaranteed until we specifically adopt it.
43+
44+
45+
Documentation changes
46+
^^^^^^^^^^^^^^^^^^^^^
47+
48+
- Document how to create a developer installation. (`ISSUE#174 <https://github.com/pp-mo/ncdata/pull/174>`_)
49+
50+
51+
Developer and Internal changes
52+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
53+
54+
- Fix xarray 2025.09.1 problem. (`ISSUE#173 <https://github.com/pp-mo/ncdata/pull/173>`_)
55+
- Test against given Python versions : currently 3.12 and 3.13.
56+
**Not** python 3.14, for now, due to emerging problems with dependencies (notably Iris). (`ISSUE#175 <https://github.com/pp-mo/ncdata/pull/175>`_)
57+
58+
2859
v0.3.0
2960
~~~~~~
3061
Added handy utilities; made attribute access easier; reworked documentation.

docs/changelog_fragments/173.dev.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog_fragments/174.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog_fragments/175.dev.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)