@@ -3,6 +3,21 @@ 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)
621* New keyword to `cf.read `: ``filesystem ``
722 (https://github.com/NCAS-CMS/cf-python/issues/931)
823* New keyword parameter to `cf.Data.compute `: ``persist ``
@@ -24,7 +39,11 @@ Version NEXTVERSION
2439 (https://github.com/NCAS-CMS/cfdm/issues/391)
2540* Fix for subspacing with cyclic `cf.wi ` and `cf.wo ` arguments
2641 (https://github.com/NCAS-CMS/cf-python/issues/887)
27- * 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+ ----
2847
2948Version 3.19.0
3049--------------
@@ -81,8 +100,8 @@ Version 3.18.1
81100* Allow multiple conditions for the same axis in `cf.Field.subspace `
82101 and `cf.Field.indices `
83102 (https://github.com/NCAS-CMS/cf-python/issues/881)
84- * Fix bug in `cf.Field.collapse ` that causes a ``ValueError `` to be raised
85- 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
86105 (https://github.com/NCAS-CMS/cf-python/issues/885)
87106* New dependency: ``distributed>=2025.5.1 ``
88107* Changed dependency: ``cfdm>=1.12.3.0, <1.12.4.0 ``
0 commit comments