FYI: cdms2
conversion methods are being deprecated in xarray
#493
tomvothecoder
started this conversation in
4. General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Xarray CI/CD build is breaking because
cdms2
is incompatible withnumpy>=1.25
andpython>=3.11
(pydata/xarray#7707 (comment)). CDAT will be deprecated at the end of 2023 and there are no plans to maintain the library and its modules' build dependencies.As a result, Xarray is deprecating the
xarray.DataArray.to_cdms2
andxarray.DataArray.from_cdms2
methods in the next release of Xarray (pydata/xarray#7876).Beta Was this translation helpful? Give feedback.
All reactions