| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-22 | python310Packages.numpy: remove unused inputs | Sandro Jäckel | |
| 2023-03-03 | python3Packages.numpy: 1.23.5 -> 1.24.2 | Martin Weinelt | |
| 2023-01-21 | Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs | Guillaume Girol | |
| 2023-01-21 | treewide: switch to nativeCheckInputs | Guillaume 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-15 | python3.pkgs.hypothesis: build offline documentation | Dmitry Bogatov | |
| 2023-01-05 | python3Packages.numpy: 1.23.3 -> 1.23.5 | Martin Weinelt | |
| 2022-09-19 | python3Packages.numpy: revert to setuptools | Frederik Rietdijk | |
| Somehow the pyproject configuration fails. | |||
| 2022-09-18 | python3Packages.numpy: 1.23.1 -> 1.23.3 | Martin Weinelt | |
| https://github.com/numpy/numpy/releases/tag/v1.23.2 https://github.com/numpy/numpy/releases/tag/v1.23.3 | |||
| 2022-09-15 | python3Packages.numpy: fix format and folder to run tests in | Frederik Rietdijk | |
| 2022-07-21 | python3Packages.numpy: 1.21.6 -> 1.23.1 | Martin Weinelt | |
| 2022-06-06 | python3Packages.numpy: 1.21.5 -> 1.21.6 | Martin Weinelt | |
| https://github.com/numpy/numpy/releases/tag/v1.21.6 | |||
| 2022-01-23 | python3Packages.numpy: 1.21.4 -> 1.21.5 | Martin Weinelt | |
| 2022-01-16 | python2.pkgs: move expressions into python2-modules/ folder | Frederik Rietdijk | |
| Another step in further separating python2 from python3. | |||
| 2021-11-30 | python3Packages.numpy: 1.21.2 -> 1.21.4 | Jonathan Ringer | |
| 2021-11-22 | python3Packages.numpy: remove unneeded patch | Jonathan Ringer | |
| Patch was already merged upstream, no longer relevant | |||
| 2021-11-22 | Merge pull request #133446 from veprbl/pr/numpy_werror_fix | Sandro | |
| 2021-11-12 | pkgs.development.python-modules: remove unused args | Markus S. Wamser | |
| 2021-09-05 | python3Packages.numpy: 1.21.1 -> 1.21.2 | Martin Weinelt | |
| 2021-08-10 | python3Packages.numpy: proper fix for Werror misdetection bug | Dmitry Kalinkin | |
| 2021-08-06 | python3Packages.numpy: workaround flakey compiler feature detection | Dmitry Kalinkin | |
| 2021-08-05 | python3Packages.numpy: 1.20.3 -> 1.21.1 | Martin Weinelt | |
| 2021-06-22 | python3Package.numpy: enable test on pypy | Martin Weinelt | |
| The bug in question was closed in 2019 and I saw no issue building pypyPackages.numpy. | |||
| 2021-06-22 | python3Packages.numpy: 1.20.2 -> 1.20.3 | Martin Weinelt | |
| 2021-04-07 | python3Packages.numpy: 1.20.1 -> 1.20.2 | Martin Weinelt | |
| https://numpy.org/devdocs/release/1.20.2-notes.html | |||
| 2021-02-26 | python3Packages.numpy: 1.19.4 -> 1.20.1 | Robert T. McGibbon | |
| 2020-12-01 | python3Packages.numpy: fix compatibility with newer pytest | Frederik Rietdijk | |
| 2020-12-01 | python3Packages.numpy: use pytest_5 | Jonathan Ringer | |
| 2020-11-17 | python2Packages.numpy: fix openblas threads | Jonathan Ringer | |
| 2020-11-17 | python3Packages.numpy: fix tests for >64 core machines | Jonathan Ringer | |
| 2020-11-05 | python3Packages.numpy: 1.19.2 -> 1.19.4 | Frederik Rietdijk | |
| 2020-11-05 | pythonPackages.numpy: set license to bsd3 | Nicolai Kellerer | |
| 2020-11-05 | python3Packages.numpy: 1.19.1 -> 1.19.2 | Frederik Rietdijk | |
| 2020-09-04 | numpy: set runtime_library_dirs too | Matthew 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-29 | python3Packages.numpy: 1.16.5 -> 1.16.6 | Frederik Rietdijk | |
| 2020-08-15 | python3Packages.numpy: add hypothesis to checkInputs | Danië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-04 | python: numpy: 1.19.0 -> 1.19.1 | Frederik Rietdijk | |
| 2020-07-12 | python2Packages.numpy: fix build on darwin | Dmitry 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-04 | numpy: fix distutils patch for 1.19.0 | Dmitry Kalinkin | |
| 2020-06-30 | python: numpy: 1.18.5 -> 1.19.0 | Frederik Rietdijk | |
| 2020-06-05 | python: numpy: 1.18.4 -> 1.18.5 | Frederik Rietdijk | |
| 2020-05-11 | python: numpy: 1.18.3 -> 1.18.4 | Frederik Rietdijk | |
| 2020-05-08 | numpy: set lapack, blas sections | Matthew 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-27 | python: numpy: 1.18.2 -> 1.18.3 | Frederik Rietdijk | |
| 2020-04-27 | python3Packages.numpy: 1.18.1 -> 1.18.2 | Frederik Rietdijk | |
| 2020-04-20 | numpy: Use blas and lapack dev outputs for include dirs | John Ericson | |
| 2020-04-20 | blas,lapack: use isILP64 instead of is64bit | Matthew 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-20 | numpy: set lapack,blas library names correctly | Matthew Bauer | |
| 2020-04-17 | treewide: use blas and lapack | Matthew 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-10 | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | |
| 2020-01-30 | python: numpy: 1.18.0 -> 1.18.1 | Frederik Rietdijk | |
