summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/jaxopt (follow)
Commit message (Expand)AuthorAgeFilesLines
* python312Packages.jaxopt: 0.8.4 -> 0.8.5•••Diff: https://github.com/google/jaxopt/compare/refs/tags/jaxopt-v0.8.4...jaxopt-v0.8.5 Changelog: https://github.com/google/jaxopt/releases/tag/jaxopt-v0.8.5 Gaetan Lepage2025-04-141-2/+2
* python312Packages.jaxopt: 0.8.3 -> 0.8.4•••Diff: https://github.com/google/jaxopt/compare/refs/tags/jaxopt-v0.8.3...jaxopt-v0.8.4 Changelog: https://github.com/google/jaxopt/releases/tag/jaxopt-v0.8.4 Gaetan Lepage2025-04-111-19/+2
* python312Packages.jaxopt: disable flaky testGaetan Lepage2025-01-271-3/+4
* python312Packages.jaxopt: add string escape patchStephen Huan2025-01-201-17/+22
* python312Packages.jaxopt: add failures from hdyraStephen Huan2025-01-201-0/+2
* python312Packages.jaxopt: unify disablesStephen Huan2025-01-201-16/+4
* python312Packages.jaxopt: remove redundant disablesStephen Huan2025-01-201-7/+0
* python312Packages.jaxopt: disable failing testStephen Huan2025-01-201-0/+3
* python312Packages.jaxopt: disable failing testsGaetan Lepage2025-01-061-11/+19
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.jaxopt: disable more flaky test on darwinWeijia Wang2025-01-031-0/+1
* treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••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" ``` Artturin2024-09-251-2/+2
* python312Packages.jaxopt: skip failing tests on darwinGaetan Lepage2024-08-131-3/+11
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-35/+36
* python311Packages.jaxopt: disable broken testsGaetan Lepage2024-05-121-3/+17
* python311Packages.jaxopt: apply patch / disable failing tests after scipy 1.1...•••add patch and disable failing aarch64 linux tests annalee2024-02-041-0/+19
* python311Packages.jaxopt: use pytest-xdist to speed up testsGaetan Lepage2024-01-101-0/+2
* python311Packages.jaxopt: 0.8.2 -> 0.8.3•••Changelog: https://github.com/google/jaxopt/releases/tag/jaxopt-v0.8.3 Gaetan Lepage2024-01-101-7/+2
* python311Packages.jaxopt: 0.8.1 -> 0.8.2•••Changelog: https://github.com/google/jaxopt/releases/tag/jaxopt-v0.8.2 Gaetan Lepage2023-11-061-3/+3
* Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: pkgs/development/python-modules/bambi/default.nix pkgs/development/python-modules/jaxopt/default.nix Alyssa Ross2023-10-121-3/+4
|\
| * python310Packages.jaxopt: 0.5.5 -> 0.8.1Ben Darwin2023-10-111-3/+4
* | python3Packages.jaxopt: 0.5.5 -> 0.8Martin Weinelt2023-09-271-3/+3
|/
* python311Packages.jaxopt: disable failing testsFabian Affolter2023-06-071-0/+7
* python3Packages.jaxopt: Fix alias-free evalArtturin2023-03-051-2/+2
* python310Packages.jaxopt: init at 0.5.5Ben Darwin2023-02-061-0/+59