| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: migrate my python packages to use finalAttrs | TomaSajt | 2026-01-16 | 1 | -5/+5 |
| * | python3Packages.cmdstanpy: 1.2.5 -> 1.3.0 | Weijia Wang | 2025-10-21 | 1 | -2/+2 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -13/+12 |
| * | treewide: replace substituteAll with replaceVars | Wolfgang Walther | 2025-02-10 | 1 | -3/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.cmdstanpy: 1.2.4 -> 1.2.5 | Weijia Wang | 2025-01-02 | 1 | -2/+2 |
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -2/+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 | -1/+1 |
| * | python312Packages.cmdstanpy: drop upstreamed patch | Weijia Wang | 2024-07-16 | 1 | -6/+0 |
| * | python3Packages.cmdstanpy: 1.2.3 -> 1.2.4•••https://github.com/stan-dev/cmdstanpy/releases/tag/v1.2.4 | Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| * | treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. | Martin Weinelt | 2024-06-14 | 1 | -2/+0 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' | Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python311Packages.cmdstanpy: 1.2.1 -> 1.2.3 | Weijia Wang | 2024-06-08 | 1 | -2/+11 |
| * | Revert "python311Packages.cmdstanpy: 1.2.1 -> 1.2.3"•••This reverts commit 8a0c57481fc08009235bd3f28bd7af5b13075835. | Weijia Wang | 2024-06-05 | 1 | -2/+2 |
| * | python311Packages.cmdstanpy: 1.2.1 -> 1.2.3 | Weijia Wang | 2024-06-05 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -25/+26 |
| * | python311Packages.cmdstanpy: 1.2.0 -> 1.2.1•••Diff: https://github.com/stan-dev/cmdstanpy/compare/refs/tags/v1.2.0...v1.2.1 Changelog: https://github.com/stan-dev/cmdstanpy/releases/tag/v1.2.1 | Robert Schütz | 2024-02-06 | 1 | -9/+2 |
| * | python311Packages.cmdstanpy: fix build with stan 2.34 | Weijia Wang | 2024-02-04 | 1 | -0/+6 |
| * | python311Packages.cmdstanpy: add darwin support | Weijia Wang | 2024-01-30 | 1 | -1/+3 |
| * | python3Packages.cmdstanpy: relax dependency, drop legacy builder | TomaSajt | 2024-01-13 | 1 | -4/+10 |
| * | python311Packages.cmdstanpy: 1.1.0 -> 1.2.0 | Weijia Wang | 2023-10-07 | 1 | -2/+4 |
| * | python310Packages.cmdstanpy: init at 1.1.0 | TomaSajt | 2023-07-18 | 2 | -0/+107 |
