Activity for vigraraw

  • John Fine John Fine committed [559c73]

    Kludge support for ARW files using libRaw

  • GitHub committed [b48c8d]

    Fix typo in installation instructions

  • Hans Meine Hans Meine committed [093d57]

    fix CMake warnings about missing source file extensions

  • GitHub committed [2e0e67]

    Merge pull request #497 from Crghilardi/add-cmake-options-for-docs-tests

  • ASUS1 committed [070427]

    add BUILD_TESTS and BUILD_DOCS CMake option variables

  • GitHub committed [87010c]

    Merge pull request #487 from pranavashok/patch-1

  • GitHub committed [a05367]

    Merge pull request #500 from constantinpape/fix-cpp17

  • Constantin Pape committed [8da122]

    Remove deprecated binder1st and binder2nd form functortraits

  • Constantin Pape committed [257084]

    Replace bind1st and bind2nd by bind

  • Mark Harfouche Mark Harfouche committed [4c7010]

    Add compatibility for HDF5 1.12

  • GitHub committed [577896]

    Merge pull request #499 from hmaarrfk/hdf5_1_12

  • GitHub committed [9b514f]

    Merge pull request #492 from marco-m/update-cmake

  • Hans Meine Hans Meine committed [aaaf44]

    remove unnecessary parentheses (GCC9 warning)

  • Marco Molteni committed [6c33ea]

    build: update cmake from 2.6 to 3.10

  • Hans Meine Hans Meine committed [cc5eff]

    Replace outdated sphinx plugin pngmath -> imgmath

  • Hans Meine Hans Meine committed [721740]

    remove unused private member (compiler warning)

  • Hans Meine Hans Meine committed [3c8743]

    fix bad re escape \i

  • GitHub committed [867d24]

    Merge pull request #460 from danstender/master

  • Daniel Stender committed [8549ea]

    fix some typos

  • GitHub committed [093d81]

    Merge pull request #467 from kant/patch-1

  • GitHub committed [f75354]

    Minor formatting proposals

  • k-dominik committed [6715b5]

    use tuples for numpy indexing

  • GitHub committed [8acd73]

    Merge pull request #451 from jakirkham/fix_py37_unicode_conv_bug

  • GitHub committed [1dd6f9]

    Merge pull request #475 from k-dominik/fix-numpy-tuple-slicing

  • GitHub committed [898213]

    Merge pull request #449 from ukoethe/fix-cmake-policy

  • John Kirkham committed [a6fa62]

    Receive `const char *` from `PyUnicode_AsUTF8`

  • Ullrich Koethe committed [b2d9f7]

    cmake: fix obsolete policy CMP0026

  • Ullrich Koethe committed [b56510]

    fixed typos in documentation (by J. Wilk, PR #420)

  • GitHub committed [91b804]

    Merge pull request #427 from ukoethe/check

  • Ullrich Koethe committed [b59f93]

    added missing include

  • Ullrich Koethe committed [cf6dbe]

    Merge remote-tracking branch 'emmenlau/emmenlau_enable_cpp11' into check

  • Mario Emmenlauer committed [5d8236]

    src/impex/CMakeLists.txt: set CXX_STANDARD to 11

  • Ullrich Koethe committed [5ac16e]

    Merge remote-tracking branch 'origin/check' into check

  • Ullrich Koethe committed [b59b2e]

    tests: removed python 3.2, added python 3.5

  • Ullrich Koethe committed [ab83ef]

    explicit type casts in template parameters

  • Marcus Calhoun-Lopez committed [22cb70]

    modify tests to set VIGRA_NO_UNIQUE_PTR for macOS

  • Ullrich Koethe committed [b64d2f]

    Merge remote-tracking branch 'public/pr/421'

  • GitHub committed [6c01b4]

    Merge pull request #448 from ukoethe/azure-pipelines-3

  • GitHub committed [c16b7f]

    Merge pull request #441 from eldruin/fix-hdf5

  • Ullrich Koethe committed [c84381]

    cmake: added debug variants for some library (fixes #423)

  • Ullrich Koethe committed [140292]

    Merge branch 'master' into fix-hdf5

  • Ullrich Koethe committed [68cfa4]

    cmake: more informative error message

  • Ullrich Koethe committed [891cb5]

    added azure build status badge

  • Ullrich Koethe committed [a64518]

    add azure-pipelines configuration

  • Ullrich Koethe committed [05cb32]

    vigranumpy: removed obsolete h5py.highlevel

  • Ullrich Koethe committed [2c09ab]

    cmake: added -DH5_BUILT_AS_DYNAMIC_LIB

  • Ullrich Koethe committed [7ecfdf]

    vigranumpy: modernized import syntax

  • Ullrich Koethe committed [9173a0]

    vigranumpy: redirect warning to sys.stderr

  • Ullrich Koethe committed [dc730b]

    fixed noexcept declaration

  • Ullrich Koethe committed [cd9cbd]

    random: fixed seeding on MacOS

  • Ullrich Koethe committed [0ea178]

    fixed warnings

  • Ullrich Koethe committed [5c00d0]

    temporarily disabled blockwise labeling test

  • Ullrich Koethe committed [1555c2]

    convolution: simplified default argument declaration

  • Ullrich Koethe committed [7a20c9]

    removed deprecated std::binder1st, std::binder2nd

  • Ullrich Koethe committed [e696ae]

    fixed PATH configuration in tests

  • Ullrich Koethe committed [32ce9b]

    cmake: add boost_python${MAJOR}${MINOR} (fixes #445)

  • Ullrich Koethe committed [16740a]

    moved old CI configurations out of the way

  • Diego Barrios Romero Diego Barrios Romero committed [891f5a]

    Fix making HDF5-dependent code depend on HasHDF5 flag

  • GitHub committed [6bb6bf]

    Merge pull request #430 from BioDataAnalysis/emmenlau_fix_debug_build

  • Mario Emmenlauer committed [ae471d]

    src/impex/sifImport.cxx: fix debug build by removing duplicate namespace from 'std::std::cout'

  • John Kirkham committed [840e75]

    Set VIGRA_CONFIGURATION always to CMAKE_CFG_INTDIR

  • GitHub committed [fb4274]

    Merge pull request #417 from jakirkham/fix_win_python_tests_3

  • GitHub committed [5622ff]

    Merge pull request #321 from jakirkham/travis_linux_py34

  • John Kirkham committed [470dbe]

    travis: Test on Python 3.4 on Ubuntu 14.04.

  • GitHub committed [b2ff44]

    Merge pull request #415 from JaimeIvanCervantes/template-mismatch-issue-414

  • GitHub committed [2e3485]

    Merge pull request #412 from ukoethe/vs2015-workaround

  • JaimeIvanCervantes committed [81958d]

    multi_convolution: Fix for incorrect template parameter type when using unsigned int N for TinyVector SIZE. (Fixes #414)

  • Ullrich Koethe committed [d4dda1]

    work-around for compiler bug in VS 2015

  • GitHub committed [ab154c]

    Merge pull request #406 from constantinpape/master

  • Constantin Pape committed [74e393]

    Exposing clustering for lifted features to python

  • Ullrich Koethe committed [ed1e79]

    updated changelog

  • Ullrich Koethe committed [fa3cb3]

    bumped version to 1.11.1

  • Constantin Pape committed [48c98a]

    Hierarchical clustering for lifted edges

  • Constantin Pape committed [83e7c5]

    Lifting GIL for python dijkstra functionality

  • Constantin Pape committed [a33f06]

    Fix random forest 3 hdf5 serialization

  • Jonathan Wakely committed [18675a]

    Fix parameter of ImagePyramid::swap

  • GitHub committed [07e8b6]

    Merge pull request #402 from constantinpape/master

  • Constantin Pape committed [61e2b6]

    Lifting GIL for eccentricityCenter functions

  • GitHub committed [d67437]

    Merge pull request #405 from jwakely/gcc7

  • Constantin Pape committed [92e11a]

    RF3: Removing false typename in bindings

  • Sven Peter committed [3b9870]

    fix rf3 python bindings for boost::thread

  • GitHub committed [52b547]

    Merge pull request #1 from svenpeter42/rf3

  • Constantin Pape committed [ff05ed]

    RF3: Fixing most test cases and re-enabling tree indices, still need to fix the var-importance test case

  • Constantin Pape committed [4edf00]

    Fixing warnings

  • Constantin Pape committed [6aee8d]

    Fixing last test

  • Ullrich Koethe committed [669585]

    fixed DLL export of HDF5ImportInfo::shape() (patch by Mario Emmenlauer)

  • Constantin Pape committed [b9609b]

    Pythonbindings and improved prediction for Random Forest 3.

  • Ilia Kats committed [c1f76a]

    fix intensity normalization in asRGB

  • GitHub committed [ee6b17]

    Merge pull request #401 from ukoethe/hdf5fix

  • GitHub committed [6f326a]

    Merge pull request #403 from ilia-kats/asRGB_fix

  • GitHub committed [f10b67]

    Merge pull request #399 from stuarteberg/clang-fixes

  • Stuart Berg Stuart Berg committed [0132f8]

    pythonApplyMapping(): Silence clang warning: "control may reach end of non-void lambda"

  • Stuart Berg Stuart Berg committed [8af537]

    polytope.hxx: Add missing 'template' keyword.

  • GitHub committed [48b7d4]

    Merge pull request #397 from stuarteberg/fix-supported-convexhull

  • Stuart Berg Stuart Berg committed [6fceba]

    supportedConvexHullFeatures(): Updated for new 2D/3D function names.

  • Stuart Berg Stuart Berg committed [195a7d]

    test_segmentation: Fixed an assertion.

  • GitHub committed [09a955]

    Merge pull request #393 from dstoe/convex_hull

  • Stuart Berg Stuart Berg committed [588a08]

    vigra.analysis.applyMapping(): Raise a KeyError with a clear message if the mapping is incomplete.

  • dstoe committed [96d1ad]

    Add documentation

  • Stuart Berg Stuart Berg committed [29553c]

    travis: osx-py3: Use ln -f when creating symlinks to pip3 and python3

1 >