[opengm] branch debian/sid updated (bfe003d -> f9e5876)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 14 16:25:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch debian/sid
in repository opengm.
from bfe003d Avoid mixed quote signs in debian/upstream/metadata
adds 819601a minor changes
adds 933fad7 add matching converters
adds 59664c0 add converter
adds df279fe add converter
adds 21ee9d4 change name of brain-converter binary to a less generic one.
adds 3e0c403 Update ChangeLog.txt
adds e91870b Merge branch 'master' of https://github.com/opengm/opengm
adds 7e4cdfc Merge pull request #102 from opengm/master
adds 9f4e788 Merge branch 'master' of https://github.com/joergkappes/opengm
adds 3acdc4f fix problems on 32bit systems
adds e98c703 bugfix == -> =
adds 34c8b90 add simple python and matlab demos
adds 5a5e11b add new ibfs patch
adds 537cb42 reactivate patch
adds 068d7dc fix patch
adds 9123963 Merge pull request #402 from joergkappes/master
adds 6cacc6f Merge pull request #403 from joergkappes/master
adds 3993109 add tolarance for floating point operation-tests
adds 22b034b Merge pull request #103 from opengm/master
adds b6c88a2 Merge pull request #404 from joergkappes/master
adds 93c9533 uncomment IBFS from graphcut test because of problems - have to be fixed
adds 8f89597 Merge branch 'master' of https://github.com/joergkappes/opengm
adds c999a6b Merge pull request #405 from joergkappes/master
adds 83611ee fix amazing bug in test-marco
adds 03a653e Merge pull request #406 from joergkappes/master
adds 22e3f68 avoid exception when no feasible solution is found
adds e5cc7e5 add ibfs test
adds 9db3620 add ibfs test
adds 8a3e4c8 char to int
adds 83b9f72 Merge pull request #408 from joergkappes/master
adds 1e27a07 deletepython-demos
adds 2fa0a3c read python demos
adds 3f68450 Merge pull request #409 from joergkappes/master
adds 5b790d9 Merge pull request #8 from opengm/master
adds ddb6690 Merge pull request #412 from DerThorsten/master
adds 111184d cmake: apple: Removed linker flag "-undefined dynamic_lookup"
adds 5e9cb7a Merge pull request #415 from stuarteberg/no-undefined-dynamic-lookup
adds 3e0fb48 Fixed __repr__ function
adds d1946b5 Merge pull request #414 from Erotemic/fix_numpy_repr
adds 0fc8dd1 fix wrong use of IndexType and LabelType
adds f0c167b fix incomplete bugfix
new e92b7e6 Merge tag 'v2.3.6+20160131' into debian/sid
new 0a715e5 Drop Fix-testsuite-execution-on-32-bit.patch, applied upstream.
new dd67b0d Provide examples in doc package.
new 147d099 d/rules: build examples conditionally on nocheck.
new ac1e122 d/gbp.conf: use upstream tag format.
new 37d33cf d/rules: simplify dh_autotest override.
new 8e196f5 d/control: use secure VCS URIs.
new 371fda1 Fix usage of embedded jquery in doc package.
new a3b2b91 d/rules: move dh_numpy call to dh_python2 override.
new fe2b8ec d/rules: exclude examples from compression.
new cf27462 Bump standards version to 3.9.7, no changes required.
new 0211032 Update changelog.
new 0b549d2 Release to unstable.
new f9e5876 Merge remote-tracking branch 'origin/debian/sid' into debian/sid
The 14 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:
ChangeLog.txt | 13 +-
debian/changelog | 22 +-
debian/control | 12 +-
debian/gbp.conf | 2 +-
debian/libopengm-doc.examples | 1 +
debian/libopengm-doc.links | 1 +
.../Fix-testsuite-execution-on-32-bit.patch | 171 -------
debian/patches/series | 1 -
debian/rules | 24 +-
include/opengm/graphicalmodel/graphicalmodel.hxx | 6 +-
.../fusion_move/permutable_label_fusion_mover.hxx | 5 +-
include/opengm/inference/lpcplex.hxx | 1 +
include/opengm/unittests/test.hxx | 2 +-
include/opengm/utilities/tribool.hxx | 16 +-
src/converter/CMakeLists.txt | 15 +-
src/converter/matching2opengm-N2N.cxx | 151 ++++++
src/converter/matching2opengm.cxx | 516 +++++++++++++++++++++
src/external/patches/IBFS/ibfs-new.patch | 20 +
src/external/patches/IBFS/patchIBFS.sh | 22 +-
src/interfaces/python/opengm/hdf5/CMakeLists.txt | 3 -
.../python/opengm/inference/CMakeLists.txt | 3 -
.../python/opengm/inference/inference.cpp | 4 +-
src/interfaces/python/opengm/inference/pyCgc.cxx | 166 ++++++-
src/interfaces/python/opengm/inference/pyCgc.hxx | 5 +-
.../opengm/inference/pyIntersectionBased.cxx | 6 +-
.../python/opengm/opengmcore/CMakeLists.txt | 3 -
.../python/opengm/opengmcore/function_injector.py | 2 +-
src/tutorials/matlab/applications/binaryNDSeg.m | 57 +++
src/tutorials/matlab/demo/demo1.m | 5 +
src/tutorials/matlab/demo/demo2.m | 67 +++
src/tutorials/matlab/demo/demo3.m | 43 ++
src/tutorials/matlab/demo/demo4.m | 52 +++
src/tutorials/matlab/demo/denoise_fast.m | 41 ++
src/tutorials/matlab/demo/setup.m | 5 +
src/tutorials/python/demo/demo1.py | 56 +++
src/tutorials/python/demo/demo2.py | 56 +++
src/tutorials/python/demo/demo3.py | 50 ++
src/tutorials/python/demo/demo4.py | 62 +++
src/tutorials/python/demo/demo5.py | 92 ++++
src/unittest/inference/CMakeLists.txt | 6 +
src/unittest/inference/test_graphcut.cxx | 9 +-
src/unittest/inference/test_ibfs.cxx | 39 ++
src/unittest/test_functions.cxx | 36 +-
src/unittest/test_partitions.cxx | 13 +-
44 files changed, 1600 insertions(+), 282 deletions(-)
create mode 100644 debian/libopengm-doc.examples
create mode 100644 debian/libopengm-doc.links
delete mode 100644 debian/patches/Fix-testsuite-execution-on-32-bit.patch
create mode 100644 src/converter/matching2opengm-N2N.cxx
create mode 100644 src/converter/matching2opengm.cxx
create mode 100644 src/external/patches/IBFS/ibfs-new.patch
create mode 100644 src/tutorials/matlab/applications/binaryNDSeg.m
create mode 100644 src/tutorials/matlab/demo/demo1.m
create mode 100644 src/tutorials/matlab/demo/demo2.m
create mode 100644 src/tutorials/matlab/demo/demo3.m
create mode 100644 src/tutorials/matlab/demo/demo4.m
create mode 100644 src/tutorials/matlab/demo/denoise_fast.m
create mode 100644 src/tutorials/matlab/demo/setup.m
create mode 100644 src/tutorials/python/demo/demo1.py
create mode 100644 src/tutorials/python/demo/demo2.py
create mode 100644 src/tutorials/python/demo/demo3.py
create mode 100644 src/tutorials/python/demo/demo4.py
create mode 100644 src/tutorials/python/demo/demo5.py
create mode 100644 src/unittest/inference/test_ibfs.cxx
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git
More information about the debian-science-commits
mailing list