summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cmdstanpy (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: migrate my python packages to use finalAttrsTomaSajt2026-01-161-5/+5
* python3Packages.cmdstanpy: 1.2.5 -> 1.3.0Weijia Wang2025-10-211-2/+2
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-13/+12
* treewide: replace substituteAll with replaceVarsWolfgang Walther2025-02-101-3/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.cmdstanpy: 1.2.4 -> 1.2.5Weijia Wang2025-01-021-2/+2
* treewide: replace passthru.optional-dependencies with optional-dependenciesRobert Schütz2024-09-291-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" ``` Artturin2024-09-251-1/+1
* python312Packages.cmdstanpy: drop upstreamed patchWeijia Wang2024-07-161-6/+0
* python3Packages.cmdstanpy: 1.2.3 -> 1.2.4•••https://github.com/stan-dev/cmdstanpy/releases/tag/v1.2.4 Martin Weinelt2024-06-241-2/+2
* treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. Martin Weinelt2024-06-141-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 Hildebrandt2024-06-091-1/+1
* python311Packages.cmdstanpy: 1.2.1 -> 1.2.3Weijia Wang2024-06-081-2/+11
* Revert "python311Packages.cmdstanpy: 1.2.1 -> 1.2.3"•••This reverts commit 8a0c57481fc08009235bd3f28bd7af5b13075835. Weijia Wang2024-06-051-2/+2
* python311Packages.cmdstanpy: 1.2.1 -> 1.2.3Weijia Wang2024-06-051-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-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ütz2024-02-061-9/+2
* python311Packages.cmdstanpy: fix build with stan 2.34Weijia Wang2024-02-041-0/+6
* python311Packages.cmdstanpy: add darwin supportWeijia Wang2024-01-301-1/+3
* python3Packages.cmdstanpy: relax dependency, drop legacy builderTomaSajt2024-01-131-4/+10
* python311Packages.cmdstanpy: 1.1.0 -> 1.2.0Weijia Wang2023-10-071-2/+4
* python310Packages.cmdstanpy: init at 1.1.0TomaSajt2023-07-182-0/+107