[pytables] 02/15: Updated version 3.4.2 from 'upstream/3.4.2'

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Fri Jun 30 18:07:42 UTC 2017


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 8765448d3d5ca6cce7f79c502a47dad8ad537017
Merge: 824aed9 b5838e8
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Wed Jun 28 20:25:30 2017 +0000

    Updated version 3.4.2 from 'upstream/3.4.2'
    
    with Debian dir 61eb0c3ca496384e6f65341b0b5c7b5ac89580df

 .readthedocs.yml                                   |    7 +
 .travis.yml                                        |    6 +-
 ANNOUNCE.txt.in                                    |    2 +-
 .../zstd-1.0.0/LICENSE => LICENSES/ZSTD.TXT        |    0
 Makefile                                           |    2 +-
 README.rst                                         |    5 +-
 RELEASE_NOTES.txt                                  |   36 +-
 VERSION                                            |    2 +-
 appveyor.yml                                       |   72 +-
 c-blosc/.gitignore                                 |    2 +
 c-blosc/ANNOUNCE.rst                               |   21 +-
 c-blosc/CMakeLists.txt                             |   87 +-
 c-blosc/README.rst                                 |    2 +-
 c-blosc/RELEASE_NOTES.rst                          |   23 +
 c-blosc/bench/bench.c                              |    8 +-
 c-blosc/blosc.pc.in                                |   14 +
 c-blosc/blosc/CMakeLists.txt                       |   67 +-
 c-blosc/blosc/bitshuffle-generic.c                 |   74 +-
 c-blosc/blosc/bitshuffle-generic.h                 |   26 +-
 c-blosc/blosc/blosc.c                              |   14 +-
 c-blosc/blosc/blosc.h                              |    6 +-
 c-blosc/internal-complibs/lz4-1.7.2/lz4.h          |  360 -------
 c-blosc/internal-complibs/lz4-1.7.2/lz4hc.h        |  189 ----
 .../{lz4-1.7.2 => lz4-1.7.5}/lz4.c                 |  701 ++++++-------
 c-blosc/internal-complibs/lz4-1.7.5/lz4.h          |  463 +++++++++
 .../{lz4-1.7.2 => lz4-1.7.5}/lz4hc.c               |  352 +++----
 c-blosc/internal-complibs/lz4-1.7.5/lz4hc.h        |  228 +++++
 c-blosc/internal-complibs/lz4-1.7.5/lz4opt.h       |  363 +++++++
 c-blosc/internal-complibs/zstd-1.0.0/Makefile      |  115 ---
 .../zstd-1.0.0/compress/zbuff_compress.c           |  319 ------
 .../zstd-1.0.0/decompress/zbuff_decompress.c       |  252 -----
 .../zstd-1.0.0/dictBuilder/zdict.h                 |  111 --
 c-blosc/internal-complibs/zstd-1.1.3/BUCK          |  186 ++++
 c-blosc/internal-complibs/zstd-1.1.3/Makefile      |  160 +++
 .../{zstd-1.0.0 => zstd-1.1.3}/README.md           |   22 +-
 .../{zstd-1.0.0 => zstd-1.1.3}/common/bitstream.h  |    8 +-
 .../common/entropy_common.c                        |   15 +-
 .../common/error_private.c}                        |   71 +-
 .../common/error_private.h                         |   32 +-
 .../{zstd-1.0.0 => zstd-1.1.3}/common/fse.h        |   72 +-
 .../common/fse_decompress.c                        |   49 +-
 .../{zstd-1.0.0 => zstd-1.1.3}/common/huf.h        |   46 +-
 .../{zstd-1.0.0 => zstd-1.1.3}/common/mem.h        |    6 +-
 c-blosc/internal-complibs/zstd-1.1.3/common/pool.c |  194 ++++
 c-blosc/internal-complibs/zstd-1.1.3/common/pool.h |   56 ++
 .../zstd-1.1.3/common/threading.c                  |   79 ++
 .../zstd-1.1.3/common/threading.h                  |  104 ++
 .../{zstd-1.0.0 => zstd-1.1.3}/common/xxhash.c     |    2 +-
 .../{zstd-1.0.0 => zstd-1.1.3}/common/xxhash.h     |    0
 .../common/zstd_common.c                           |   10 -
 .../common/zstd_errors.h}                          |   25 +-
 .../common/zstd_internal.h                         |   59 +-
 .../compress/fse_compress.c                        |  217 ++--
 .../compress/huf_compress.c                        |  209 ++--
 .../compress/zstd_compress.c                       |  691 ++++++++-----
 .../{zstd-1.0.0 => zstd-1.1.3}/compress/zstd_opt.h |  159 +--
 .../zstd-1.1.3/compress/zstdmt_compress.c          |  740 ++++++++++++++
 .../zstd-1.1.3/compress/zstdmt_compress.h          |   78 ++
 .../decompress/huf_decompress.c                    |   22 +-
 .../decompress/zstd_decompress.c                   | 1056 +++++++++++++++-----
 .../common => zstd-1.1.3/deprecated}/zbuff.h       |   97 +-
 .../zstd-1.1.3/deprecated/zbuff_common.c           |   26 +
 .../zstd-1.1.3/deprecated/zbuff_compress.c         |  145 +++
 .../zstd-1.1.3/deprecated/zbuff_decompress.c       |   74 ++
 .../zstd-1.1.3/dictBuilder/cover.c                 | 1021 +++++++++++++++++++
 .../dictBuilder/divsufsort.c                       |    0
 .../dictBuilder/divsufsort.h                       |    0
 .../{zstd-1.0.0 => zstd-1.1.3}/dictBuilder/zdict.c |  189 ++--
 .../zstd-1.1.3/dictBuilder/zdict.h                 |  201 ++++
 .../zstd-1.1.3/dll/example/Makefile                |   47 +
 .../zstd-1.1.3/dll/example/README.md               |   69 ++
 .../zstd-1.1.3/dll/example/build_package.bat       |   17 +
 .../zstd-1.1.3/dll/example/fullbench-dll.sln       |   25 +
 .../zstd-1.1.3/dll/example/fullbench-dll.vcxproj   |  181 ++++
 .../internal-complibs/zstd-1.1.3/dll/libzstd.def   |   86 ++
 .../legacy/zstd_legacy.h                           |    0
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v01.c   |  198 ++--
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v01.h   |    0
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v02.c   |  102 +-
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v02.h   |    0
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v03.c   |  105 +-
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v03.h   |    0
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v04.c   |  278 +-----
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v04.h   |    0
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v05.c   |  292 ++----
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v05.h   |    0
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v06.c   |  287 +-----
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v06.h   |   68 +-
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v07.c   |  319 ++----
 .../{zstd-1.0.0 => zstd-1.1.3}/legacy/zstd_v07.h   |   59 +-
 .../{zstd-1.0.0 => zstd-1.1.3}/libzstd.pc.in       |   10 +-
 .../{zstd-1.0.0 => zstd-1.1.3}/zstd.h              |  456 +++++----
 c-blosc/tests/Makefile                             |    4 +-
 c-blosc/tests/test_common.h                        |    2 +-
 cpuinfo.py                                         |  737 ++++++++------
 doc/source/_templates/travis-ci.html               |    3 -
 .../altered_nature/static/altered_nature.css_t     |  299 ------
 .../_theme/altered_nature/static/old_pygments.css  |   54 -
 doc/source/_theme/altered_nature/theme.conf        |    4 -
 doc/source/_theme/cloud/layout.html                |   98 --
 doc/source/_theme/cloud/static/cloud.css_t         |  969 ------------------
 doc/source/_theme/cloud/static/icon-note.png       |  Bin 1204 -> 0 bytes
 doc/source/_theme/cloud/static/icon-seealso.png    |  Bin 951 -> 0 bytes
 doc/source/_theme/cloud/static/icon-todo.png       |  Bin 1324 -> 0 bytes
 doc/source/_theme/cloud/static/icon-warning.png    |  Bin 887 -> 0 bytes
 doc/source/_theme/cloud/static/jquery.cookie.js    |   41 -
 doc/source/_theme/cloud/static/toggle_sections.js  |   67 --
 doc/source/_theme/cloud/static/toggle_sidebar.js_t |   49 -
 doc/source/_theme/cloud/theme.conf                 |   74 --
 doc/source/conf.py                                 |  155 +--
 doc/source/cookbook/py2exe_howto/pytables_test.py  |    5 +-
 doc/source/cookbook/threading.rst                  |    4 +-
 doc/source/dev_team.rst                            |    3 +-
 doc/source/release-notes/RELEASE_NOTES_v3.3.x.rst  |   34 +-
 ...E_NOTES_v3.3.x.rst => RELEASE_NOTES_v3.4.x.rst} |    0
 doc/source/release_notes.rst                       |    7 +-
 doc/source/usersguide/index.rst                    |    2 +-
 doc/source/usersguide/installation.rst             |   35 +-
 .../usersguide/libref/homogenous_storage.rst       |    4 +-
 doc/source/usersguide/usersguide.rst               |    3 +-
 doc/sphinxext/LICENSE.txt                          |  141 ---
 doc/sphinxext/__init__.py                          |    1 -
 doc/sphinxext/apigen.py                            |  427 --------
 doc/sphinxext/comment_eater.py                     |  158 ---
 doc/sphinxext/compiler_unparse.py                  |  860 ----------------
 doc/sphinxext/docscrape.py                         |  500 ---------
 doc/sphinxext/docscrape_sphinx.py                  |  227 -----
 doc/sphinxext/inheritance_diagram.py               |  407 --------
 doc/sphinxext/ipython_console_highlighting.py      |  114 ---
 doc/sphinxext/ipython_directive.py                 |  635 ------------
 doc/sphinxext/numpydoc.py                          |  169 ----
 doc/sphinxext/phantom_import.py                    |  162 ---
 doc/sphinxext/plot_directive.py                    |  636 ------------
 doc/sphinxext/setup.py                             |   31 -
 doc/sphinxext/traitsdoc.py                         |  140 ---
 environment.yml                                    |    3 +
 requirements.txt                                   |    2 +-
 setup.py                                           |  106 +-
 src/H5ARRAY.c                                      |    4 +-
 src/H5ARRAY.h                                      |    2 +-
 src/H5TB-opt.c                                     |    2 +-
 src/H5TB-opt.h                                     |    2 +-
 src/H5VLARRAY.c                                    |    2 +-
 src/H5VLARRAY.h                                    |    2 +-
 tables/atom.py                                     |    2 +-
 tables/attributeset.py                             |    1 +
 tables/definitions.pxd                             |  117 ++-
 tables/description.py                              |    1 +
 tables/exceptions.py                               |    1 +
 tables/file.py                                     |    1 +
 tables/filters.py                                  |    1 +
 tables/group.py                                    |    2 +-
 tables/hdf5extension.pyx                           |   10 +-
 tables/idxutils.py                                 |    3 +-
 tables/index.py                                    |    3 +-
 tables/indexes.py                                  |   12 +-
 tables/leaf.py                                     |    2 +
 tables/link.py                                     |    5 +-
 tables/linkextension.pyx                           |    8 +-
 tables/scripts/ptdump.py                           |    2 +-
 tables/scripts/ptrepack.py                         |   13 +-
 tables/scripts/pttree.py                           |    2 +-
 tables/table.py                                    |    2 +
 tables/tests/test_all.py                           |    1 +
 tables/tests/test_create.py                        |   46 +-
 tables/tests/test_utils.py                         |   95 ++
 tables/unimplemented.py                            |    2 +
 tables/utilsextension.pxd                          |    4 +-
 tables/utilsextension.pyx                          |   10 +-
 169 files changed, 8862 insertions(+), 11519 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