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.20.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4866836a8efe
branches:  trunk
changeset: 770986:4866836a8efe
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 11 21:57:35 2021 +0000

description:
py-xarray: updated to 0.20.2

v0.20.2

This is a bugfix release to resolve (:issue:`3391`, :issue:`5715`). It also
includes performance improvements in unstacking to a ``sparse`` array and a
number of documentation improvements.

Breaking changes
- Use complex nan when interpolating complex values out of bounds by default (instead of real nan) (:pull:`6019`).

Performance
- Significantly faster unstacking to a ``sparse`` array. :pull:`5577`

Bug fixes
- :py:func:`xr.map_blocks` and :py:func:`xr.corr` now work when dask is not installed (:issue:`3391`, :issue:`5715`, :pull:`5731`).
- Fix plot.line crash for data of shape ``(1, N)`` in _title_for_slice on format_item (:pull:`5948`).
- Fix a regression in the removal of duplicate backend entrypoints (:issue:`5944`, :pull:`5959`)

Documentation
- Better examples in docstrings for groupby and resampling reductions (:pull:`5871`).

Internal Changes
- Use ``importlib`` to replace functionality of ``pkg_resources`` in
  backend plugins tests. (:pull:`5959`).

diffstat:

 math/py-xarray/Makefile |  4 ++--
 math/py-xarray/PLIST    |  8 +++++++-
 math/py-xarray/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r 2fcdea8211af -r 4866836a8efe math/py-xarray/Makefile
--- a/math/py-xarray/Makefile   Sat Dec 11 21:47:09 2021 +0000
+++ b/math/py-xarray/Makefile   Sat Dec 11 21:57:35 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/11/23 21:45:35 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/12/11 21:57:35 adam Exp $
 
-DISTNAME=      xarray-0.20.1
+DISTNAME=      xarray-0.20.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xarray/}
diff -r 2fcdea8211af -r 4866836a8efe math/py-xarray/PLIST
--- a/math/py-xarray/PLIST      Sat Dec 11 21:47:09 2021 +0000
+++ b/math/py-xarray/PLIST      Sat Dec 11 21:57:35 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/11/23 21:45:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/12/11 21:57:35 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -95,6 +95,9 @@
 ${PYSITELIB}/xarray/core/__init__.py
 ${PYSITELIB}/xarray/core/__init__.pyc
 ${PYSITELIB}/xarray/core/__init__.pyo
+${PYSITELIB}/xarray/core/_reductions.py
+${PYSITELIB}/xarray/core/_reductions.pyc
+${PYSITELIB}/xarray/core/_reductions.pyo
 ${PYSITELIB}/xarray/core/_typed_ops.py
 ${PYSITELIB}/xarray/core/_typed_ops.pyc
 ${PYSITELIB}/xarray/core/_typed_ops.pyi
@@ -414,6 +417,9 @@
 ${PYSITELIB}/xarray/util/generate_ops.py
 ${PYSITELIB}/xarray/util/generate_ops.pyc
 ${PYSITELIB}/xarray/util/generate_ops.pyo
+${PYSITELIB}/xarray/util/generate_reductions.py
+${PYSITELIB}/xarray/util/generate_reductions.pyc
+${PYSITELIB}/xarray/util/generate_reductions.pyo
 ${PYSITELIB}/xarray/util/print_versions.py
 ${PYSITELIB}/xarray/util/print_versions.pyc
 ${PYSITELIB}/xarray/util/print_versions.pyo
diff -r 2fcdea8211af -r 4866836a8efe math/py-xarray/distinfo
--- a/math/py-xarray/distinfo   Sat Dec 11 21:47:09 2021 +0000
+++ b/math/py-xarray/distinfo   Sat Dec 11 21:57:35 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/11/23 21:45:35 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/12/11 21:57:35 adam Exp $
 
-BLAKE2s (xarray-0.20.1.tar.gz) = 68a30120535f531bba6a3175c069f7c751a820cfe1ff7fad1336e5f2ee81df29
-SHA512 (xarray-0.20.1.tar.gz) = d2e6162286c7e7debed27f40082086dbb55467a953a2afa81b08313aa111c28ffa942785687ac57cb60241a1f45a5d9a937a10bcc7c3025860f7251bbac79c22
-Size (xarray-0.20.1.tar.gz) = 2896122 bytes
+BLAKE2s (xarray-0.20.2.tar.gz) = e8b64931d559d9dc1c6857972e8a66ea79b11d9930d7aed8fd479936c72ff960
+SHA512 (xarray-0.20.2.tar.gz) = cd292af68ffd8016e01021e30a2ea83dd36e2f79bd9c3d8e7d83adc5a98a95615091d0102a19a0e3337ae334a701f575a142f476d1465804c8d5fe259ca35f1a
+Size (xarray-0.20.2.tar.gz) = 2906021 bytes



Home | Main Index | Thread Index | Old Index