summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/blackjax (follow)
Commit message (Expand)AuthorAgeFilesLines
* python312Packages.blackjax: ignore DeprecationWarnin in testsGaetan Lepage2025-04-111-0/+6
* python312Packages.blackjax: 1.2.4 -> 1.2.5•••Diff: https://github.com/blackjax-devs/blackjax/compare/refs/tags/1.2.4...1.2.5 Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.2.5 Gaetan Lepage2025-02-071-2/+2
* python312Packages.blackjax: disable failing testsGaetan Lepage2025-01-271-6/+17
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.blackjax: 1.2.3 -> 1.2.4•••Diff: https://github.com/blackjax-devs/blackjax/compare/refs/tags/1.2.3...1.2.4 Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.2.4 Gaetan Lepage2024-10-011-5/+2
* 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.blackjax: 1.2.2 -> 1.2.3•••Diff: https://github.com/blackjax-devs/blackjax/compare/refs/tags/1.2.2...1.2.3 Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.2.3 Gaetan Lepage2024-08-131-5/+12
* python311Packages.blackjax: 1.2.1 -> 1.2.2•••Diff: https://github.com/blackjax-devs/blackjax/compare/refs/tags/1.2.1...1.2.2 Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.2.2 Gaetan Lepage2024-07-171-5/+5
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-34/+33
* python311Packages.blackjax: 1.2.0 -> 1.2.1•••Diff: blackjax-devs/blackjax@refs/tags/1.2.0...1.2.1 Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.2.1 Gaetan Lepage2024-05-121-2/+6
* python311Packages.blackjax: 1.1.1 -> 1.2.0•••Diff: https://github.com/blackjax-devs/blackjax/compare/refs/tags/1.1.1...1.2.0 Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.2.0 Gaetan Lepage2024-05-071-5/+15
* python311Packages.blackjax: 1.1.0 -> 1.1.1•••Diff: https://github.com/blackjax-devs/blackjax/compare/refs/tags/1.1.0...1.1.1 Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.1.1 Gaetan Lepage2024-02-211-2/+2
* Merge master into staging-nextgithub-actions[bot]2024-01-101-5/+9
|\
| * python311Packages.blackjax: use pytest-xdist to speed up testsGaetan Lepage2024-01-101-1/+5
| * python311Packages.blackjax: 1.0.0 -> 1.1.0•••Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.1.0 Gaetan Lepage2024-01-101-4/+4
* | treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage•••The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm. Martin Weinelt2023-12-201-2/+0
|/
* python310Packages.blackjax: 0.9.6 -> 1.0.0Ben Darwin2023-10-111-12/+10
* python310Packages.blackjax: init at 0.9.6Ben Darwin2023-02-061-0/+62