summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/numpy
AgeCommit message (Collapse)Author
2023-05-22python310Packages.numpy: remove unused inputsSandro Jäckel
2023-03-03python3Packages.numpy: 1.23.5 -> 1.24.2Martin Weinelt
2023-01-21Merge branch 'nativeCheckInputs' into staging-nativeCheckInputsGuillaume Girol
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-15python3.pkgs.hypothesis: build offline documentationDmitry Bogatov
2023-01-05python3Packages.numpy: 1.23.3 -> 1.23.5Martin Weinelt
2022-09-19python3Packages.numpy: revert to setuptoolsFrederik Rietdijk
Somehow the pyproject configuration fails.
2022-09-18python3Packages.numpy: 1.23.1 -> 1.23.3Martin Weinelt
https://github.com/numpy/numpy/releases/tag/v1.23.2 https://github.com/numpy/numpy/releases/tag/v1.23.3
2022-09-15python3Packages.numpy: fix format and folder to run tests inFrederik Rietdijk
2022-07-21python3Packages.numpy: 1.21.6 -> 1.23.1Martin Weinelt
2022-06-06python3Packages.numpy: 1.21.5 -> 1.21.6Martin Weinelt
https://github.com/numpy/numpy/releases/tag/v1.21.6
2022-01-23python3Packages.numpy: 1.21.4 -> 1.21.5Martin Weinelt
2022-01-16python2.pkgs: move expressions into python2-modules/ folderFrederik Rietdijk
Another step in further separating python2 from python3.
2021-11-30python3Packages.numpy: 1.21.2 -> 1.21.4Jonathan Ringer
2021-11-22python3Packages.numpy: remove unneeded patchJonathan Ringer
Patch was already merged upstream, no longer relevant
2021-11-22Merge pull request #133446 from veprbl/pr/numpy_werror_fixSandro
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser
2021-09-05python3Packages.numpy: 1.21.1 -> 1.21.2Martin Weinelt
2021-08-10python3Packages.numpy: proper fix for Werror misdetection bugDmitry Kalinkin
2021-08-06python3Packages.numpy: workaround flakey compiler feature detectionDmitry Kalinkin
2021-08-05python3Packages.numpy: 1.20.3 -> 1.21.1Martin Weinelt
2021-06-22python3Package.numpy: enable test on pypyMartin Weinelt
The bug in question was closed in 2019 and I saw no issue building pypyPackages.numpy.
2021-06-22python3Packages.numpy: 1.20.2 -> 1.20.3Martin Weinelt
2021-04-07python3Packages.numpy: 1.20.1 -> 1.20.2Martin Weinelt
https://numpy.org/devdocs/release/1.20.2-notes.html
2021-02-26python3Packages.numpy: 1.19.4 -> 1.20.1Robert T. McGibbon
2020-12-01python3Packages.numpy: fix compatibility with newer pytestFrederik Rietdijk
2020-12-01python3Packages.numpy: use pytest_5Jonathan Ringer
2020-11-17python2Packages.numpy: fix openblas threadsJonathan Ringer
2020-11-17python3Packages.numpy: fix tests for >64 core machinesJonathan Ringer
2020-11-05python3Packages.numpy: 1.19.2 -> 1.19.4Frederik Rietdijk
2020-11-05pythonPackages.numpy: set license to bsd3Nicolai Kellerer
2020-11-05python3Packages.numpy: 1.19.1 -> 1.19.2Frederik Rietdijk
2020-09-04numpy: set runtime_library_dirs tooMatthew Bauer
This appears to be needed in some Python distutils for the library to get on RPATH correctly. I’m not sure why this worked before, but I needed this value set for Python 3.8 numpy to work correctly.
2020-08-29python3Packages.numpy: 1.16.5 -> 1.16.6Frederik Rietdijk
2020-08-15python3Packages.numpy: add hypothesis to checkInputsDaniël de Kok
numpy has added hypothesis as a dependency for running property-based tests: https://github.com/numpy/numpy/pull/15189 However, hypothesis is not an input of the derivations. And thus tests have been failing with: ERROR .. - ModuleNotFoundError: No module named 'hypothesis' https://hydra.nixos.org/build/124613306/nixlog/1 This change adds hypothesis to checkInputs, so that tests are run again.
2020-08-04python: numpy: 1.19.0 -> 1.19.1Frederik Rietdijk
2020-07-12python2Packages.numpy: fix build on darwinDmitry Kalinkin
By applying the old patch (compatible with 1.18.x and older). Also refactor expression to make presence of the "old" version more explicit.
2020-07-04numpy: fix distutils patch for 1.19.0Dmitry Kalinkin
2020-06-30python: numpy: 1.18.5 -> 1.19.0Frederik Rietdijk
2020-06-05python: numpy: 1.18.4 -> 1.18.5Frederik Rietdijk
2020-05-11python: numpy: 1.18.3 -> 1.18.4Frederik Rietdijk
2020-05-08numpy: set lapack, blas sectionsMatthew Bauer
When using netlib lapack/blas, the section name doesn’t match what numpy expects. So we need to add extra sections for both so that the right directory is found. The original “blas.implementation” section may not actually be still required, but it is still a good idea so that numpy know whether to apply any blas-implementation specific quirks. Fixes #86613
2020-04-27python: numpy: 1.18.2 -> 1.18.3Frederik Rietdijk
2020-04-27python3Packages.numpy: 1.18.1 -> 1.18.2Frederik Rietdijk
2020-04-20numpy: Use blas and lapack dev outputs for include dirsJohn Ericson
2020-04-20blas,lapack: use isILP64 instead of is64bitMatthew Bauer
This is a better name since we have multiple 64-bit things that could be referred to. LP64 : integer=32, long=64, pointer=64 ILP64 : integer=64, long=64, pointer=64
2020-04-20numpy: set lapack,blas library names correctlyMatthew Bauer
2020-04-17treewide: use blas and lapackMatthew Bauer
This makes packages use lapack and blas, which can wrap different BLAS/LAPACK implementations. treewide: cleanup from blas/lapack changes A few issues in the original treewide: - can’t assume blas64 is a bool - unused commented code
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-01-30python: numpy: 1.18.0 -> 1.18.1Frederik Rietdijk