Skip to content

v0.19.0 - 2024-04-10

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 11:25
· 137 commits to main since this release
02c8867

This release has an issue which is improved in v0.19.1, please update to that!

The improved conda-pypi mapping we've added can be out of date with conda-forge resulting in downloading both pypi and conda packages for the latest releases of some of the packages. We're looking into a proper fix. For now we made v0.18.0 the latest release in GitHub to avoid issues for new users.

✨ Highlights

  • This release adds a new pixi tree command to show the dependency tree of the project.
  • Pixi now persists the manifest and environment when activating a shell, so you can use pixi as if you are in that folder while in the shell.

📃 Details

Added

Changed

Documentation

Fixed

  • Amend syntax in conda-meta/history to prevent conda.history.History.parse() error by @jaimergp in #1117
  • Fix docker example and include pyproject.toml by @tdejager in #1121

New Contributors

Full commit history