Skip to content

0.48.0 - 2025-06-02

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 06:36
608e108

Release Notes

✨ Highlights

Support for recursive source run dependencies when using pixi build.
This means, you can now add source dependencies in the run-dependencies section of your Pixi package:

[package.run-dependencies]
cpp_math = { path = "packages/cpp_math" }

Added

  • Add XDG_CONFIG_HOME as configuration location on macOS by @ruben-arts in #3759
  • Support relative path input globs for pixi build by @nichmor in #3812
  • Add condapackageignore file to exclude .pixi directory from builds by @zelosleone in #3840

Changed

Documentation

Fixed

Refactor

New Contributors

Download pixi 0.48.0

File Platform Checksum
pixi-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
pixi-x86_64-apple-darwin.tar.gz Intel macOS checksum
pixi-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
pixi-aarch64-pc-windows-msvc.msi ARM64 Windows checksum
pixi-x86_64-pc-windows-msvc.zip x64 Windows checksum
pixi-x86_64-pc-windows-msvc.msi x64 Windows checksum
pixi-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
pixi-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum