[libvigraimpex] branch upstream updated (1adbfc9 -> a79bc3f)

Daniel Stender danstender-guest at moszumanska.debian.org
Sun Feb 14 00:55:38 UTC 2016


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

danstender-guest pushed a change to branch upstream
in repository libvigraimpex.

      from  1adbfc9   Imported Upstream version 0.10.0+git20160120.803d5d4
       new  a79bc3f   Imported Upstream version 1.10.0+git20160211.167be93

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |  86 +-
 README.md                                          |   3 +-
 appveyor.yml                                       |  22 +
 config/FindHDF5.cmake                              |  91 ++-
 config/FindVIGRANUMPY_DEPENDENCIES.cmake           | 174 ++--
 config/VigraDetectThreading.cmake                  |  22 +-
 config/VigraSetDefaults.cmake                      |  34 +-
 config/checkHDF5version.c                          |   8 +-
 config/vigra-config.in                             |  14 +-
 docsrc/makeFunctionIndex.py                        |   1 +
 docsrc/tutorial.dxx                                |  10 +-
 include/vigra/affine_registration_fft.hxx          |   6 +-
 include/vigra/config.hxx                           |  28 +-
 include/vigra/config_version.hxx                   |   4 +-
 include/vigra/hdf5impex.hxx                        | 881 +++++++++++----------
 include/vigra/multi_blocking.hxx                   |   2 +-
 include/vigra/multi_convolution.hxx                |  16 +-
 include/vigra/multi_histogram.hxx                  |   1 +
 include/vigra/numpy_array.hxx                      |  39 +-
 include/vigra/numpy_array_converters.hxx           | 663 +++++++++++++---
 include/vigra/numpy_array_taggedshape.hxx          | 289 +++----
 include/vigra/python_utility.hxx                   | 230 +++---
 include/vigra/threading.hxx                        | 102 ++-
 include/vigra/threadpool.hxx                       | 104 ++-
 src/impex/CMakeLists.txt                           |  10 +-
 src/impex/viff.cxx                                 |  34 +-
 test/blockwisealgorithms/CMakeLists.txt            |  20 +-
 test/checkUnitTests.py                             |   6 +-
 test/correlation/CMakeLists.txt                    |   4 +-
 test/multiarray/test_chunked.cxx                   | 391 ++++-----
 test/registration/CMakeLists.txt                   |   2 +-
 test/threadpool/CMakeLists.txt                     |   8 +-
 test/threadpool/test.cxx                           |  19 +-
 vigranumpy/docsrc/CMakeLists.txt                   |  18 +-
 vigranumpy/docsrc/conf.py.cmake2.in                |   6 +-
 vigranumpy/docsrc/conf.py.in                       |   5 +-
 vigranumpy/docsrc/index.rst                        | 257 +++---
 vigranumpy/examples/VigraGraphs.ipynb              | 619 ++++++++-------
 vigranumpy/examples/blocking.py                    |  18 +-
 vigranumpy/examples/gaussian_rank.py               |  17 -
 .../examples/graph_agglomerative_clustering.py     |   1 +
 vigranumpy/examples/graph_watersheds.py            |   4 +-
 vigranumpy/examples/grid_graph_shortestpath.py     |  18 +-
 vigranumpy/examples/merge_graph.py                 |  15 +-
 vigranumpy/examples/non_local_mean_2d_color.py     |  56 +-
 vigranumpy/examples/rag_features.py                |  19 -
 vigranumpy/examples/shock_filter.py                |  10 +-
 vigranumpy/lib/CMakeLists.txt                      |  17 +-
 vigranumpy/lib/__init__.py                         | 255 +++---
 vigranumpy/lib/arraytypes.py                       |  37 +-
 vigranumpy/lib/axistags.py                         |  75 +-
 vigranumpy/lib/pyqt/imagewindow.py                 |  26 +-
 vigranumpy/lib/pyqt/overlays.py                    |   3 +-
 vigranumpy/lib/pyqt/viewer2svg.py                  |   4 +-
 vigranumpy/lib/tagged_array.py                     | 101 +--
 vigranumpy/lib/ufunc.py                            | 223 +++---
 vigranumpy/src/CMakeLists.txt                      |   3 +
 vigranumpy/src/core/CMakeLists.txt                 |  56 +-
 vigranumpy/src/core/axistags.cxx                   |  27 +-
 vigranumpy/src/core/colors.cxx                     | 117 +--
 vigranumpy/src/core/converters.cxx                 |   5 +-
 vigranumpy/src/core/convolution.cxx                | 287 +++----
 vigranumpy/src/core/edgedetection.cxx              | 128 +--
 vigranumpy/src/core/geometry.cxx                   |   6 +-
 vigranumpy/src/core/impex.cxx                      |  64 +-
 vigranumpy/src/core/morphology.cxx                 | 726 +++++++----------
 vigranumpy/src/core/multi_array_chunked.cxx        | 184 ++++-
 vigranumpy/src/core/pythonaccumulator.hxx          |  13 +-
 vigranumpy/src/core/segmentation.cxx               | 375 +++------
 vigranumpy/src/core/tensors.cxx                    | 831 +++++++++++--------
 vigranumpy/src/core/vigranumpycore.cxx             |  19 +-
 vigranumpy/src/fourier/CMakeLists.txt              |   9 +-
 vigranumpy/test/CMakeLists.txt                     |   1 +
 vigranumpy/test/test1.py                           |  10 +-
 vigranumpy/test/test2.py                           |   7 +-
 vigranumpy/test/test3.py                           |   9 +-
 vigranumpy/test/test4.py                           |  12 +-
 vigranumpy/test/test_arraytypes.py                 |  53 +-
 vigranumpy/test/test_color.py                      |   7 +-
 vigranumpy/test/test_impex.py                      |   9 +-
 vigranumpy/test/test_multidef.py                   | 582 ++++++++++++++
 vigranumpy/test/test_rf.py                         |   6 +-
 vigranumpy/test/test_segmentation.py               |   7 +-
 83 files changed, 5117 insertions(+), 3564 deletions(-)
 create mode 100644 appveyor.yml
 delete mode 100644 vigranumpy/examples/gaussian_rank.py
 delete mode 100644 vigranumpy/examples/rag_features.py
 create mode 100644 vigranumpy/test/test_multidef.py

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



More information about the debian-science-commits mailing list