[libvigraimpex] branch master updated (70da40c -> 3ccdc02)
Daniel Stender
danstender-guest at moszumanska.debian.org
Sun Feb 14 00:55:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a change to branch master
in repository libvigraimpex.
from 70da40c deb/control: added Replaces to libvigraimpex6
new 94fd116 deb/control: moved Replaces
new dc6f83e deb/control: use Breaks instead of Replaces
new a1b4cec deb/rules: removed old pointers, moved a target
new 1fb104a deb/rules: removed some old obsolete stuff
new f2a131d deb/rules: removed wildcard for non-multiarch Python paths
new 500e866 deb/rules: removed old failsafe for tests on powerpc
new c42bd99 deb/rules: non-echoed line for free
new 5b8bf12 deb/rules: removed some line breaks
new 3db943a deb/changelog: dropped doc/changelog target
new b6c307d deb/rules: removed chmod on vigranumpy/test/*.py
new 3f17cb2 deb/rules: removed more line breaks
new b3f2d91 deb/rules: removed workaround for missing dh_sphinxdoc
new 6fbc8ff deb/rules: added -a for everything in build-arch, added dh_lintian to build-indep
new 6d0ccde deb/changelog: corrected typo
new 2a46493 deb/rules: removed test for if Numpy is available
new 265dd2c deb/rules: dropped chmod on examples
new 5574978 deb/rules: changelog path not needed to be given
new 77d2d6b deb/rules: add BINDNOW to linker flags
new 7f6cba8 deb/rules: dropped --keep-going from testsuite call
new 7f1a3ce deb/rules: build with -O3 on ppc64el
new 5410fec deb/rules: cosmetics
new a364dd4 deb/clean: removed unneeded lines
new cf33ad6 deb/control: actually Replaces is better
new a948775 deb/rules: corrected a info sentence
new cdcfa51 deb/copyright: expanded copyright span, added email address
new 25e8280 deb/rules: dh_sphinxdoc doesn't need path
new 04f5114 added patches of Andreas Metzler for build with 1-11-rc branch
new a79bc3f Imported Upstream version 1.10.0+git20160211.167be93
new 3613d3c Merge tag 'upstream/1.10.0+git20160211.167be93'
new 3ccdc02 deb/copyright: updated
The 30 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 +-
debian/changelog | 18 +-
debian/clean | 2 -
debian/control | 6 +-
debian/copyright | 6 +-
debian/patches/docsrc-out-of-source.diff | 2 +-
debian/patches/docsrc-paths.diff | 10 +-
debian/patches/vigra-config-docdir.diff | 10 +-
debian/rules | 126 +--
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 +-
91 files changed, 5187 insertions(+), 3674 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