[h5py] 46/46: Merge tag 'upstream/2.2.1'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Mar 24 18:44:27 UTC 2015


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

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

commit 82a2e0d132cbd6e3ad87c4e1f0ab6cc5d45762d9
Merge: e882d67 6d81587
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Mar 24 18:39:20 2015 +0000

    Merge tag 'upstream/2.2.1'
    
    Upstream version 2.2.1

 ANN.rst                                 |    35 +
 MANIFEST.in                             |    11 +
 PKG-INFO                                |    37 +
 README.rst                              |    81 +
 api_gen.py                              |   198 +
 configure.py                            |   197 +
 examples/multiprocessing_example.py     |   131 +
 examples/threading_example.py           |   312 +
 h5py/__init__.py                        |    81 +
 h5py/_conv.c                            |  6014 +++
 h5py/_conv.pxd                          |    14 +
 h5py/_conv.pyx                          |   637 +
 h5py/_errors.c                          |  3254 ++
 h5py/_errors.pxd                        |   238 +
 h5py/_errors.pyx                        |   175 +
 h5py/_hdf5.pxd                          |   339 +
 h5py/_hl/__init__.py                    |     8 +
 h5py/_hl/attrs.py                       |   180 +
 h5py/_hl/base.py                        |   352 +
 h5py/_hl/dataset.py                     |   625 +
 h5py/_hl/datatype.py                    |    48 +
 h5py/_hl/dims.py                        |   127 +
 h5py/_hl/files.py                       |   244 +
 h5py/_hl/filters.py                     |   304 +
 h5py/_hl/group.py                       |   498 +
 h5py/_hl/selections.py                  |   647 +
 h5py/_hl/selections2.py                 |   114 +
 h5py/_hl/tests/__init__.py              |     8 +
 h5py/_hl/tests/common.py                |   119 +
 h5py/_hl/tests/test_attrs.py            |   156 +
 h5py/_hl/tests/test_attrs_data.py       |   252 +
 h5py/_hl/tests/test_base.py             |    87 +
 h5py/_hl/tests/test_dataset.py          |   856 +
 h5py/_hl/tests/test_datatype.py         |    50 +
 h5py/_hl/tests/test_dimension_scales.py |   197 +
 h5py/_hl/tests/test_file.py             |   525 +
 h5py/_hl/tests/test_group.py            |   869 +
 h5py/_hl/tests/test_selections.py       |   116 +
 h5py/_hl/tests/test_slicing.py          |   322 +
 h5py/_locks.pxi                         |   120 +
 h5py/_objects.c                         |  6678 +++
 h5py/_objects.pxd                       |    30 +
 h5py/_objects.pyx                       |   323 +
 h5py/_proxy.c                           |  4484 ++
 h5py/_proxy.pxd                         |    16 +
 h5py/_proxy.pyx                         |   349 +
 h5py/api_compat.h                       |    35 +
 h5py/api_functions.txt                  |   558 +
 h5py/api_types_ext.pxd                  |    74 +
 h5py/api_types_hdf5.pxd                 |   754 +
 h5py/config.pxi                         |     4 +
 h5py/defs.c                             | 81484 ++++++++++++++++++++++++++++++
 h5py/defs.pxd                           |   338 +
 h5py/defs.pyx                           |  2960 ++
 h5py/h5.c                               |  5480 ++
 h5py/h5.pxd                             |    24 +
 h5py/h5.pyx                             |   150 +
 h5py/h5a.c                              |  7487 +++
 h5py/h5a.pxd                            |    16 +
 h5py/h5a.pyx                            |   437 +
 h5py/h5ac.c                             |  5137 ++
 h5py/h5ac.pxd                           |    13 +
 h5py/h5ac.pyx                           |   187 +
 h5py/h5d.c                              |  6009 +++
 h5py/h5d.pxd                            |    16 +
 h5py/h5d.pyx                            |   338 +
 h5py/h5ds.c                             |  4142 ++
 h5py/h5ds.pxd                           |    10 +
 h5py/h5ds.pyx                           |   128 +
 h5py/h5f.c                              |  6655 +++
 h5py/h5f.pxd                            |    18 +
 h5py/h5f.pyx                            |   429 +
 h5py/h5fd.c                             |  1910 +
 h5py/h5fd.pxd                           |    73 +
 h5py/h5fd.pyx                           |    75 +
 h5py/h5g.c                              |  7629 +++
 h5py/h5g.pxd                            |    19 +
 h5py/h5g.pyx                            |   446 +
 h5py/h5i.c                              |  3566 ++
 h5py/h5i.pxd                            |    14 +
 h5py/h5i.pyx                            |   143 +
 h5py/h5l.c                              |  5584 ++
 h5py/h5l.pxd                            |    16 +
 h5py/h5l.pyx                            |   305 +
 h5py/h5o.c                              |  7518 +++
 h5py/h5o.pxd                            |    11 +
 h5py/h5o.pyx                            |   344 +
 h5py/h5p.c                              | 13550 +++++
 h5py/h5p.pxd                            |    83 +
 h5py/h5p.pyx                            |  1191 +
 h5py/h5r.c                              |  4111 ++
 h5py/h5r.pxd                            |    29 +
 h5py/h5r.pyx                            |   188 +
 h5py/h5s.c                              |  6842 +++
 h5py/h5s.pxd                            |    17 +
 h5py/h5s.pyx                            |   561 +
 h5py/h5t.c                              | 21701 ++++++++
 h5py/h5t.pxd                            |    79 +
 h5py/h5t.pyx                            |  1629 +
 h5py/h5z.c                              |  2210 +
 h5py/h5z.pxd                            |    11 +
 h5py/h5z.pyx                            |   104 +
 h5py/highlevel.py                       |    18 +
 h5py/ipy_completer.py                   |   166 +
 h5py/lowtest/__init__.py                |     8 +
 h5py/lowtest/test_h5.py                 |    48 +
 h5py/lowtest/test_h5f.py                |    72 +
 h5py/lowtest/test_h5p.py                |    91 +
 h5py/lowtest/test_h5t.py                |    36 +
 h5py/lowtest/test_objects.py            |    40 +
 h5py/numpy.pxd                          |   112 +
 h5py/utils.c                            |  4252 ++
 h5py/utils.pxd                          |    39 +
 h5py/utils.pyx                          |   213 +
 h5py/version.py                         |    49 +
 licenses/hdf5.txt                       |    69 +
 licenses/license.txt                    |    34 +
 licenses/pytables.txt                   |    33 +
 licenses/python.txt                     |    45 +
 licenses/stdint.txt                     |    25 +
 lzf/LICENSE.txt                         |    34 +
 lzf/README.txt                          |    84 +
 lzf/example.c                           |   106 +
 lzf/lzf/lzf.h                           |   100 +
 lzf/lzf/lzfP.h                          |   166 +
 lzf/lzf/lzf_c.c                         |   296 +
 lzf/lzf/lzf_d.c                         |   154 +
 lzf/lzf_filter.c                        |   261 +
 lzf/lzf_filter.h                        |    38 +
 setup.py                                |   285 +
 win_include/stdint.h                    |   232 +
 win_include/unistd.h                    |     0
 132 files changed, 240406 insertions(+)

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