Skip to content

Commit a841f12

Browse files
committed
fix changelog
1 parent 2d770bc commit a841f12

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

Changelog.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
Version NEXTVERSION
22
-------------------
33

4-
**2025-12-??**
5-
4+
**2026-01-??**
5+
6+
* New function to control the creation of cached elements during data
7+
display: `cf.display_data`
8+
(https://github.com/NCAS-CMS/cf-python/issues/913)
9+
* New methods: `cf.Data.get_cached_elements`
10+
`cf.Data.cache_elements`
11+
(https://github.com/NCAS-CMS/cf-python/issues/913)
12+
* Set cached elements during `cf.Data.__init__`
13+
(https://github.com/NCAS-CMS/cf-python/issues/913)
14+
* Removed the `cf.constants.CONSTANTS` dictionary, replacing it
15+
`cf.ConstantAccess.constants`
16+
(https://github.com/NCAS-CMS/cf-python/issues/902)
617
* Reduce the time taken to import `cf`
718
(https://github.com/NCAS-CMS/cf-python/issues/902)
19+
* Changed dependency: ``cfdm>=1.12.4.0, <1.12.5.0``
820

921
----
1022

0 commit comments

Comments
 (0)