[h5py] 01/09: Merge tag 'upstream/2.6.0' into debian/sid

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Feb 2 16:39:54 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/sid
in repository h5py.

commit e3af5591a7f5cecfd695bc89ec5dcdcb0163cb7a
Merge: 469299e af0f1fe
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Feb 2 10:39:40 2016 +0000

    Merge tag 'upstream/2.6.0' into debian/sid
    
    Upstream version 2.6.0

 .gitignore                            |   1 +
 .travis.yml                           |  45 ++--
 MANIFEST.in                           |   2 +
 README.rst                            |   2 +-
 api_gen.py                            |   1 +
 docs/build.rst                        |  98 +++------
 docs/conf.py                          |   4 +-
 docs/faq.rst                          |   9 +-
 docs/high/attr.rst                    |   4 +-
 docs/high/dataset.rst                 |   4 +-
 docs/high/dims.rst                    |   4 +-
 docs/high/file.rst                    |   4 +-
 docs/high/group.rst                   |   4 +-
 docs/index.rst                        |  56 ++---
 docs/low.rst                          |   4 -
 docs/mpi.rst                          |   5 +-
 docs/quick.rst                        |  15 +-
 docs_api/automod.py                   |  12 +-
 examples/collective_io.py             |  59 ++++++
 h5py/__init__.py                      |  68 +++---
 h5py/_hl/__init__.py                  |   7 +
 h5py/_hl/attrs.py                     |  18 +-
 h5py/_hl/base.py                      |  84 +++++---
 h5py/_hl/dataset.py                   |  94 ++++++---
 h5py/_hl/datatype.py                  |   6 +-
 h5py/_hl/dims.py                      |  71 +++++--
 h5py/_hl/files.py                     |  32 ++-
 h5py/_hl/filters.py                   |  28 ++-
 h5py/_hl/group.py                     |  33 ++-
 h5py/_hl/selections.py                |  90 +-------
 h5py/_hl/selections2.py               |  13 +-
 h5py/_objects.pyx                     |   7 +
 h5py/api_functions.txt                |  46 +++--
 h5py/api_types_hdf5.pxd               |  31 ++-
 h5py/h5.pyx                           |  15 +-
 h5py/h5d.pyx                          |  34 +--
 h5py/h5fd.pxd                         |   3 +-
 h5py/h5fd.pyx                         |   5 +
 h5py/h5p.pyx                          | 189 ++++++++++++++++-
 h5py/h5s.pyx                          |  50 ++++-
 h5py/h5t.pyx                          |  22 +-
 h5py/highlevel.py                     |   9 +
 h5py/ipy_completer.py                 |  63 +++---
 h5py/tests/hl/__init__.py             |   8 +-
 h5py/tests/hl/test_dataset_getitem.py |  58 ++++++
 h5py/tests/hl/test_datatype.py        |  45 ++++
 h5py/tests/hl/test_threads.py         |  61 ++++++
 h5py/tests/old/test_dataset.py        |  16 ++
 h5py/version.py                       |  12 +-
 pylintrc                              | 377 ++++++++++++++++++++++++++++++++++
 setup.py                              |  17 +-
 setup_build.py                        |  48 +++--
 tox.ini                               |  20 +-
 53 files changed, 1507 insertions(+), 506 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