Path to this page:
Subject: CVS commit: pkgsrc/math/py-xarray
From: Adam Ciarcinski
Date: 2025-01-12 15:34:47
Message id: 20250112143447.36B80FC1D@cvs.NetBSD.org
Log Message:
py-xarray: updated to 2025.1.1
v2025.01.1 (Jan 9, 2025)
This is a quick release to bring compatibility with the Zarr V3 release. It also \
includes an update to the time decoding
infrastructure as a step toward `enabling non-nanosecond datetime support \
<https://github.com/pydata/xarray/pull/9618>`_!
New Features
- Split out :py:class:`coders.CFDatetimeCoder` as public API in ``xr.coders``, \
make ``decode_times`` keyword argument
consume :py:class:`coders.CFDatetimeCoder` (:pull:`9901`).
Deprecations
- Time decoding related kwarg ``use_cftime`` is deprecated. Use keyword argument
``decode_times=CFDatetimeCoder(use_cftime=True)`` in \
:py:func:`~xarray.open_dataset`, :py:func:`~xarray.open_dataarray`, \
:py:func:`~xarray.open_datatree`, :py:func:`~xarray.open_groups`, \
:py:func:`~xarray.open_zarr` and :py:func:`~xarray.decode_cf` instead \
(:pull:`9901`).
Files: