[h5py] 03/10: Merge tag 'upstream/2.7.1'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Sep 3 16:43:30 UTC 2017


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

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

commit f925985eda0fa13786fe5c546442b0c92dfa967e
Merge: 99aa758 474eb81
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Sep 3 17:45:52 2017 +0200

    Merge tag 'upstream/2.7.1'
    
    Upstream version 2.7.1
    
    # gpg: Signature made Sun 03 Sep 2017 17:45:48 CEST
    # 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                                   |  35 ++-
 PKG-INFO                                      |   3 +-
 README.rst                                    |  46 +---
 docs/build.rst                                | 152 ++++++++---
 docs/conf.py                                  |   6 +-
 docs/high/dataset.rst                         |   2 +-
 docs/high/file.rst                            |  46 ++++
 docs/high/group.rst                           |   9 +-
 docs/swmr.rst                                 |  18 +-
 docs/whatsnew/2.7.1.rst                       |  38 +++
 docs/whatsnew/index.rst                       |   1 +
 h5py.egg-info/PKG-INFO                        |   3 +-
 h5py.egg-info/SOURCES.txt                     |   4 +-
 h5py/__init__.py                              |  10 +
 h5py/_conv.pyx                                | 126 ++++++---
 h5py/_errors.pyx                              |   2 +-
 h5py/_hl/attrs.py                             |  40 +--
 h5py/_hl/base.py                              |  33 ++-
 h5py/_hl/compat.py                            |  36 +++
 h5py/_hl/dataset.py                           |  46 ++--
 h5py/_hl/files.py                             |  58 ++--
 h5py/_hl/group.py                             |  62 +++--
 h5py/_objects.pyx                             |  19 +-
 h5py/h5.pyx                                   |   2 +
 h5py/h5t.pyx                                  | 101 +++----
 h5py/tests/common.py                          |  59 ++--
 h5py/tests/hl/test_dataset_getitem.py         |  18 +-
 h5py/tests/hl/test_datatype.py                | 107 +++++++-
 h5py/tests/old/common.py                      | 117 --------
 h5py/tests/old/test_attrs.py                  |   4 +-
 h5py/tests/old/test_attrs_data.py             |  10 +-
 h5py/tests/old/test_base.py                   |   6 +-
 h5py/tests/old/test_dataset.py                |   8 +-
 h5py/tests/old/test_datatype.py               |   2 +-
 h5py/tests/old/test_dimension_scales.py       |   2 +-
 h5py/tests/old/test_file.py                   |  31 ++-
 h5py/tests/old/test_file_image.py             |   2 +-
 h5py/tests/old/test_group.py                  |  24 +-
 h5py/tests/old/test_h5.py                     |   9 +-
 h5py/tests/old/test_h5d_direct_chunk_write.py |   2 +-
 h5py/tests/old/test_h5f.py                    |  11 +-
 h5py/tests/old/test_h5p.py                    |  10 +-
 h5py/tests/old/test_h5t.py                    |   2 -
 h5py/tests/old/test_objects.py                |   9 +-
 h5py/tests/old/test_selections.py             |   2 +-
 h5py/tests/old/test_slicing.py                |  10 +-
 h5py/version.py                               |   4 +-
 pylintrc                                      | 377 ++++++++++++++++++++++++++
 setup.cfg                                     |   1 -
 setup.py                                      |   6 +-
 setup_build.py                                |   4 +-
 tox.ini                                       |  93 +++++++
 52 files changed, 1278 insertions(+), 550 deletions(-)

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



More information about the debian-science-commits mailing list