summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/scipy
AgeCommit message (Collapse)Author
2025-12-02Merge staging-next into stagingnixpkgs-ci[bot]
2025-12-01python3Packages.scipy: Disable borked tests on ppc64OPNA2608
2025-11-25python3Packages.scipy: relax cython consraintMartin Weinelt
2025-10-29python313Packages.scipy: 1.16.2 -> 1.16.3Doron Behar
Diff: https://github.com/scipy/scipy/compare/v1.16.2...v1.16.3 Changelog: https://github.com/scipy/scipy/releases/tag/v1.16.3
2025-09-14python313Packages.scipy: 1.16.1 -> 1.16.2Doron Behar
Diff: https://github.com/scipy/scipy/compare/v1.16.1...v1.16.2 Changelog: https://github.com/scipy/scipy/releases/tag/v1.16.2
2025-08-09python313Packages.scipy: 1.16.0 -> 1.16.1Doron Behar
Diff: https://github.com/scipy/scipy/compare/refs/tags/v1.16.0...refs/tags/v1.16.1 Changelog: https://github.com/scipy/scipy/releases/tag/v1.16.1
2025-07-31python313Packages.scipy: use external system libraries as dependencies (#422321)Doron Behar
2025-07-24treewide: run nixfmt 1.0.0Wolfgang Walther
2025-07-16python311Packages.scipy: fix build by disabling a testDoron Behar
Fixes https://github.com/NixOS/nixpkgs/issues/425732
2025-07-04python313Packages.scipy: use external system libraries as dependenciesDoron Behar
Per https://github.com/scipy/scipy/pull/22893
2025-06-23python313Packages.scipy: remove tests not failing anymoreDoron Behar
2025-06-23python312Packages.scipy: 1.15.3 -> 1.16.0Doron Behar
Diff: https://github.com/scipy/scipy/compare/refs/tags/v1.15.3...refs/tags/v1.16.0 Changelog: https://github.com/scipy/scipy/releases/tag/v1.16.0
2025-05-11python312Packages.scipy: 1.15.2 -> 1.15.3Doron Behar
Diff: https://github.com/scipy/scipy/compare/refs/tags/v1.15.2...refs/tags/v1.15.3 Changelog: https://github.com/scipy/scipy/releases/tag/v1.15.3
2025-04-26python312Packages.scipy: fix typo in patchFliegendeWurst
2025-04-23python312Packages.scipy: Allow building with Numpy 1Doron Behar
2025-04-03python313Packages.scipy: disable racy testMartin Weinelt
Actually kills a bunch of tests, but I'm not sure whether more granular targeting is possible.
2025-02-17python312Packages.scipy: 1.15.1 -> 1.15.2Doron Behar
Changelog: https://github.com/scipy/scipy/releases/tag/v1.15.2
2025-02-14python313Packages.scipy: disable failing testMartin Weinelt
Upstream has acknowledged this test failures and is investigating a fix for the 1.15.2 release.
2025-02-05python312Packages.scipy: skip more tests on aarch64-darwinK900
2025-01-11python312Packages.scipy: 1.15.0 -> 1.15.1Doron Behar
Diff: https://github.com/scipy/scipy/compare/refs/tags/v1.15.0...v1.15.1 Changelog: https://github.com/scipy/scipy/releases/tag/v1.15.1
2025-01-09python312Packages.scipy: 1.14.1 -> 1.15.0Doron Behar
Diff: https://github.com/scipy/scipy/compare/refs/tags/v1.14.1...v1.15.0 Changelog: https://github.com/scipy/scipy/releases/tag/v1.15.0
2025-01-04treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt
2024-11-18python312Packages.numpy: 1.26.4 -> 2.1.2natsukium
2024-10-28python312Packages.scipy: 1.14.0 -> 1.14.1Doron Behar
Diff: https://github.com/scipy/scipy/compare/refs/tags/v1.14.0...v1.14.1 Changelog: https://github.com/scipy/scipy/releases/tag/v1.14.1
2024-09-25treewide: reformat files which need reformatting afterArtturin
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin
In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ```
2024-09-10python312Packages.scipy: use numpy.coreIncludeDir (#340832)Robert Schütz
2024-09-09python312Packages.scipy: use numpy.coreIncludeDirDoron Behar
2024-08-28python312Packages.scipy: cleaning + inputs sortingDoron Behar
2024-08-27python312Packages.scipy: use modern deps Python attributesDoron Behar
2024-08-27python312Packages.scipy: don't use with lib in metaDoron Behar
2024-07-03python312Packages.scipy: relax pybind11 constraintRobert Schütz
Upstream states that "distro packages can ignore upper bounds added only to prevent future breakage."
2024-07-01python312Packages.scipy: mention possible support for Darwin's AccelerateDoron Behar
2024-07-01python312Packages.scipy: add xcbuild for darwin buildDoron Behar
2024-06-30python311Packages.scipy: remove unrequired pythonOlder checkDoron Behar
2024-06-25python312Packages.scipy: 1.13.1 -> 1.14.0Doron Behar
2024-05-23python312Packages.scipy: 1.13.0 -> 1.13.1Doron Behar
Diff: https://github.com/scipy/scipy/compare/v1.13.0...v1.13.1 Changelog: https://github.com/scipy/scipy/releases/tag/v1.13.1
2024-05-22python3Packages: format with nixfmtMartin Weinelt
2024-05-06sage: Add as passthru.tests to critical dependenciesTom Hubrecht
2024-04-28Removing FRidh as active maintainer of packagesFrederik Rietdijk
In the past I was very active with Python packaging. For several years now I was hardly around as maintainer, so it does not make sense I am listed as a maintainer for these makes. Looking back, I should have removed myself as maintainer already much longer ago. Anyway, better late than never. It's been a fun ride, and I do intend to occasionally contribute to Nixpkgs, but not in the same way it once was.
2024-04-15python311Packages.scipy: fix pocketfft patch commentDoron Behar
2024-04-15python311Packages.scipy: fix darwin buildDoron Behar
2024-04-06python311Packages.scipy: 1.12.0 -> 1.13.0Robert Schütz
Changelog: https://docs.scipy.org/doc/scipy/release/1.13.0-notes.html In particular, see upstream commit for cython_3 transition: https://github.com/scipy/scipy/commit/09401057668f2fae6916373b9751ea131f86916d
2024-03-28Merge pull request #299223 from NixOS/python-updatesMartin Weinelt
[python-updates] 2024-03-24 - selective updates
2024-03-26python311Packages.pytest7CheckHook: initMartin Weinelt
and migrate existing overrides.
2024-03-24python311Packages.scipy: remove references to dev outputsSandro Jäckel
2024-03-17python312Packages.scipy: drop dependecy on nosetestsMartin Weinelt
2024-03-12python311Packages.scipy: test with pytest_7Martin Weinelt
With pytest 8 the testsuite fails to raise expected exceptions.
2024-01-22Merge staging-next into staginggithub-actions[bot]
2024-01-21python311Packages.scipy: use --replace-fail in numpy dep substitutionDoron Behar