@@ -3,6 +3,23 @@ Version NEXTVERSION
33
44**2026-??-?? **
55
6+ * Support for HEALPix grids
7+ (https://github.com/NCAS-CMS/cf-python/issues/909)
8+ * New HEALPix methods: `cf.Field.healpix_info `,
9+ `cf.Field.healpix_decrease_refinement_level `,
10+ `cf.Field.healpix_increase_refinement_level `,
11+ `cf.Field.healpix_change_indexing_scheme `,
12+ `cf.Field.healpix_to_ugrid `, `cf.Domain.create_healpix `
13+ (https://github.com/NCAS-CMS/cf-python/issues/909)
14+ * New method: `cf.Field.create_latlon_coordinates `
15+ (https://github.com/NCAS-CMS/cf-python/issues/909)
16+ * New method: `cf.Data.coarsen `
17+ (https://github.com/NCAS-CMS/cf-python/issues/909)
18+ * New functions: `cf.locate `, `cf.healpix_max_refinement_level `,
19+ `cf.healpix_indexing_schemes `
20+ (https://github.com/NCAS-CMS/cf-python/issues/909)
21+ * New keyword to `cf.read `: ``filesystem ``
22+ (https://github.com/NCAS-CMS/cf-python/issues/931)
623* New keyword parameter to `cf.Data.compute `: ``persist ``
724 (https://github.com/NCAS-CMS/cf-python/issues/929)
825* New function to control the persistence of computed data:
@@ -22,7 +39,11 @@ Version NEXTVERSION
2239 (https://github.com/NCAS-CMS/cfdm/issues/391)
2340* Fix for subspacing with cyclic `cf.wi ` and `cf.wo ` arguments
2441 (https://github.com/NCAS-CMS/cf-python/issues/887)
25- * Changed dependency: ``cfdm>=1.13.1.0, <1.13.2.0 ``
42+ * New optional dependency: ``healpix>=2025.1 ``
43+ * New dependency: ``pyfive>=1.1.1 ``
44+ * Changed dependency: ``cfdm>=1.13.?.?, <1.13.?.0 ``
45+
46+ ----
2647
2748Version 3.19.0
2849--------------
@@ -79,8 +100,8 @@ Version 3.18.1
79100* Allow multiple conditions for the same axis in `cf.Field.subspace `
80101 and `cf.Field.indices `
81102 (https://github.com/NCAS-CMS/cf-python/issues/881)
82- * Fix bug in `cf.Field.collapse ` that causes a ``ValueError `` to be raised
83- for missing external cell measures data
103+ * Fix bug in `cf.Field.collapse ` that causes a ``ValueError `` to be
104+ raised for missing external cell measures data
84105 (https://github.com/NCAS-CMS/cf-python/issues/885)
85106* New dependency: ``distributed>=2025.5.1 ``
86107* Changed dependency: ``cfdm>=1.12.3.0, <1.12.4.0 ``
0 commit comments