[python-xarray] branch master updated (3c17653 -> cd9d7d2)

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 change to branch master
in repository python-xarray.

      from  3c17653   Release to unstable
      adds  573f419   New upstream version 0.9.2
       new  38d2ca7   Merge tag 'upstream/0.9.2'
       new  b69328c   Drop repacking of upstream tarballs, no longer required
       new  336f7db   Cherry-pick upstream fix for test config errors
       new  a188f7a   Add optional dependencies to the build
       new  c1b4c9e   Run DEP-8 tests with all optional dependencies
       new  f63e608   Increase verbosity of DEP-8 tests
       new  26cac93   Discard egg-info dir using extend-diff-ignore
       new  98d4f56   Add the documentation package
       new  e779008   Use the packaged documentation
       new  55b864b   Use the packaged MathJax
       new  9e622b6   Remove privacy breaching content from the docs
       new  cd9d7d2   Release to unstable

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 MANIFEST.in                                        |   1 +
 PKG-INFO                                           |   2 +-
 README.rst                                         |  18 +-
 debian/changelog                                   |  33 +
 debian/clean                                       |   1 -
 debian/control                                     |  57 +-
 debian/copyright                                   |   3 -
 ...ing-config-errors-when-running-test-suite.patch | 662 +++++++++++++++++++++
 debian/patches/No-privacy-breach.patch             |  24 +
 debian/patches/Use-packaged-MathJax.patch          |  21 +
 debian/patches/Use-packaged-docs.patch             |  33 +
 debian/patches/series                              |   4 +
 debian/python-xarray-doc.doc-base                  |   9 +
 debian/python-xarray-doc.docs                      |   1 +
 debian/rules                                       |  19 +-
 debian/source/local-options                        |   1 +
 debian/tests/control                               |  17 +-
 debian/watch                                       |   4 +-
 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 +-
 61 files changed, 2600 insertions(+), 727 deletions(-)
 delete mode 100644 debian/clean
 create mode 100644 debian/patches/Fix-missing-config-errors-when-running-test-suite.patch
 create mode 100644 debian/patches/No-privacy-breach.patch
 create mode 100644 debian/patches/Use-packaged-MathJax.patch
 create mode 100644 debian/patches/Use-packaged-docs.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/python-xarray-doc.doc-base
 create mode 100644 debian/python-xarray-doc.docs
 create mode 100644 debian/source/local-options
 delete mode 100644 xarray/core/apply_dask_ufunc.py

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