2026-04-14 15:28:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-xarray: updated to 2026.4.0
2026.4.0
This release bumps the minimum supported ``zarr`` version to 3.0, finalizes the
deprecation of timedelta decoding via units, adds ``col_wrap='auto'`` for plots,
a new ``inherit='all_coords'`` option for :py:meth:`DataTree.to_dataset`, and a
``facetgrid_figsize`` option for :py:func:`~xarray.set_options`.
|
2026-02-15 14:54:39 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-xarray: updated to 2026.2.0
2026.2.0
Add empty whats-new section for v2026.02.0
Add a suggestion for how to resolve chunk manager not available error
DOC: Fix broken link in gallery
DOC: Various Numpydoc fixes
DOC: Correct some wording mistakes in xarray documentation
DOC: Fix "latest" version displayed on landing page
Fix silent data corruption when writing dask arrays to sharded zarr stores
Slightly Amend Zarr Encoding Specification Doc 8749
DOC: Options A and A -> Options A and B
Fix .plot error when using positional args with col and row
Add a fast path that doesn't include normalized chunks in tokenize
DOC: Fix link
create issue if nightly wheel upload fails
Support negative step in normalize_indexer
Allow 1D coords in NDPointIndex
Replace DeprecationWarning with FutureWarning
Fix sortby descending order placing NaNs at beginning instead of end
Update docstrings for pandas 3
Raise FileNotFoundError for missing local files in guess_engine
add osx-64 to the pixi config.
Skip one more hypothesis test for dtype string
temporarily silence shape assignment warnings raised in netCDF4
DOC: Fix broken links (404 errors)
Refactor cache-pixi-lock.yml workflow into external action
MAINT: Add linkcheck Pixi task
DOC: Add descriptions for pixi tasks
DOC: Update open_zarr decode_cf docstring
DOC: Add myst markdown support
raise error on slice-based selection of multi-index levels
Update whats-new for v2026.02.0 release
Add 11168 to whats-new
|
2026-02-02 11:58:21 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-xarray: updated to 2026.1.0
v2026.01.0 (Jan 28, 2026)
This release includes an improved DataTree HTML representation with collapsible
groups and automatic truncation, easier selection on coordinates without
explicit indexes, pandas 3 compatibility, and various bug fixes and performance
improvements.
|
2025-12-09 10:53:56 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-xarray: updated to 2025.12.0
v2025.12.0 (Dec 5, 2025)
This release rolls back the default engine for HTTP urls, adds support for
:py:class:`DataTree` objects in ``combine_nested`` and contains numerous bug
fixes.
|
2025-11-20 16:34:40 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-xarray: updated to 2025.11.0
v2025.11.0 (Nov 17, 2025)
This release changes the default for ``keep_attrs`` such that attributes are
preserved by default, adds support for :py:class:`DataTree` in top-level
functions, and contains several memory and performance improvements as well as
a number of bug fixes.
|
2025-10-30 15:07:43 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-xarray: updated to 2025.10.1
v2025.10.1 (October 7, 2025)
This release reverts a breaking change to Xarray's preferred netCDF backend.
Breaking changes
- Xarray's default engine for reading/writing netCDF files has been reverted to
prefer netCDF4 over h5netcdf over scipy, which was the default before
v2025.09.1. This change had larger implications for the ecosystem than we
anticipated. We are still considering changing the default in the future, but
will be a bit more careful about the implications. See :issue:`10657` and
linked issues for discussion. The behavior can still be customized, e.g., with
``xr.set_options(netcdf_engine_order=['h5netcdf', 'netcdf4', 'scipy'])``.
New features
- Coordinates are ordered to match dims when displaying Xarray objects. \
(:pull:`10778`).
Bug fixes
- Fix error raised when writing scalar variables to Zarr with ``region={}``
|
| 2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442) |
Log message:
*: remove reference to (removed) Python 3.9
|
2025-08-22 11:04:09 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-xarray: updated to 2025.8.0
v2025.08.0 (August 14, 2025)
This release brings the ability to load xarray objects asynchronously, write \
netCDF as bytes, fixes a number of bugs, and starts an important deprecation \
cycle for changing the default values of keyword arguments for various xarray \
combining functions.
|