Update dependency xarray to v2023.10.1 - autoclosed #100
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2023.9.0
->2023.10.1
Release Notes
pydata/xarray (xarray)
v2023.10.1
Compare Source
This release updates our minimum numpy version in
pyproject.toml
to 1.22, consistent with our documentation.Please see the v2023.10.0 release notes for our recent changes.
v2023.10.0
Compare Source
Highlights
This release brings performance enhancements to reading Zarr datasets, the ability to use
numbagg <https://github.com/numbagg/numbagg>
_ for reductions, an expansion in API forrolling_exp
, fixes two regressions with datetime decoding, and many other bugfixes and improvements. Groupby reductions will also usenumbagg
ifflox>=0.8.1
andnumbagg
are both installed.Thanks to our 13 contributors:
Anderson Banihirwe, Bart Schilperoort, Deepak Cherian, Illviljan, Kai Mühlbauer, Mathias Hauser, Maximilian Roos, Michael Niklas, Pieter Eendebak, Simon Høxbro Hansen, Spencer Clark, Tom White, olimcc
What's Changed
chunks=None
handling by @max-sixty in https://github.com/pydata/xarray/pull/8249check-untyped
by @max-sixty in https://github.com/pydata/xarray/pull/8242lambda
forother
param by @max-sixty in https://github.com/pydata/xarray/pull/8256dtypes
module to thenamedarray
package. by @andersy005 in https://github.com/pydata/xarray/pull/8250to_zarr
by @max-sixty in https://github.com/pydata/xarray/pull/8257.sortby
method by @max-sixty in https://github.com/pydata/xarray/pull/8273GroupBy
import by @max-sixty in https://github.com/pydata/xarray/pull/8286.rolling_exp
to work on dask arrays by @max-sixty in https://github.com/pydata/xarray/pull/8284reset_encoding
todrop_encoding
by @max-sixty in https://github.com/pydata/xarray/pull/8287ZarrArrayWrapper
by @olimcc in https://github.com/pydata/xarray/pull/8297min_weight
param torolling_exp
functions by @max-sixty in https://github.com/pydata/xarray/pull/8285reindex_like
re broadcasting by @max-sixty in https://github.com/pydata/xarray/pull/8327corr
,cov
,std
&var
to.rolling_exp
by @max-sixty in https://github.com/pydata/xarray/pull/8307pyproject.toml
by @ZedThree in https://github.com/pydata/xarray/pull/8331New Contributors
Full Changelog: pydata/xarray@v2023.09.0...v2023.10.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.