We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f2fa3 commit e79aea6Copy full SHA for e79aea6
Changelog.rst
@@ -1,8 +1,10 @@
1
version 3.17.0
2
--------------
3
4
-**2025-??-??**
+**2025-03-??**
5
6
+* Set new minimum version of `dask`: ``2025.2.0``
7
+ (https://github.com/NCAS-CMS/cf-python/849)
8
* Set a new minimum version of `numpy`: ``2.0.0``
9
(https://github.com/NCAS-CMS/cf-python/issues/843)
10
* Replace dataset aggregation functionality (CFA) with that imported
cf/__init__.py
@@ -80,8 +80,8 @@
80
81
"""
82
83
-__date__ = "2025-01-28"
84
-__version__ = "3.16.3"
+__date__ = "2025-03-??"
+__version__ = "3.17.0"
85
86
_requires = (
87
"numpy",
0 commit comments