Skip to content

v0.7.0

Compare
Choose a tag to compare
@ruben-arts ruben-arts released this 14 Nov 15:42
· 923 commits to main since this release
de20b4a

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