Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-vigranumpy | Distribution: SUSE Linux Enterprise 16 |
Version: 1.12.2 | Vendor: openSUSE |
Release: bp160.1.1 | Build date: Sat Apr 5 11:17:08 2025 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 22016816 | Source RPM: vigra-1.12.2-bp160.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://ukoethe.github.io/vigra/ | |
Summary: Numpy support for VIGRA library |
VIGRA stands for "Vision with Generic Algorithms". It is a novel computer vision library that puts its main emphasis on customizable algorithms and data structures. By using template techniques similar to those in the C++ Standard Template Library, you can easily adapt any VIGRA component to the needs of your application, without giving up execution speed. This package contains python / numpy bindings for VIGRA
MIT
* Sat Apr 05 2025 Christophe Marin <christophe@krop.fr> - Update to 1.12.2 * Removing executable permission from plain files * Do not inherit from std::iterator as it is deprecated in c++17 * Use posix shell instead of bash for tests * fix RandomAccessSet::insert(pos, val) function for gcc-15 and clang-19 * fix typo in multi_iterator_coupled * Move away from inline global regex flag * modernise for c++20 - Also build without numpy on arm7l - Add a _constraints file to avoid oom issues on PowerPC and aarch64 * Thu Mar 13 2025 Atri Bhattacharya <badshah400@gmail.com> - Add BuildRequires: python3-setuptools to fix builds against python 3.13. - Drop python support for i586 as it won't build against python3.13 + numpy2 on these archs any more. * Mon Mar 10 2025 Christophe Marin <christophe@krop.fr> - Update to 1.12.1 * Address implementation incompatibility of ptp in vigranumpy with numpy 2 * Improve compatibility with compilers in 2024 - Remove unneeded _service file. `osc service mr download_files` does the same thing - Spec cleanup * Thu Feb 29 2024 Takashi Iwai <tiwai@suse.com> - Set disabled mode in service, to be accepted for TW * Tue Oct 10 2023 Takashi Iwai <tiwai@suse.com> - Drop stale patches * Sun Oct 08 2023 Dan Weatherill <plasteredparrot@gmail.com> - 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 <fvogt@suse.com> - 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 pgajdos@suse.com - added patches https://github.com/ukoethe/vigra/issues/496 + vigra-openexr3.patch * Tue Jan 23 2018 tchvatal@suse.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 avindra@opensuse.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 mliska@suse.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 jengelh@inai.de - Update RPM group. Run fdupes. * Thu Feb 02 2017 adam.majer@suse.de - use individual libboost-*-devel packages instead of boost-devel * Mon Nov 21 2016 tchvatal@suse.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. * Tue Jan 07 2014 speilicke@suse.com - Fix source URL * Fri Jan 03 2014 adrian@suse.de - update to version 1.10.0 * see http://ukoethe.github.io/vigra/doc-release/vigra/CreditsChangelog.html * comes with tutorial as part of documentation now - so name bump to version 5 - fixing baselibs config * Tue Jun 04 2013 tchvatal@suse.com - Version bump to 1.9.0 * see http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html - Update openexr finding and libdir target. * Tue Sep 18 2012 idonmez@suse.com - Update to version 1.8.0 * See http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html - Drop all the patches, fixed upstream. - Fixed dependencies for the devel package. * Thu Sep 06 2012 pgajdos@suse.com - build also against libpng15 * libpng15.patch * Sun Nov 20 2011 coolo@suse.com - add libtool as buildrequire to avoid implicit dependency * Sun Apr 24 2011 toddrme2178@gmail.com - Add 32bit compatibility libraries - Remove test for obsolete openSUSE versions - Made package no longer obsolete itself (fix for RPMLINT warning) - More informative summaries (fix for RPMLINT warning) * Thu Dec 09 2010 cristian.rodriguez@opensuse.org - Fix -devel package dependencies * Thu Apr 08 2010 pgajdos@suse.cz - fixed build with libpng14 * Thu Apr 23 2009 sbrabec@suse.cz - Don't call autoreconf on older products. * Mon Mar 02 2009 crrodriguez@suse.de - save 3.8MB by removing static libraries and "la" files * Tue Oct 14 2008 sbrabec@suse.cz - Fix acinclude.m4 to allow autoreconf to prevent build failure. * Thu Sep 04 2008 sbrabec@suse.cz - Updated to version 1.6.0: * Added functions for arrays of arbitrary dimensions. * Added functionality for 3D image analysis. * Added Random Number Generation. * Functions for affine transformation matrices. * Added linear algebra functionality. * Extended handling of rectangular matrices. * Extended matrix functionality. * Added sRGB to Color Space Conversions * Other improvements and bug fixes in the code and documentation. * Sun Jul 29 2007 ro@suse.de - provide and obsolete old name * Thu Jul 26 2007 sbrabec@suse.cz - Updated to version 1.5.0: * minor fixes * several functions added * documentation update - Rename package according to shared library packaging policy. * Fri Apr 20 2007 aj@suse.de - Remove unneeded build requires. * Mon Jul 17 2006 nadvornik@suse.cz - do not redefine _AC_INIT_HELP in acinclude.m4 * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Wed Jan 11 2006 sbrabec@suse.cz - Updated to version 1.4.0. - Split devel subpackage. * Mon Feb 14 2005 mcihar@suse.cz - update to 1.3.2 * Thu Nov 11 2004 ro@suse.de - fixed file list * Mon Oct 25 2004 ro@suse.de - create directory config before use * Tue Aug 03 2004 mcihar@suse.cz - regenerate configure scripts to know all architectures - fix compilation on 64-bit platforms * Fri Jul 30 2004 mcihar@suse.cz - initial packaging
/usr/lib/python3.13/site-packages/vigra /usr/lib/python3.13/site-packages/vigra/__init__.py /usr/lib/python3.13/site-packages/vigra/__version__.py /usr/lib/python3.13/site-packages/vigra/analysis.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/arraytypes.py /usr/lib/python3.13/site-packages/vigra/blockwise.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/colors.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/filters.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/fourier.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/geometry.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/graphs.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/histogram.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/impex.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/learning.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/noise.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/optimization.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/pyqt /usr/lib/python3.13/site-packages/vigra/pyqt/__init__.py /usr/lib/python3.13/site-packages/vigra/pyqt/imagewindow.py /usr/lib/python3.13/site-packages/vigra/pyqt/overlays.py /usr/lib/python3.13/site-packages/vigra/pyqt/quickdialog.py /usr/lib/python3.13/site-packages/vigra/pyqt/viewer2svg.py /usr/lib/python3.13/site-packages/vigra/sampling.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/tagged_array.py /usr/lib/python3.13/site-packages/vigra/ufunc.py /usr/lib/python3.13/site-packages/vigra/utilities.cpython-313-aarch64-linux-gnu.so /usr/lib/python3.13/site-packages/vigra/vigranumpycore.cpython-313-aarch64-linux-gnu.so /usr/lib64/cmake/vigranumpy /usr/lib64/cmake/vigranumpy/VigranumpyConfig.cmake
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Apr 29 00:36:22 2025