pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-xarray py-xarray: updated to 0.18.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0196d649156
branches: trunk
changeset: 452938:d0196d649156
user: adam <adam%pkgsrc.org@localhost>
date: Thu May 20 12:58:13 2021 +0000
description:
py-xarray: updated to 0.18.2
v0.18.2 (19 May 2021)
---------------------
This release reverts a regression in xarray's unstacking of dask-backed arrays.
v0.18.1 (18 May 2021)
---------------------
This release is intended as a small patch release to be compatible with the new
2021.5.0 ``dask.distributed`` release. It also includes a new
``drop_duplicates`` method, some documentation improvements, the beginnings of
our internal Index refactoring, and some bug fixes.
New Features
- Implement :py:meth:`DataArray.drop_duplicates`
to remove duplicate dimension values (:pull:`5239`).
- Allow passing ``combine_attrs`` strategy names to the ``keep_attrs`` parameter of
:py:func:`apply_ufunc` (:pull:`5041`)
- :py:meth:`Dataset.interp` now allows interpolation with non-numerical datatypes,
such as booleans, instead of dropping them. (:issue:`4761` :pull:`5008`).
- Raise more informative error when decoding time variables with invalid reference dates.
(:issue:`5199`, :pull:`5288`).
Bug fixes
- Opening netCDF files from a path that doesn't end in ``.nc`` without supplying
an explicit ``engine`` works again (:issue:`5295`), fixing a bug introduced in
0.18.0.
Documentation
- Clean up and enhance docstrings for the :py:class:`DataArray.plot` and ``Dataset.plot.*``
families of methods (:pull:`5285`).
- Explanation of deprecation cycles and how to implement them added to contributors
guide. (:pull:`5289`)
diffstat:
math/py-xarray/Makefile | 4 ++--
math/py-xarray/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 7bfacf8f482c -r d0196d649156 math/py-xarray/Makefile
--- a/math/py-xarray/Makefile Thu May 20 12:56:01 2021 +0000
+++ b/math/py-xarray/Makefile Thu May 20 12:58:13 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/05/07 19:14:36 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/20 12:58:13 adam Exp $
-DISTNAME= xarray-0.18.0
+DISTNAME= xarray-0.18.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xarray/}
diff -r 7bfacf8f482c -r d0196d649156 math/py-xarray/distinfo
--- a/math/py-xarray/distinfo Thu May 20 12:56:01 2021 +0000
+++ b/math/py-xarray/distinfo Thu May 20 12:58:13 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/05/07 19:14:36 adam Exp $
+$NetBSD: distinfo,v 1.4 2021/05/20 12:58:13 adam Exp $
-SHA1 (xarray-0.18.0.tar.gz) = e897551fcf73496b6dce70e5c614351572bc8b0b
-RMD160 (xarray-0.18.0.tar.gz) = 0cded616dc32ca5668cae5c7a77b433094429370
-SHA512 (xarray-0.18.0.tar.gz) = a971db1644a2a5312b1d4749e4df3fbfbadec9c5b5b2d4ea59e7b42b1a3ae2d9290c3afb190a7175097bcdd398589759bee15054f163dbee1871408566c7fb1e
-Size (xarray-0.18.0.tar.gz) = 2843270 bytes
+SHA1 (xarray-0.18.2.tar.gz) = bc15a5ef1d005082841054c1586a45eceee2666a
+RMD160 (xarray-0.18.2.tar.gz) = bdf6a1b4ab94ef82833eb8224a17c35a4173efc4
+SHA512 (xarray-0.18.2.tar.gz) = 3cfd6a3b77c48a73eb72e6c39db33aba266925df7ce9b8270231dd14032a717094073a2c3686b09fcff25313b548a452f9ed902211e254254389d15f025d8d0d
+Size (xarray-0.18.2.tar.gz) = 2850065 bytes
Home |
Main Index |
Thread Index |
Old Index