Skip to content

v0.74.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 12:50
Immutable release. Only release title and notes can be modified.
0c03829

[0.74.0] - 2026-07-27

✨ Highlights

Environments can now define content inline, no feature needed:

[environments.test.dependencies]
pytest = "*"

[environments.test-lower-bounds]
solve-strategy = "lowest-direct"

And pixi global can build tools from sources without a package manifest, just name the backend:

pixi global install --git https://github.com/BurntSushi/xsv.git --build-backend pixi-build-rust

We also fixed a bunch of bugs.

Added

Changed

Documentation

Fixed

New Contributors