<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/cmdstanpy, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=master</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2026-01-16T13:32:58Z</updated>
<entry>
<title>treewide: migrate my python packages to use finalAttrs</title>
<updated>2026-01-16T13:32:58Z</updated>
<author>
<name>TomaSajt</name>
<email>62384384+TomaSajt@users.noreply.github.com</email>
</author>
<published>2026-01-11T02:35:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1b3db2fe1f872abc5ef1d1a87ca496f9cc99794d'/>
<id>urn:sha1:1b3db2fe1f872abc5ef1d1a87ca496f9cc99794d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.cmdstanpy: 1.2.5 -&gt; 1.3.0</title>
<updated>2025-10-21T16:37:41Z</updated>
<author>
<name>Weijia Wang</name>
<email>9713184+wegank@users.noreply.github.com</email>
</author>
<published>2025-10-20T16:35:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5bb28f854d688a9f213c6703ae1c244f731bbb46'/>
<id>urn:sha1:5bb28f854d688a9f213c6703ae1c244f731bbb46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: run nixfmt 1.0.0</title>
<updated>2025-07-24T11:55:40Z</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-07-22T13:19:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5a0711127cd8b916c3d3128f473388c8c79df0da'/>
<id>urn:sha1:5a0711127cd8b916c3d3128f473388c8c79df0da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: replace substituteAll with replaceVars</title>
<updated>2025-02-10T21:51:56Z</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-01-25T15:28:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=b19d0f6d3d46970dc97012a7a2964aa73d647114'/>
<id>urn:sha1:b19d0f6d3d46970dc97012a7a2964aa73d647114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`</title>
<updated>2025-01-03T23:19:17Z</updated>
<author>
<name>Peder Bergebakken Sundt</name>
<email>pbsds@hotmail.com</email>
</author>
<published>2025-01-03T20:24:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0cd04d30366f52fe9dd7664fb7decf4b93b1d789'/>
<id>urn:sha1:0cd04d30366f52fe9dd7664fb7decf4b93b1d789</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python312Packages.cmdstanpy: 1.2.4 -&gt; 1.2.5</title>
<updated>2025-01-02T21:01:23Z</updated>
<author>
<name>Weijia Wang</name>
<email>9713184+wegank@users.noreply.github.com</email>
</author>
<published>2025-01-02T21:01:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=e4d3f51bbd74c6d74fbd17e09319fe41685ec381'/>
<id>urn:sha1:e4d3f51bbd74c6d74fbd17e09319fe41685ec381</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: replace passthru.optional-dependencies with optional-dependencies</title>
<updated>2024-09-30T03:37:23Z</updated>
<author>
<name>Robert Schütz</name>
<email>mail@dotlambda.de</email>
</author>
<published>2024-09-29T05:35:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=543781083afffe71d6250862eb494c244355fa11'/>
<id>urn:sha1:543781083afffe71d6250862eb494c244355fa11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`</title>
<updated>2024-09-24T21:04:37Z</updated>
<author>
<name>Artturin</name>
<email>Artturin@artturin.com</email>
</author>
<published>2024-09-24T15:50:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=e0464e47880a69896f0fb1810f00e0de469f770a'/>
<id>urn:sha1:e0464e47880a69896f0fb1810f00e0de469f770a</id>
<content type='text'>
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"
```
</content>
</entry>
<entry>
<title>python312Packages.cmdstanpy: drop upstreamed patch</title>
<updated>2024-07-16T12:37:52Z</updated>
<author>
<name>Weijia Wang</name>
<email>9713184+wegank@users.noreply.github.com</email>
</author>
<published>2024-07-16T12:37:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=eeeb73501603675db597aaf2b63b60c334378d17'/>
<id>urn:sha1:eeeb73501603675db597aaf2b63b60c334378d17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.cmdstanpy: 1.2.3 -&gt; 1.2.4</title>
<updated>2024-06-24T10:14:49Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-06-19T03:05:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0fed09b0d7a9a1153338f6666b86bdaaa04654af'/>
<id>urn:sha1:0fed09b0d7a9a1153338f6666b86bdaaa04654af</id>
<content type='text'>
https://github.com/stan-dev/cmdstanpy/releases/tag/v1.2.4
</content>
</entry>
</feed>
