v0.3.1 Released #322
tomvothecoder
announced in
1. Announcements
Replies: 1 comment 2 replies
-
Hi @xCDAT/core-developers, @durack1, @msahn, @jypeter, @oliviermarti, @gleckler1, @crterai, xCDAT v0.3.1 has been released today in conjunction with our current testing phase! This patch release focuses on bug fixes including handling bounds generation with singleton coordinates and the use of Please view the below links if you are interested in learning more.
We are now practicing rapid release cycles, which involves releasing new versions based on the significance of bug fixes and features. Next milestones:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.3.1 (18 August 2022)
This patch release focuses on bug fixes including handling bounds generation with singleton coordinates and the use of
cftime
to represent temporal averaging outputs and non-CF compliant time coordinates (to avoid the pandas Timestamp limitations).
Bug Fixes
Bounds
Time Axis and Coordinates
TypeError
with Dask Arrays from multifile datasets in temporal averaging by Stephen Po-Chedley in simple proposed fix for #289 #291cftime
to avoid out of boundsdatetime
when decoding non-CF time coordinates by Stephen Po-Chedley and Tom Vo in Usecftime
to avoid out of boundsdatetime
when decoding non-CF time coordinates #283cftime
for temporal averaging operations to avoid out of boundsdatetime
by Stephen Po-Chedley and Tom Vo in Use cftime for temporal averaging operations #302open_mfdataset()
dropping time encoding attrs by Tom Vo in Fixopen_mfdataset()
dropping time encoding attrs #309self._dim
inclass TemporalAccessor
by Tom Vo in Replace "time" references withself._dim
inclass TemporalAccessor
#312Internal Changes
Documentation
README.rst
andindex.rst
by Tom Vo in Fix bullet formatting inREADME.rst
andindex.rst
#299DevOps
settings.json
by Tom Vo in Unify workspace settings withsettings.json
#297numba=0.55.2
in dev env and constrainnumba>=0.55.2
in ci env by Tom Vo in Pinnumba=0.55.2
in dev env and constrainnumba>=0.55.2
in ci env #280New Contributors
Full Changelog: v0.3.0...v0.3.1
This discussion was created from the release v0.3.1.
Beta Was this translation helpful? Give feedback.
All reactions