[python-xarray] 01/12: Merge tag 'upstream/0.9.2'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Apr 15 20:52:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-xarray.

commit 38d2ca726641ff945adcbd7c36199e9a20628aee
Merge: 3c17653 573f419
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Apr 7 09:01:09 2017 +0100

    Merge tag 'upstream/0.9.2'
    
    Upstream version 0.9.2
    
    # gpg: Signature made Fri 07 Apr 2017 09:01:05 BST
    # gpg:                using RSA key F3DB8E7525060E1BDB84C20D6A990FB3DDEB910A
    # gpg:                issuer "ghisvail at gmail.com"
    # gpg: Good signature from "Ghislain Antony Vaillant <ghisvail at gmail.com>" [ultimate]

 MANIFEST.in                      |   1 +
 PKG-INFO                         |   2 +-
 README.rst                       |  18 ++-
 doc/api.rst                      |   4 +
 doc/computation.rst              |   2 +-
 doc/data-structures.rst          |  44 ++++---
 doc/faq.rst                      |  12 +-
 doc/whats-new.rst                |  63 ++++++++++
 setup.cfg                        |   2 +-
 setup.py                         |   5 +-
 xarray.egg-info/PKG-INFO         |   2 +-
 xarray.egg-info/SOURCES.txt      |   4 -
 xarray/backends/api.py           |  91 +++++++++------
 xarray/backends/common.py        |  43 ++++++-
 xarray/backends/h5netcdf_.py     |  78 ++++++++-----
 xarray/backends/netCDF4_.py      | 170 +++++++++++++++------------
 xarray/backends/pydap_.py        |   5 +-
 xarray/backends/pynio_.py        |  43 ++++---
 xarray/backends/scipy_.py        |  94 +++++++++------
 xarray/core/alignment.py         |   1 -
 xarray/core/apply_dask_ufunc.py  |  55 ---------
 xarray/core/common.py            | 126 ++++++++------------
 xarray/core/computation.py       | 216 ++++++++++++++++------------------
 xarray/core/dataarray.py         |   4 +-
 xarray/core/dataset.py           |  19 ++-
 xarray/core/formatting.py        |  16 ++-
 xarray/core/groupby.py           |   5 +-
 xarray/core/indexing.py          |  16 +--
 xarray/core/npcompat.py          |  26 ++---
 xarray/core/ops.py               |  60 +++++++---
 xarray/core/pycompat.py          | 149 ++++++++++++++++++++++-
 xarray/core/rolling.py           | 232 +++++++++++++++++++++++++++++++++---
 xarray/core/utils.py             |  14 ++-
 xarray/core/variable.py          |  22 +++-
 xarray/plot/plot.py              |  42 ++++---
 xarray/plot/utils.py             |  17 ++-
 xarray/tests/__init__.py         |  16 ++-
 xarray/tests/test_backends.py    | 247 ++++++++++++++++++++++++++++++++++-----
 xarray/tests/test_computation.py | 106 +++++++----------
 xarray/tests/test_dataarray.py   |  73 ++++++++++--
 xarray/tests/test_dataset.py     | 167 +++++++++++++++++++++++++-
 xarray/tests/test_distributed.py |  14 +--
 xarray/tests/test_formatting.py  |  11 ++
 xarray/tests/test_plot.py        |  95 +++++++++++++--
 xarray/tests/test_variable.py    |   2 +-
 xarray/version.py                |   4 +-
 46 files changed, 1724 insertions(+), 714 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-xarray.git



More information about the debian-science-commits mailing list