github prefix-dev/pixi v0.67.0
0.67.0 - 2026-04-08

7 hours ago

Release Notes

✨ Highlights

This release adds the ability to have relative exclude-newer configuration.
Allowing users to specify an acceptable settle time before the package is used in their environments.
This example extensively uses the new exclude-newer configuration options:

[workspace]
# Workspace level exclude newer
exclude-newer = "14d"
# Exact timestamp exclude-newer still works as well:
# exclude-newer = "2025-01-01"

channels = [
    # Channel specific exclude-newer
    { channel = "my-internal-channel", exclude-newer = "0d" },
    "conda-forge",
]
platforms = ["osx-arm64", "linux-64", "linux-aarch64", "osx-64", "win-64"]

[exclude-newer]
# Package specific exclude-newer
bzip2 = "3d"

[dependencies]
python = "*"
snakemake = "*"

[pypi-exclude-newer]
# PyPI package specific exclude-newer
pandas = "1week"

[pypi-dependencies]
pandas = "*"

Added

  • Report installation progress to terminal by @hunger in #5634
  • Expose paths to activation scripts as a field in pixi shell-hook --json by @esteve in #5726
  • Add pixi publish command for building and uploading packages by @wolfv in #5678
  • Enable fancy error reporting for trampolines by @Hofer-Julian in #5780
  • Relative exclude-newer configuration by @pavelzw in #5786
  • Add channel-specific exclude-newer by @pavelzw in #5840
  • Add package-specific exclude-newer for PyPi by @pavelzw in #5839
  • Use global [exclude-newer] table instead by @pavelzw in #5843

Documentation

Fixed

New Contributors

Download pixi 0.67.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-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
pixi-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
pixi-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Don't miss a new pixi release

NewReleases is sending notifications on new releases.