v0.9.1
v0.9.1 (2024-06-04)
Contributors to this version: Pascal Bourgault (@aulemahal), Trevor James Smith (@Zeitsperre), Juliette Lavoie (@juliettelavoie).
Breaking changes
xscen
now uses a src layout in lieu of a flat layout. (PR/407).
Bug fixes
- Fixed defaults for
xr_combine_kwargs
inextract_dataset
(PR/402). - Fixed bug with
xs.utils.update_attr
(GH/404, PR/405). - Fixed template 1 bugs due to changes in dependencies. ( PR/405).
Internal changes
cartopy
has been pinned above version '0.23.0' in order to address a licensing issue. (PR/403).- The cookiecutter template has been updated to the latest commit via
cruft
. (PR/407).- GitHub Workflows now point to commits rather than tags.
Dependabot
will now only update on a monthly schedule.- Dependencies have been updated and synchronized.
CHANGES.rst
is nowCHANGELOG.rst
(see: KeepAChangelog).- The
CODE_OF_CONDUCT.rst
file adapted toContributor Covenant v2.1 <https://www.contributor-covenant.org/version/2/1/code_of_conduct/>
_. - Maintainer-specific directions are now found under
releasing.rst