github prefix-dev/pixi v0.7.0

latest releases: v0.35.0, v0.34.0, v0.33.0...
12 months ago

Highlights

  • Channel priority: channels = ["conda-forge", "pytorch"] All packages found in conda-forge will not be taken from pytorch.
  • Channel specific dependencies: pytorch = { version="*", channel="pytorch"}
  • Autocompletion on pixi run <TABTAB>
  • Moved all pixi documentation into this repo, try it with pixi run docs!
  • Lots of new contributors!

Details

Added

  • Bump rattler to its newest version by @ruben-arts in #395
    • Some notable changes:
      • Add channel priority (If a package is found in the first listed channel it will not be looked for in the other channels).
      • Fix JLAP using wrong hash.
      • Lockfile forward compatibility error.
  • Add nushell support by @wolfv in #360
  • Autocomplete tasks on pixi run for bash and zsh by @ruben-arts in #390
  • Add prefix location file to avoid copy error by @ruben-arts in #422
  • Channel specific dependencies python = { version = "*" channel="conda-forge" } by @ruben-arts in #439

Changed

  • project.version as optional field in the pixi.toml by @ruben-arts in #400

Fixed

Docs

New Contributors

Full Changelog: v0.6.0...v0.7.0

Don't miss a new pixi release

NewReleases is sending notifications on new releases.