<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/python-science.scm, branch rocq-codeberg-pr-v2</title>
<subtitle>GNU transactional package management, distribution, deployment, and more!
</subtitle>
<id>http://git.rostovtsev.org/guix/atom?h=rocq-codeberg-pr-v2</id>
<link rel='self' href='http://git.rostovtsev.org/guix/atom?h=rocq-codeberg-pr-v2'/>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/'/>
<updated>2026-03-30T23:59:38Z</updated>
<entry>
<title>gnu: Add python-flox.</title>
<updated>2026-03-30T23:59:38Z</updated>
<author>
<name>Vinicius Monego</name>
<email>monego@posteo.net</email>
</author>
<published>2026-03-29T13:32:53Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=346f9a93ef221f675a4a41f621251d626449b37c'/>
<id>urn:sha1:346f9a93ef221f675a4a41f621251d626449b37c</id>
<content type='text'>
* gnu/packages/python-science.scm (python-flox): New variable.

Change-Id: I661c37869a28e65bd707ef09a909278d5412ae9a
</content>
</entry>
<entry>
<title>gnu: Add python-numbagg.</title>
<updated>2026-03-30T23:59:38Z</updated>
<author>
<name>Vinicius Monego</name>
<email>monego@posteo.net</email>
</author>
<published>2026-03-29T12:14:05Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=7eb217dc9906a0d7d950d9473f129a3fc4d4f4b3'/>
<id>urn:sha1:7eb217dc9906a0d7d950d9473f129a3fc4d4f4b3</id>
<content type='text'>
* gnu/packages/python-science.scm (python-numbagg): New variable.

Change-Id: I49856891cdbfc3f85c0753d5d3ea344c58ac4565
</content>
</entry>
<entry>
<title>gnu: python-polars-runtime-32: Fix build.</title>
<updated>2026-03-30T16:28:35Z</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2026-03-30T16:28:35Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=2f4e0e7026c4475d2482c49e50e420dac0e6927d'/>
<id>urn:sha1:2f4e0e7026c4475d2482c49e50e420dac0e6927d</id>
<content type='text'>
* gnu/packages/python-science.scm (python-polars-runtime-32)[arguments]:
In the prepare-cargo-build-system phase, add prepare-rust-crates phase
from cargo-build-system.

Change-Id: Ibec2f8b9299d7510a9258c73e8dc64a6b8e184d3
</content>
</entry>
<entry>
<title>gnu: python-sparse: Update to 0.18.0.</title>
<updated>2026-03-29T14:18:33Z</updated>
<author>
<name>Vinicius Monego</name>
<email>monego@posteo.net</email>
</author>
<published>2026-03-29T11:51:31Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=ee567ba7b94e44c8150e9344ac0328d341f51804'/>
<id>urn:sha1:ee567ba7b94e44c8150e9344ac0328d341f51804</id>
<content type='text'>
* gnu/packages/python-science.scm (python-sparse): Update to 0.18.0.
[native-inputs]: Remove python-wheel.

Change-Id: I524ff3eef96f73c6dc12efb3b60288d122dc4d8b
</content>
</entry>
<entry>
<title>gnu: Reference the inherited ‘arguments’ value.</title>
<updated>2026-03-20T12:27:15Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2026-03-07T10:19:10Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=2a50c9598bb7fe4175c4f29df07656a7f0a07801'/>
<id>urn:sha1:2a50c9598bb7fe4175c4f29df07656a7f0a07801</id>
<content type='text'>
This commit was made by running this command:

  sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm

… and then:

  1. reverting changes from ‘gnu/packages/rust.scm’ and
     ‘gnu/packages/java.scm’ since they would incur derivation changes and/or
     breakage;
  2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’;
  3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’,
     which use ‘substitute-keyword-arguments’ for arguments that are not
     inherited (and thus ‘arguments’ would be unbound);
  4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’
     which make bogus assumptions about inherited arguments.

Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
</content>
</entry>
<entry>
<title>gnu: Add python-polars.</title>
<updated>2026-03-10T10:46:17Z</updated>
<author>
<name>Alexis Simon</name>
<email>alexis.simon@runbox.com</email>
</author>
<published>2026-03-04T10:27:59Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=267611771022b4cdc65182333c3f1b9f8ef86dc7'/>
<id>urn:sha1:267611771022b4cdc65182333c3f1b9f8ef86dc7</id>
<content type='text'>
* gnu/packages/python-science.scm (python-polars-runtime-32,
python-polars): New variables.
* gnu/packages/rust-crates.scm: Add python-polars-runtime-32.
* gnu/packages/rust-sources.scm: Add rust-tikv-jemallocator-for-polars.

Change-Id: Ib36d95a0102da990512002b29f0a55732922040b
Signed-off-by: Efraim Flashner &lt;efraim@flashner.co.il&gt;
</content>
</entry>
<entry>
<title>gnu: python-scikit-image: Update to 0.26.0.</title>
<updated>2026-03-08T00:49:45Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-03-03T08:17:39Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=e819590cdf2a0a3916a0e53cffc2948bac4a8087'/>
<id>urn:sha1:e819590cdf2a0a3916a0e53cffc2948bac4a8087</id>
<content type='text'>
This fixes a test failure.

