Skip to content

Commit ee4744d

Browse files
Set new release date & tidy changelog ordering
1 parent e645a0a commit ee4744d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Changelog.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
version 3.16.2
22
--------------
33

4-
**2024-04-??**
4+
**2024-04-26**
55

6-
* New keyword parameter to `cf.Field.regrids` and `cf.Field.regridc`:
7-
``return_esmpy_regrid_operator``
8-
(https://github.com/NCAS-CMS/cf-python/issues/766)
9-
* Allow a halo to be added by `cf.Field.indices` and
10-
`cf.Field.subspace`
11-
(https://github.com/NCAS-CMS/cf-python/issues/759)
12-
* Added spherical regridding to discrete sampling geometry destination
13-
grids (https://github.com/NCAS-CMS/cf-python/issues/716)
14-
* Added 3-d spherical regridding to `cf.Field.regrids`, and the option
15-
to regrid the vertical axis in logarithmic coordinates to
16-
`cf.Field.regrids` and `cf.Field.regridc`
17-
(https://github.com/NCAS-CMS/cf-python/issues/715)
186
* Improve the performance of reading and accessing the data of PP and
197
UM fields files (https://github.com/NCAS-CMS/cf-python/issues/746)
208
* Improve `cf.Field.collapse` performance by lazily computing reduced
@@ -24,14 +12,26 @@ version 3.16.2
2412
* Reduce output CFA netCDF file size by setting the HDF5 chunksizes of
2513
CFA variables to be no larger than required
2614
(https://github.com/NCAS-CMS/cf-python/issues/739)
15+
* Allow a halo to be added by `cf.Field.indices` and
16+
`cf.Field.subspace`
17+
(https://github.com/NCAS-CMS/cf-python/issues/759)
18+
* Added spherical regridding to discrete sampling geometry destination
19+
grids (https://github.com/NCAS-CMS/cf-python/issues/716)
20+
* Added 3-d spherical regridding to `cf.Field.regrids`, and the option
21+
to regrid the vertical axis in logarithmic coordinates to
22+
`cf.Field.regrids` and `cf.Field.regridc`
23+
(https://github.com/NCAS-CMS/cf-python/issues/715)
24+
* New keyword parameter to `cf.Field.regrids` and `cf.Field.regridc`:
25+
``return_esmpy_regrid_operator``
26+
(https://github.com/NCAS-CMS/cf-python/issues/766)
27+
* New keyword parameters to `cf.wi`: ``open_lower`` and ``open_upper``
28+
(https://github.com/NCAS-CMS/cf-python/issues/740)
2729
* Fix misleading error message when it is not possible to create area
2830
weights requested from `cf.Field.collapse`
2931
(https://github.com/NCAS-CMS/cf-python/issues/731)
3032
* Fix bug in `cf.read` when reading UM files that caused LBPROC value
3133
131072 (Mean over an ensemble of parallel runs) to be ignored
3234
(https://github.com/NCAS-CMS/cf-python/issues/737)
33-
* New keyword parameters to `cf.wi`: ``open_lower`` and ``open_upper``
34-
(https://github.com/NCAS-CMS/cf-python/issues/740)
3535
* Fix bug in `cf.aggregate` that sometimes put a null transpose
3636
operation into the Dask graph when one was not needed
3737
(https://github.com/NCAS-CMS/cf-python/issues/754)

cf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"""
7575

7676
__Conventions__ = "CF-1.11"
77-
__date__ = "2023-04-??"
77+
__date__ = "2024-04-26"
7878
__version__ = "3.16.2"
7979

8080
_requires = (

0 commit comments

Comments
 (0)