Changelog for
libvigraimpex11-1.11.2-lp155.77.3.x86_64.rpm :
* Thu Feb 29 2024 Takashi Iwai
- Set disabled mode in service, to be accepted for TW
* Tue Oct 10 2023 Takashi Iwai - Drop stale patches
* Sun Oct 08 2023 Dan Weatherill - Bump version to new version 1.11.2- disable patch vigra-openexr3.patch (fixed upstream)- disable patch 0001-Add-compatibility-for-hdf5-1-12.patch (fixed upstream)- add conditional build for numpy support (enabled by default on Tumbleweed, disabled on Leap as it fails for that boost_python version)- add conditional build for LEMON support (disabled by default)
* Wed Aug 17 2022 Fabian Vogt - Drop baselibs.conf, not necessary- Use %autosetup- Add patch to fix build against newer hdf5 (boo#1202460):
* 0001-Add-compatibility-for-hdf5-1-12.patch
* Wed Aug 11 2021 pgajdosAATTsuse.com- added patches https://github.com/ukoethe/vigra/issues/496 + vigra-openexr3.patch
* Tue Jan 23 2018 tchvatalAATTsuse.com- Remove python dependencies as we are not buliding the numpy code at all, as such it does not make sense to have just part of them- Make sure develpkg requires python3-base and fix shebang on vigra-config
* Mon Dec 18 2017 avindraAATTopensuse.org- Version update to 1.11.1:
* Added 3D convex hull computation and features
* Added Random Forest version 3, inspired by LEMON\'s graph API, to simplify customization of RF variants
* Improved hierarchical clustering
* Minor improvements and bug fixes in code and docs.- cleanup with spec-cleaner- remove gcc7-Fix-parameter-of-ImagePyramid-swap.patch
* upstreamed in 18675a51fca27b324eb4e4b49593bcee9bc4535e
* Mon Mar 20 2017 mliskaAATTsuse.cz- Add patch gcc7-Fix-parameter-of-ImagePyramid-swap.patch in order to fix using the library with a GCC 7.
* Sat Feb 11 2017 jengelhAATTinai.de- Update RPM group. Run fdupes.
* Thu Feb 02 2017 adam.majerAATTsuse.de- use individual libboost-
*-devel packages instead of boost-devel
* Mon Nov 21 2016 tchvatalAATTsuse.com- Version update to 1.11.0: see http://ukoethe.github.io/vigra/doc-release/vigra/CreditsChangelog.html
* Ported vigranumpy to Python 3.5.
* Added Chunked arrays to store data larger than RAM as a collection of rectangular blocks.
* Added vigra::ThreadPool and parallel_foreach() for portable algorithm parallelization based on std::thread.
* Implemented parallel versions of Gaussian smoothing, Gaussian derivatives, connected components labeling, and union-find watersheds.
* Added graph-based image analysis, e.g. agglomerative clustering
* Included the callback mechanism described in \"Impossibly Fast C++ Delegates\" by Sergey Ryazanov (needed for agglomerative clustering).
* Added many image registration functions.
* Extended the collection of multi-dimensional distance transform algorithms by vectorial DT, boundary DT, and eccentricity transform.
* Added skeletonizeImage(), nonLocalMean(), multi-dimensional integral images.
* Added new 2D shape features based on skeletonization and the convex hull.
* Additional arithmetic and algebraic functions for vigra::TinyVector.
* Added vigra::CountingIterator.
* Minor improvements and bug fixes in the code and documentation.