<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/cupy, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>python3Packages.cupy: drop dependency on cudnn</title>
<updated>2026-04-07T23:19:11+00:00</updated>
<author>
<name>stefan</name>
<email>stefan.r.boca@gmail.com</email>
</author>
<published>2026-04-07T22:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3c03adedfb19bbe1e911dd20086c54f41f24ad69'/>
<id>3c03adedfb19bbe1e911dd20086c54f41f24ad69</id>
<content type='text'>
From cupy 14.0.0 release notes:
&gt; All cuDNN-related functionality has been completely removed from CuPy.
  We recommend users who need to access cuDNN functionality from Python to
  consider using cuDNN Frontend instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From cupy 14.0.0 release notes:
&gt; All cuDNN-related functionality has been completely removed from CuPy.
  We recommend users who need to access cuDNN functionality from Python to
  consider using cuDNN Frontend instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cupy: 13.6.0 -&gt; 14.0.1</title>
<updated>2026-03-07T20:05:55+00:00</updated>
<author>
<name>Gaetan Lepage</name>
<email>gaetan@glepage.com</email>
</author>
<published>2026-02-28T10:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f54a1182d6c76df387a1e80c2aeaea757f2dd88b'/>
<id>f54a1182d6c76df387a1e80c2aeaea757f2dd88b</id>
<content type='text'>
Diff: https://github.com/cupy/cupy/compare/v13.6.0...v14.0.1

Changelog: https://github.com/cupy/cupy/releases/tag/v14.0.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/cupy/cupy/compare/v13.6.0...v14.0.1

Changelog: https://github.com/cupy/cupy/releases/tag/v14.0.1
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cupy: add GaetanLepage to maintainers</title>
<updated>2026-03-07T20:05:55+00:00</updated>
<author>
<name>Gaetan Lepage</name>
<email>gaetan@glepage.com</email>
</author>
<published>2026-02-28T10:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=72762bccf8966363ce0a489b0d9d66805bd16e89'/>
<id>72762bccf8966363ce0a489b0d9d66805bd16e89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cupy: move env vars into env for structuredAttrs</title>
<updated>2026-02-19T22:05:41+00:00</updated>
<author>
<name>Stefan Frijters</name>
<email>sfrijters@gmail.com</email>
</author>
<published>2026-02-19T21:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1ac9eb56048f9993109034811fdc9a06248e3e86'/>
<id>1ac9eb56048f9993109034811fdc9a06248e3e86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cupy: pass custom stdenv to buildPythonApplication with an override</title>
<updated>2026-01-05T14:36:01+00:00</updated>
<author>
<name>Leona Maroni</name>
<email>dev@leona.is</email>
</author>
<published>2026-01-02T22:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1127e9df030ec2682f5b4ac8bd0f19265aeaf7df'/>
<id>1127e9df030ec2682f5b4ac8bd0f19265aeaf7df</id>
<content type='text'>
Passing `stdenv` directly to `buildPythonPackage` or `buildPythonApplication`
is deprecated with `oldestSupportedRelease = 2511`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing `stdenv` directly to `buildPythonPackage` or `buildPythonApplication`
is deprecated with `oldestSupportedRelease = 2511`.
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cupy: remove hyphon81 from maintainers</title>
<updated>2025-12-20T10:28:15+00:00</updated>
<author>
<name>Kirill Radzikhovskyy</name>
<email>kirillrdy@gmail.com</email>
</author>
<published>2025-12-20T10:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=955ec58b4324eb4bca7084e92ef51e3b338890f7'/>
<id>955ec58b4324eb4bca7084e92ef51e3b338890f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>567e8dfd8eddc5468e6380fc563ab8a27422ab1d</id>
<content type='text'>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cupy: build without libcusparse_lt for now</title>
<updated>2025-10-22T20:14:52+00:00</updated>
<author>
<name>Connor Baker</name>
<email>ConnorBaker01@gmail.com</email>
</author>
<published>2025-10-17T06:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c1c2dd27b922035e6cc0198453dd44c3fe976a99'/>
<id>c1c2dd27b922035e6cc0198453dd44c3fe976a99</id>
<content type='text'>
Signed-off-by: Connor Baker &lt;ConnorBaker01@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Connor Baker &lt;ConnorBaker01@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cupy: fix cuda_cudart stub linking</title>
<updated>2025-10-22T20:14:52+00:00</updated>
<author>
<name>Connor Baker</name>
<email>ConnorBaker01@gmail.com</email>
</author>
<published>2025-10-17T06:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0fc63e4b7cf7d359c136e8d4cbee18e87de2b373'/>
<id>0fc63e4b7cf7d359c136e8d4cbee18e87de2b373</id>
<content type='text'>
Signed-off-by: Connor Baker &lt;ConnorBaker01@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Connor Baker &lt;ConnorBaker01@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cupy: fixup</title>
<updated>2025-10-22T20:14:50+00:00</updated>
<author>
<name>Connor Baker</name>
<email>ConnorBaker01@gmail.com</email>
</author>
<published>2025-09-07T22:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c6015a146b3bd48069de6a528868498ca0295098'/>
<id>c6015a146b3bd48069de6a528868498ca0295098</id>
<content type='text'>
Signed-off-by: Connor Baker &lt;ConnorBaker01@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Connor Baker &lt;ConnorBaker01@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
