[pytables] 01/20: Merge tag 'upstream/3.2.1'

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Fri Aug 14 19:00:04 UTC 2015


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

a_valentino-guest pushed a commit to branch master
in repository pytables.

commit 552eb9c5af730698317a6916305c39e4e58adffa
Merge: 5afcb30 c62232c
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Fri Aug 14 13:42:35 2015 +0200

    Merge tag 'upstream/3.2.1'
    
    Upstream version 3.2.1

 .gitignore                                         |    1 +
 .travis.yml                                        |   31 +-
 ANNOUNCE.txt.in                                    |   22 +-
 LICENSE.txt                                        |    2 +-
 MANIFEST.in                                        |    2 +-
 Makefile                                           |    2 +-
 Makefile_windows                                   |   23 -
 README.txt => README.rst                           |   30 +-
 RELEASE_NOTES.txt                                  |  360 ++-
 VERSION                                            |    2 +-
 bench/search-bench.py                              |    1 +
 c-blosc/.mailmap                                   |    2 +-
 c-blosc/ANNOUNCE.rst                               |   11 +-
 c-blosc/CMakeLists.txt                             |    6 +-
 c-blosc/LICENSES/BLOSC.txt                         |    4 +-
 c-blosc/README.rst                                 |   26 +-
 c-blosc/RELEASE_NOTES.rst                          |   62 +-
 c-blosc/RELEASING.rst                              |   28 +-
 c-blosc/THANKS.rst                                 |   28 +
 c-blosc/THOUGHTS_FOR_2.0.txt                       |   19 +
 c-blosc/bench/Makefile                             |    2 +-
 c-blosc/bench/Makefile.mingw                       |    2 +-
 c-blosc/bench/bench.c                              |    2 +-
 c-blosc/bench/plot-speeds.py                       |   38 +-
 c-blosc/blosc/CMakeLists.txt                       |    4 +-
 c-blosc/blosc/blosc.c                              |  167 +-
 c-blosc/blosc/blosc.h                              |   34 +-
 c-blosc/blosc/blosclz.c                            |   36 +-
 c-blosc/blosc/blosclz.h                            |    2 +-
 c-blosc/blosc/shuffle.c                            |    2 +-
 c-blosc/blosc/shuffle.h                            |    2 +-
 c-blosc/cmake/FindSSE.cmake                        |  125 +
 c-blosc/examples/README.rst                        |   12 +
 c-blosc/examples/many_compressors.c                |  118 +
 c-blosc/examples/multithread.c                     |  100 +
 c-blosc/examples/simple.c                          |   90 +
 c-blosc/hdf5/blosc_filter.c                        |   26 +-
 c-blosc/hdf5/blosc_plugin.c                        |   42 +
 c-blosc/hdf5/blosc_plugin.h                        |   36 +
 c-blosc/internal-complibs/lz4-r113/lz4.c           |  877 -------
 c-blosc/internal-complibs/lz4-r113/lz4.h           |  251 --
 c-blosc/internal-complibs/lz4-r119/lz4.c           | 1247 ++++++++++
 c-blosc/internal-complibs/lz4-r119/lz4.h           |  306 +++
 .../{lz4-r113 => lz4-r119}/lz4hc.c                 |    6 +-
 .../{lz4-r113 => lz4-r119}/lz4hc.h                 |    7 +-
 c-blosc/tests/Makefile                             |    2 +-
 c-blosc/tests/test_all.sh                          |    2 +-
 c-blosc/tests/test_api.c                           |    2 +-
 c-blosc/tests/test_basics.c                        |   72 +-
 c-blosc/tests/test_common.h                        |    2 +-
 doc/Makefile                                       |   51 +-
 doc/make.bat                                       |   72 +
 doc/source/FAQ.rst                                 |    2 +-
 doc/source/MIGRATING_TO_3.x.rst                    |    4 +-
 doc/source/conf.py                                 |  124 +-
 doc/source/cookbook/index.rst                      |    1 +
 doc/source/cookbook/inmemory_hdf5_files.rst        |    2 +-
 doc/source/cookbook/tailoring_atexit_hooks.rst     |   13 +-
 doc/source/cookbook/threading.rst                  |  274 +++
 doc/source/dev_team.rst                            |    3 +
 doc/source/development.rst                         |    4 +-
 doc/source/downloads.rst                           |   10 +-
 doc/source/index.rst                               |    5 +-
 doc/source/project_pointers.rst                    |    1 -
 doc/source/release-notes/RELEASE_NOTES_v3.0.x.rst  |    2 +-
 doc/source/release-notes/RELEASE_NOTES_v3.1.x.rst  |  222 +-
 ...E_NOTES_v3.1.x.rst => RELEASE_NOTES_v3.2.x.rst} |    0
 doc/source/release_notes.rst                       |    5 +
 doc/source/usersguide/bibliography.rst             |    2 +-
 doc/source/usersguide/condition_syntax.rst         |    2 +-
 doc/source/usersguide/index.rst                    |    2 +-
 doc/source/usersguide/installation.rst             |   87 +-
 doc/source/usersguide/libref/top_level.rst         |    2 -
 doc/source/usersguide/usersguide.rst               |    2 +-
 examples/check_examples.sh                         |   93 +-
 examples/inmemory.py                               |    0
 examples/multiprocess_access_queues.py             |    8 +-
 examples/objecttree.py                             |    7 +-
 examples/simple_threading.py                       |  100 +
 examples/table-tree.py                             |    2 +-
 examples/threading_monkeypatch.py                  |  136 +
 examples/tutorial1-1.py                            |    7 +-
 examples/tutorial1-2.py                            |    2 +-
 requirements.txt                                   |    7 +-
 setup.py                                           |  322 +--
 src/H5ATTR.c                                       |   39 +-
 src/idx-opt.c                                      | 1044 --------
 src/idx-opt.h                                      |   17 -
 src/utils.c                                        |  207 +-
 src/utils.h                                        |   38 +-
 subtree-merge-blosc.sh                             |   62 +-
 tables/__init__.py                                 |    1 +
 tables/_past.py                                    |    1 -
 tables/array.py                                    |   16 +-
 tables/atom.py                                     |   41 +-
 tables/attributeset.py                             |   64 +-
 tables/carray.py                                   |    2 +-
 tables/definitions.pxd                             |   38 +
 tables/description.py                              |   48 +-
 tables/earray.py                                   |    2 +-
 tables/expression.py                               |   11 +-
 tables/file.py                                     |    9 +-
 tables/group.py                                    |   79 +-
 tables/hdf5extension.pyx                           |   51 +-
 tables/index.py                                    |   25 +-
 tables/indexes.py                                  |    4 +-
 tables/indexesextension.pyx                        |  577 ++++-
 tables/leaf.py                                     |   45 +-
 tables/link.py                                     |  146 +-
 tables/lrucacheextension.pyx                       |   13 +-
 tables/node.py                                     |    7 +-
 tables/nodes/filenode.py                           |   60 +-
 tables/nodes/tests/test_filenode.py                |  215 +-
 tables/parameters.py                               |   12 +-
 tables/req_versions.py                             |   16 +-
 tables/scripts/ptrepack.py                         |  146 +-
 tables/scripts/pttree.py                           |  466 ++++
 tables/table.py                                    |   77 +-
 tables/tableextension.pyx                          |   56 +-
 tables/tests/__init__.py                           |    3 +-
 tables/tests/bug-idx.h5                            |  Bin 0 -> 14649 bytes
 tables/tests/common.py                             |  403 +--
 tables/tests/create_backcompat_indexes.py          |   21 +-
 tables/tests/issue_368.h5                          |  Bin 0 -> 1232 bytes
 tables/tests/test_all.py                           |   85 +-
 tables/tests/test_array.py                         |  987 +++-----
 tables/tests/test_attributes.py                    |  560 ++---
 tables/tests/test_aux.py                           |   34 +
 tables/tests/test_backcompat.py                    |  207 +-
 tables/tests/test_basics.py                        | 2115 +++++++---------
 tables/tests/test_carray.py                        |  736 +++---
 tables/tests/test_create.py                        |  805 +++---
 tables/tests/test_do_undo.py                       | 2601 +++++++++++---------
 tables/tests/test_earray.py                        |  658 ++---
 tables/tests/test_enum.py                          |   57 +-
 tables/tests/test_expression.py                    |  300 +--
 tables/tests/test_garbage.py                       |   10 +-
 tables/tests/test_hdf5compat.py                    |  104 +-
 tables/tests/test_index_backcompat.py              |   41 +-
 tables/tests/test_indexes.py                       |  698 +++---
 tables/tests/test_indexvalues.py                   |  564 ++---
 tables/tests/test_links.py                         |  170 +-
 tables/tests/test_lists.py                         |  266 +-
 tables/tests/test_nestedtypes.py                   |   90 +-
 tables/tests/test_numpy.py                         |  732 +++---
 tables/tests/test_queries.py                       |   80 +-
 tables/tests/test_tables.py                        | 2115 ++++++----------
 tables/tests/test_tablesMD.py                      |  616 +++--
 tables/tests/test_timetype.py                      |  283 +--
 tables/tests/test_tree.py                          |  356 +--
 tables/tests/test_types.py                         |  147 +-
 tables/tests/test_vlarray.py                       | 1408 +++++------
 tables/utilsextension.pyx                          |  156 +-
 tables/vlarray.py                                  |    8 +-
 utils/pttree                                       |    3 +
 155 files changed, 13872 insertions(+), 13034 deletions(-)

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



More information about the debian-science-commits mailing list