Update dependency xarray to ~=2024.11.0 #1212
Merged
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:
~=2024.3.0
->~=2024.11.0
Release Notes
pydata/xarray (xarray)
v2024.11.0
Compare Source
What's Changed
ValueError
for unmatching chunks length inDataArray.chunk()
by @lkstrp in https://github.com/pydata/xarray/pull/9689DataTree.persist
by @slevang in https://github.com/pydata/xarray/pull/9682!s
conversion in f-string by @DimitriPapadopoulos in https://github.com/pydata/xarray/pull/9752min_deps_check
script by @keewis in https://github.com/pydata/xarray/pull/9754map_overlap
for rolling reductions with Dask by @phofl in https://github.com/pydata/xarray/pull/9770np.ndarray
subclasses by @slevang in https://github.com/pydata/xarray/pull/9760ffill
,bfill
with dask whenlimit
is specified by @josephnowak in https://github.com/pydata/xarray/pull/9771rolling.construct
: Addsliding_window_view_kwargs
to pipe arguments down tosliding_window_view
by @dcherian in https://github.com/pydata/xarray/pull/9720xarray.ufuncs
by @slevang in https://github.com/pydata/xarray/pull/9776fsspec
by @jrbourbeau in https://github.com/pydata/xarray/pull/9797GroupBy.shuffle_to_chunks()
by @dcherian in https://github.com/pydata/xarray/pull/9320New Contributors
Full Changelog: pydata/xarray@v2024.10.0...v2024.11.0
v2024.10.0
Compare Source
This release brings official support for
xarray.DataTree
, and compatibility with zarr-python v3!Aside from these two huge features, it also improves support for vectorised interpolation and fixes various bugs.
Thanks to the 31 contributors to this release:
Alfonso Ladino, DWesl, Deepak Cherian, Eni, Etienne Schalk, Holly Mandel, Ilan Gold, Illviljan, Joe Hamman, Justus Magin, Kai Mühlbauer, Karl Krauth, Mark Harfouche, Martey Dodoo, Matt Savoie, Maximilian Roos, Patrick Hoefler, Peter Hill, Renat Sibgatulin, Ryan Abernathey, Spencer Clark, Stephan Hoyer, Tom Augspurger, Tom Nicholas, Vecko, Virgile Andreani, Yvonne Fröhlich, carschandler, joseph nowak, mgunyho and owenlittlejohns
What's Changed
open_groups
for zarr backends by @eni-awowale in https://github.com/pydata/xarray/pull/9469open_groups
with zarr backends. by @eni-awowale in https://github.com/pydata/xarray/pull/9493compat
error checking to disallow "minimal" inconcat()
by @VeckoTheGecko in https://github.com/pydata/xarray/pull/9525ExtensionArray
+DataArray
roundtrip by @ilan-gold in https://github.com/pydata/xarray/pull/9520numpy
scalars to arrays inas_compatible_data
by @keewis in https://github.com/pydata/xarray/pull/9403.rolling_exp
onto.rolling
's 'See also' by @max-sixty in https://github.com/pydata/xarray/pull/9534__array_function__
as a fallback for missing Array API functions by @keewis in https://github.com/pydata/xarray/pull/9530scientific-python/upload-nightly-action
by @keewis in https://github.com/pydata/xarray/pull/9566.cumulative
tocumsum
&cumprod
docstrings by @max-sixty in https://github.com/pydata/xarray/pull/9533squeeze
kwarg by @Sibgatulin in https://github.com/pydata/xarray/pull/9625memo
argument to DataTree.deepcopy by @shoyer in https://github.com/pydata/xarray/pull/9631map_blocks
by @phofl in https://github.com/pydata/xarray/pull/9658chunks
inopen_groups
andopen_datatree
by @keewis in https://github.com/pydata/xarray/pull/9660dask
methods onDataTree
by @keewis in https://github.com/pydata/xarray/pull/9670open_datatree
by @aladinor in https://github.com/pydata/xarray/pull/9666numpy
's fixed-width string dtypes by @keewis in https://github.com/pydata/xarray/pull/9586New Contributors
Full Changelog: pydata/xarray@v2024.09.0...v2024.10.0
v2024.9.0
Compare Source
v2024.7.0
Compare Source
v2024.6.0
Compare Source
v2024.5.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on Tuesday" (UTC), 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 was generated by Mend Renovate. View the repository job log.