Package python3-module-numpy: Information

  • Default inline alert: Version in the repository: 1.26.4-alt1

Source package: python3-module-numpy
Version: 1.21.4-alt2
Latest version according to Repology
Build time:  Dec 14, 2021, 10:04 AM in the task #291925
Report package bug
License: BSD-3-Clause
Summary: NumPy: array processing for numbers, strings, records, and objects
Description: 
NumPy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays.  NumPy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.

There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.

List of rpms provided by this srpm:
libnumpy-py3-devel (x86_64, ppc64le, i586, armh, aarch64)
python3-module-numpy (x86_64, ppc64le, i586, armh, aarch64)
python3-module-numpy-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-module-numpy-testing (x86_64, ppc64le, i586, armh, aarch64)
python3-module-numpy-tests (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Anton Farygin


ACL:
Grigory Ustinov
@python

    1. python3-module-Cython
    2. python3-module-hypothesis
    3. python3-module-pytest
    4. python3-module-setuptools
    5. /proc
    6. gcc-c++
    7. gcc-fortran
    8. rpm-build-python3
    9. rpm-macros-sphinx3
    10. swig
    11. liblapack-devel

Last changed


Dec. 14, 2021 Anton Farygin 1:1.21.4-alt2
- relaxed tests on ppc64le due to fall in
  "test_linalg.py::TestCholesky::test_basic_property" in the build for p10
Dec. 8, 2021 Anton Farygin 1:1.21.4-alt1
- 1.21.1 -> 1.21.4
- moved recfunctions.py from tests to main package
- added a patch to recfunctions.py for remove dependency to testing
- added a patch from the upstream for fix _GenericAlias tests
- enabled tests
Sept. 1, 2021 Aleksei Nikiforov 1:1.21.1-alt2
- Disabled LTO.