1
1
version 3.16.2
2
2
--------------
3
3
4
- **2024-04-?? **
4
+ **2024-04-26 **
5
5
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)
18
6
* Improve the performance of reading and accessing the data of PP and
19
7
UM fields files (https://github.com/NCAS-CMS/cf-python/issues/746)
20
8
* Improve `cf.Field.collapse ` performance by lazily computing reduced
@@ -24,14 +12,26 @@ version 3.16.2
24
12
* Reduce output CFA netCDF file size by setting the HDF5 chunksizes of
25
13
CFA variables to be no larger than required
26
14
(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)
27
29
* Fix misleading error message when it is not possible to create area
28
30
weights requested from `cf.Field.collapse `
29
31
(https://github.com/NCAS-CMS/cf-python/issues/731)
30
32
* Fix bug in `cf.read ` when reading UM files that caused LBPROC value
31
33
131072 (Mean over an ensemble of parallel runs) to be ignored
32
34
(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)
35
35
* Fix bug in `cf.aggregate ` that sometimes put a null transpose
36
36
operation into the Dask graph when one was not needed
37
37
(https://github.com/NCAS-CMS/cf-python/issues/754)
0 commit comments