| Commit message (Expand) | Author | Age | Files | Lines |
| * | python312Packages.blackjax: ignore DeprecationWarnin in tests | Gaetan Lepage | 2025-04-11 | 1 | -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 Lepage | 2025-02-07 | 1 | -2/+2 |
| * | python312Packages.blackjax: disable failing tests | Gaetan Lepage | 2025-01-27 | 1 | -6/+17 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -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 Lepage | 2024-10-01 | 1 | -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"
```
| Artturin | 2024-09-25 | 1 | -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 Lepage | 2024-08-13 | 1 | -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 Lepage | 2024-07-17 | 1 | -5/+5 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -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 Lepage | 2024-05-12 | 1 | -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 Lepage | 2024-05-07 | 1 | -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 Lepage | 2024-02-21 | 1 | -2/+2 |
| * | Merge master into staging-next | github-actions[bot] | 2024-01-10 | 1 | -5/+9 |
| |\ |
|
| | * | python311Packages.blackjax: use pytest-xdist to speed up tests | Gaetan Lepage | 2024-01-10 | 1 | -1/+5 |
| | * | python311Packages.blackjax: 1.0.0 -> 1.1.0•••Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.1.0
| Gaetan Lepage | 2024-01-10 | 1 | -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 Weinelt | 2023-12-20 | 1 | -2/+0 |
| |/ |
|
| * | python310Packages.blackjax: 0.9.6 -> 1.0.0 | Ben Darwin | 2023-10-11 | 1 | -12/+10 |
| * | python310Packages.blackjax: init at 0.9.6 | Ben Darwin | 2023-02-06 | 1 | -0/+62 |