diff --git a/docs/2_to_3_changes.html b/docs/2_to_3_changes.html index ff83f66500..4b1b3d902e 100644 --- a/docs/2_to_3_changes.html +++ b/docs/2_to_3_changes.html @@ -44,7 +44,7 @@ -
2023-08-31
+Prevent unlimited dimensions from being written to CFA-netCDF files +(https://github.com/NCAS-CMS/cf-python/issues/689)
2023-07-21
Performance improvements to cf.Field.regrids
and
@@ -271,7 +280,7 @@
2023-06-09
New documentation cheat sheet @@ -298,7 +307,7 @@
2023-04-27
Re-introduction of CFA-netCDF functionality for CFA-0.6 @@ -328,7 +337,7 @@
2023-03-10
Python 3.7 support removed @@ -352,7 +361,7 @@
2023-01-31
Introduction of dask
for all data manipulations, replacing the old
@@ -386,7 +395,7 @@
2022-10-17
Upgrade to allow cf to work with Python 3.10 @@ -404,7 +413,7 @@
2022-06-23
Fixed bug in cf.read
when reading PP or fields files for which the
@@ -425,7 +434,7 @@
2022-01-18
New method: cf.Field.grad_xy
@@ -452,7 +461,7 @@
2021-10-08
Python 3.6 support removed @@ -494,7 +503,7 @@
2021-06-10
Improve performance by allowing a saved RegridOperator
instance to
@@ -507,7 +516,7 @@
2021-05-25
Construct access API changes @@ -539,7 +548,7 @@
2020-12-18
The setting of global constants can now be controlled by a context @@ -569,7 +578,7 @@
2020-10-15
Python 3.5 support deprecated (3.5 was retired on 2020-09-13)
2020-07-24
Implemented the reading and writing of netCDF4 group hierarchies for @@ -634,7 +643,7 @@
2020-06-10
Changed dependency: 1.8.5<=cfdm<1.9.0
2020-06-09
Changed the API to cf.Field.period
: Now sets and reports on the
@@ -694,7 +703,7 @@
2020-04-30
New method: cf.Field.apply_masking
2020-04-20
Changed the API to cf.Field.convolution_filter
: renamed the
@@ -749,7 +758,7 @@
2020-04-01
First release for CF-1.8 (does not include netCDF hierarchical @@ -797,7 +806,7 @@
2020-01-17
Changed the API to cf.Field.match_by_construct
and
@@ -839,7 +848,7 @@
2019-11-27
New method: cf.Field.uncompress
.
2019-11-14
New method: cf.Field.compress
.
2019-11-08
New methods: cf.Field.percentile
, cf.Field.example_field
,
@@ -905,7 +914,7 @@
2019-11-01
Fixed bug (introduced at v3.0.2) that caused mean_absolute_value
@@ -917,7 +926,7 @@
2019-10-31
Now reads CDL files (https://github.com/NCAS-CMS/cf-python/issues/1)
2019-10-01
Updated description in setup.py
2019-10-01
Complete refactor for Python 3, including some API changes.
@@ -982,7 +991,7 @@2019-10-07
In cf.write
, can set single=False
to mean double=True
, and
@@ -997,7 +1006,7 @@
2019-04-04
Changed calculation of chunksize in parallel case to avoid potential @@ -1007,7 +1016,7 @@
2019-03-27
Fix bug in creating a during cell method during a field collapse.
2019-03-05
Allow failure to compile to go through with a warning, rather than @@ -1027,7 +1036,7 @@
2018-12-10
cf.Field.regridc
now compares the units of the source and
@@ -1037,7 +1046,7 @@
2018-11-07
Fixed bug in cf.Field.regridc
that caused it to fail when
@@ -1047,7 +1056,7 @@
2018-10-22
The collapse method can now be parallelised by running any cf-python @@ -1058,7 +1067,7 @@
2018-08-28
Bug fix: better handle subspacing by multiple multidimensional items
2018-07-25
Bug fix: correctly set units of bounds when the cf.Data
object
@@ -1076,7 +1085,7 @@
2018-07-24
Improved error messages
2018-07-02
Fixed bug with HDF chunk sizes that prevented the writing of large @@ -1096,7 +1105,7 @@
2018-06-29
Interim fix for with HDF chunk sizes that prevented the writing of @@ -1104,7 +1113,7 @@
2018-06-21
2018-06-21
During writing, disallow the creation of netCDF variable names that @@ -1123,7 +1132,7 @@
2018-06-06
Fix for removing duplicated netCDF dimensions when writing data on @@ -1132,14 +1141,14 @@
2018-06-05
Fix for calculating are weights from projection coordinates
2018-06-04
2018-05-31
Allowed invalid units through. Can test with cf.Units.isvalid
.
2018-03-08
Fixed bug when weights parameter is a string in cf.Field.collapse
2018-02-13
Fixed bug in cf.Field.collapse
when doing climatological time
@@ -1173,7 +1182,7 @@
2018-02-09
Fixed bug in Variable.mask
2018-02-09
Added override_calendar method to coordinates and domain ancillaries @@ -1193,14 +1202,14 @@
2018-02-07
Allowed scipy
and matplotlib
imports to be optional
2017-11-28
2017-11-10
Disallowed raising offset units to a power (e.g. taking the square @@ -1224,14 +1233,14 @@
2017-10-30
Misc. bug fixes
2017-09-28
2017-09-19
Bug fix when creating wrap-around subspaces from cyclic fields
2017-09-15
submodel property for PP files
2017-08-01
2017-07-12
Bug fix for reading DSG ragged arrays
2017-07-11
Updated cf.FieldList
behaviour (with reduced methods)
2017-07-07
First release with full CF data model and full CF-1.6 compliance @@ -1294,7 +1303,7 @@
2017-07-07
Bug fixes to cf.Field.regridc
2017-06-13
removed errant scikit import
2017-06-09