* gnu/packages/python-science.scm (python-scikit-image): Update to 0.26.0.
[#:test-flags]: Remove --pyargs (otherwise no test would run).  Add upstream
issue reference in comment.
[#:phases]: Delete argument.
[native-inputs]: Add python-pytest-pretty.

Change-Id: I4ecf593faa74174d941f47f8569caa7badada1ee
</content>
</entry>
<entry>
<title>gnu: python-cvxpy: Fix intermittent build failure.</title>
<updated>2026-03-07T02:09:48Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@friendly-machines.com</email>
</author>
<published>2026-03-01T00:54:58Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=f674270c07378721fc12600e380bab4c3bf57d4c'/>
<id>urn:sha1:f674270c07378721fc12600e380bab4c3bf57d4c</id>
<content type='text'>
* gnu/packages/python-science.scm (python-cvxpy)[arguments]&lt;#:phases&gt;{set-ci-environment}:
New phase.

Change-Id: I4e76b5e88c03f4b2c6915181231b700512d6f37a
</content>
</entry>
<entry>
<title>gnu: Pin old pybind11 version.</title>
<updated>2026-03-05T14:53:36Z</updated>
<author>
<name>Gabriel Wicki</name>
<email>gabriel@erlikon.ch</email>
</author>
<published>2026-03-05T12:41:12Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=f86ff1db98ebf80abcde89b698b705dc89bf7cea'/>
<id>urn:sha1:f86ff1db98ebf80abcde89b698b705dc89bf7cea</id>
<content type='text'>
* gnu/packages/python-xyz.scm (pybind11): Move definition to (pybind11-2).
(python-awkward-cpp, python-contourpy, python-hnswlib, python-dm-tree,
python-matplotlib, python-pikepdf, python-optree, python-fusepy): Change
reference to pybind11-2.

* gnu/packages/astronomy.scm (aoflagger, python-galsim, python-pyclp),
  gnu/packages/bioinformatics.scm (python-metacells, python-strawc,
  python-coolbox, python-pyspoa, python-scvelo),
  gnu/packages/chemistry.scm (avogadrolibs),
  gnu/packages/computer-architecture.scm (gem5),
  gnu/packages/duckdb.scm (python-duckdb),
  gnu/packages/electronics.scm (nextpnr, prjtrellis),
  gnu/packages/engineering.scm (python-orocos-kinematics-dynamics),
  gnu/packages/geo.scm (ogs-serial),
  gnu/packages/graphics.scm (openshadinglanguage, openimageio),
  gnu/packages/image-processing.scm (opencolorio),
  gnu/packages/machine-learning.scm (python-fasttext, python-ml-dtypes, onnx,
  onnx-optimizer, onnxruntime, dlib, tensorflow-lite, tensorpipe,
  python-pytorch, python-torchvision, python-ctranslate2, python-hmmlearn,
  python-dlib),
  gnu/packages/maths.scm (python-accupy, python-ducc0),
  gnu/packages/networking.scm (libcamera),
  gnu/packages/opencl.scm (python-pyopencl),
  gnu/packages/package-management.scm (python-libmambapy),
  gnu/packages/physics.scm (python-brille, python-gofit),
  gnu/packages/python-check.scm (python-xdoctest),
  gnu/packages/python-science.scm (pyre, python-boost-histogram, python-cvxpy,
  python-iminuit, python-osqp, python-pyamg, python-qdldl,
  python-scikit-build-core, python-scipy, python-vaex-core, python-pyfma),
  gnu/packages/radio.scm (gnuradio, gr-osmosdr, gr-dsd, gr-iqbal,
  gr-satellites, limesuite-ng),
  gnu/packages/simulation.scm (fenics, python-dolfin-adjoint),
  gnu/packages/statistics.scm (python-diptest, python-george),
  gnu/packages/syndication.scm (syndication-domination): Change reference to pybind11-2.

Change-Id: Ib6abc8580fc2b4c35172f251ff6ba7d80ced4b7b
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</content>
</entry>
<entry>
<title>gnu: python-iminuit: Update to 2.32.0.</title>
<updated>2026-03-02T02:38:56Z</updated>
<author>
<name>Vinicius Monego</name>
<email>monego@posteo.net</email>
</author>
<published>2026-03-01T23:46:31Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=78e801ab9c89d9a7e93635cf381a7b5b15a5205d'/>
<id>urn:sha1:78e801ab9c89d9a7e93635cf381a7b5b15a5205d</id>
<content type='text'>
* gnu/packages/python-science.scm (python-iminuit): Update to 2.32.0.

Change-Id: Ib60c59e34813ccc2e6276bff95d0804916863e71
</content>
</entry>
</feed>
