P

Pixi

P
Pixi Languages v0.75.0

v0.75.0

[0.75.0] - 2026-07-29 ✨ Highlights pixi publish now publishes every workspace package that opts in in dependency order. It also refuses to publish anything if a necessary source dependencies didn't opt into being published. [package] name = "cpp_math" publish = true Offline solves now only consider conda packages you already have, either in the package cache or on a local file:// channel. That mea…

P
Pixi Languages v0.74.0

v0.74.0

[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-rus…

P
Pixi Languages v0.73.0

v0.73.0

[0.73.0] - 2026-07-15 ✨ Highlights This release brings two big features: workspace = true now also works in environment [dependency] tables TOML 1.1 multiline inline tables are now fully supported As usual we also fixed a couple of bugs. workspace = true in environment dependency tables Until now, { workspace = true } only worked in the package dependency tables and required the pixi-build preview…

P
Pixi Languages v0.72.2

v0.72.2

[0.72.2] - 2026-07-09 ✨ Highlights This release contains more fixes for rich platforms. Added Add pixi workspace platform add --auto-detected by @hunger in #6355 Explain why each declared platform cannot run here by @hunger in #6491 Changed Compose sysreq platforms from customisations only by @kilian-hu in #6520 Report unsatisfied virtual packages instead of a misleading interpreter error by @hung…

P
Pixi Languages v0.72.1

v0.72.1

[0.72.1] - 2026-07-07 ✨ Highlights This release contains important bugfixes for rich platforms, v3 repodata handling, pixi-build-r and more. Changed Do not fail when running tasks in an environment by @hunger in #6507 Provide R packages under their r-prefixed conda name by @roaldarbol in #6515 Suggest pixi self-update --version for requires-pixi errors by @hunger in #6516 Register run-export-intro…

P
Pixi Languages v0.72.0

v0.72.0

[0.72.0] - 2026-07-01 ✨ Highlights This release brings an exciting new Pixi Build feature: inline package manifests. If you want to build a package from source that didn't contain a Pixi Build manifest, that used to be pretty annoying. Now you can simply set the metadata inline like this: [dependencies] rust-package = { git = "https://github.com/user/repo.git", package.build.backend.name = "pixi-b…

P
Pixi Languages v0.71.3

v0.71.3

[0.71.3] - 2026-06-30 ✨ Highlights We fixed a couple of bugs, so here's the bugfix release! Added Show resolved anaconda.org owner/label and warn on non-main labels by @wolfv in #6391 Implement serde for more types by @Hofer-Julian in #6481 Documentation Setup-pixi post-cleanup now defaults to false by @Hofer-Julian in #6465 Fixed Yet another failure to convert system-requirements to richplatforms…