@@ -63,6 +63,11 @@ v3.14.1 (Date TBD)
6363 #. Tentative compatibility with Python 3.14, pending full CI support later.
6464 :ref: `See Dependencies for more<3_14_dependencies> `.
6565
66+ #. Removed netCDF4<1.7.3 temporary pin.
67+
68+ #. Enabled Dask versions beyond `2025.10 ` (`2025.10.0 ` contained a known bug
69+ and is therefore disabled).
70+
6671✨ Features
6772===========
6873
@@ -180,7 +185,8 @@ v3.14.1 (Date TBD)
180185
181186#. `@pp-mo `_ added a temporary dependency pins for Python<3.14, dask<2025.10.0 and
182187 netCDF4<1.7.3. Edit 2025-12-03: the Python pin has now been removed in
183- :pull: `6817 `.
188+ :pull: `6817 `, :pull: `6826 ` has removed the netCDF4 pin and
189+ replaced the Dask pin with a negation (``!=2025.10.0 ``).
184190 (:issue: `6775 `, :issue: `6776 `, :issue: `6777 `, :pull: `6773 `)
185191
186192#. `@trexfeathers `_ provided tentative compatibility with Python 3.14 by fixing
@@ -189,6 +195,14 @@ v3.14.1 (Date TBD)
189195 dependencies, but the relevant tests have been shown to pass in :pull: `6816 `.
190196 (:issue: `6775 `, :pull: `6817 `)
191197
198+ #. `@trexfeathers `_ fixed an incompatibility with the netCDF4 package (relating
199+ to dataset iterability). (:issue: `6777 `, :pull: `6826 `)
200+
201+ #. `@trexfeathers `_ replaced the Dask version pin with a negation
202+ (``!=2025.10.0 ``), as the relevant bug has been fixed in subsequent Dask
203+ releases. (:issue: `6776 `, :pull: `6826 `)
204+
205+
192206
193207📚 Documentation
194208================
0 commit comments