Click here to visit the old openkoji buildsystem (Archived)

Information for build python-numpoly-1.2.11-8.fc41

ID17073
Package Namepython-numpoly
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.2.11
Release8.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-numpoly.git#3f507f7c1fd6309433ba08a458dfa48c2b33bd9d
SummaryPolynomials as a numpy datatype
Description Numpoly is a generic library for creating, manipulating and evaluating arrays of polynomials based on `numpy.ndarray` objects. - Intuitive interface for users experienced with numpy, as the library provides a high level of compatibility with the `numpy.ndarray`, including fancy indexing, broadcasting, `numpy.dtype`, vectorized operations to name a few - Computationally fast evaluations of lots of functionality inherent from numpy - Vectorized polynomial evaluation - Support for arbitrary number of dimensions - Native support for lots of `numpy.<name>` functions using numpy’s compatibility layer (which also exists as `numpoly.<name`> equivalents) - Support for polynomial division through the operators `/`, `%` and `divmod` - Extra polynomial specific attributes exposed on the polynomial objects like `poly.exponents`, `poly.coefficients`, `poly.indeterminants` etc. - Polynomial derivation through functions like `numpoly.derivative`, `numpoly.gradient`, `numpoly.hessian` etc. - Decompose polynomial sums into vector of addends using `numpoly.decompose` - Variable substitution through `numpoly.call`
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 19:29:27 CST
CompletedThu, 02 May 2024 19:43:17 CST
Taskbuild (f41, /rpms/python-numpoly.git:3f507f7c1fd6309433ba08a458dfa48c2b33bd9d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-numpoly.git#3f507f7c1fd6309433ba08a458dfa48c2b33bd9d'}}
Tags
f41
RPMs
src
python-numpoly-1.2.11-8.fc41.src.rpm (info) (download)
noarch
python3-numpoly-1.2.11-8.fc41.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
build.log
installed_pkgs.log
state.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-6 - Add Packit config * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-5 - Drop `%{arm32}` from `ExcludeArch` (deprecated) * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-4 - Make tests verbose * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-3 - Update description (following upstream) * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-2 - Assert existence of license file * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-1 - Update to 1.2.11 (RHBZ#2212046) * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.7-6 - Use forge macros * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 13 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.2.7-4 - Fix FTBFS due to SPECPARTS interference (close RHBZ#2220368) - Work around https://github.com/rpm-software-management/rpm/issues/2532 * Fri Jun 30 2023 Python Maint <python-maint@redhat.com> - 1.2.7-3 - Rebuilt for Python 3.12 * Fri May 19 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.2.7-2 - feat: drop 32bit support * Thu May 18 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.2.7-1 - feat: update to 1.2.7 (fixes rhbz#2143313) * Thu May 18 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.2.3-9 - feat: use spdx identifier * Thu May 18 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.2.3-8 - feat: clean up spec * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Python Maint <python-maint@redhat.com> - 1.2.3-4 - Rebuilt for Python 3.11