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
-
20
1
version NEXTVERSION
21
2
-------------------
22
3
@@ -33,6 +14,12 @@ version NEXTVERSION
33
14
* New keyword parameter to `cf.Field.derivative `:
34
15
``ignore_coordinate_units ``
35
16
(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 `
36
23
* Fix bug that sometimes puts an incorrect ``radian-1 `` or
37
24
``radian-2 `` in the returned units of the differential operator
38
25
methods and functions
@@ -46,6 +33,12 @@ version NEXTVERSION
46
33
* Fix bug where `cf.normalize_slice ` doesn't correctly
47
34
handle certain cyclic slices
48
35
(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
+
49
42
50
43
----
51
44
0 commit comments