Skip to content

Commit 45763fc

Browse files
committed
Fix changelog
1 parent e123a8e commit 45763fc

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

Changelog.rst

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
version NEXTVERSION + 1
2-
-----------------------
3-
4-
**2024-??-??**
5-
6-
* Allow access to netCDF-4 files in S3 object stores
7-
(https://github.com/NCAS-CMS/cf-python/issues/712)
8-
* New class `cf.H5netcdfArray`
9-
* New class `cf.NetCDF4Array`
10-
* New class `cf.CFAH5netcdfArray`
11-
* New class `cf.CFANetCDF4Array`
12-
* New dependency: ``h5netcdf>=1.3.0``
13-
* New dependency: ``h5py>=3.10.0``
14-
* New dependency: ``s3fs>=2024.2.0``
15-
* Changed dependency: ``1.11.2.0<=cfdm<1.11.3.0``
16-
* Changed dependency: ``cfunits>=3.3.7``
17-
18-
----
19-
201
version NEXTVERSION
212
-------------------
223

@@ -33,6 +14,12 @@ version NEXTVERSION
3314
* New keyword parameter to `cf.Field.derivative`:
3415
``ignore_coordinate_units``
3516
(https://github.com/NCAS-CMS/cf-python/issues/807)
17+
* Allow access to netCDF-4 files in S3 object stores
18+
(https://github.com/NCAS-CMS/cf-python/issues/712)
19+
* New class `cf.H5netcdfArray`
20+
* New class `cf.NetCDF4Array`
21+
* New class `cf.CFAH5netcdfArray`
22+
* New class `cf.CFANetCDF4Array`
3623
* Fix bug that sometimes puts an incorrect ``radian-1`` or
3724
``radian-2`` in the returned units of the differential operator
3825
methods and functions
@@ -46,6 +33,12 @@ version NEXTVERSION
4633
* Fix bug where `cf.normalize_slice` doesn't correctly
4734
handle certain cyclic slices
4835
(https://github.com/NCAS-CMS/cf-python/issues/774)
36+
* New dependency: ``h5netcdf>=1.3.0``
37+
* New dependency: ``h5py>=3.10.0``
38+
* New dependency: ``s3fs>=2024.2.0``
39+
* Changed dependency: ``1.11.2.0<=cfdm<1.11.3.0``
40+
* Changed dependency: ``cfunits>=3.3.7``
41+
4942

5043
----
5144

0 commit comments

Comments
 (0)