pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-xarray



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 20 12:58:14 UTC 2021

Modified Files:
        pkgsrc/math/py-xarray: Makefile distinfo

Log Message:
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`)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-xarray/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-xarray/Makefile
diff -u pkgsrc/math/py-xarray/Makefile:1.7 pkgsrc/math/py-xarray/Makefile:1.8
--- pkgsrc/math/py-xarray/Makefile:1.7  Fri May  7 19:14:36 2021
+++ pkgsrc/math/py-xarray/Makefile      Thu May 20 12:58:13 2021
@@ -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/}

Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.3 pkgsrc/math/py-xarray/distinfo:1.4
--- pkgsrc/math/py-xarray/distinfo:1.3  Fri May  7 19:14:36 2021
+++ pkgsrc/math/py-xarray/distinfo      Thu May 20 12:58:13 2021
@@ -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