Skip to content

Releases: prefix-dev/pixi

v0.28.1 - 2024-08-26

26 Aug 09:47
976cb6d
Compare
Choose a tag to compare

Changed

Documentation

  • Add keyrings.artifacts to the list of project built with pixi by @jslorrma in #1908

Fixed

  • Use default indexes if non where given by the lockfile by @ruben-arts in #1910

New Contributors

v0.28.0 - 2024-08-22

23 Aug 08:42
85db35e
Compare
Choose a tag to compare

✨ Highlights

  • Bug Fixes: Major fixes in general but especially for PyPI installation issues and better error messaging.
  • Compatibility: Default Linux version downgraded to 4.18 for broader support.
  • New Features: Added INIT_CWD in pixi run, improved logging, and more cache options.

Added

Changed

Documentation

Fixed

Refactor

New Contributors

v0.27.1 - 2024-08-09

09 Aug 13:34
55741ae
Compare
Choose a tag to compare

Documentation

Fixed

Refactor

New Contributors

v0.27.0 - 2024-08-07

07 Aug 11:37
608a65d
Compare
Choose a tag to compare

✨ Highlights

This release contains a lot of refactoring and improvements to the codebase, in preparation for future features and improvements.
Including with that we've fixed a ton of bugs. To make sure we're not breaking anything we've added a lot of tests and CI checks.
But let us know if you find any issues!

As a reminder, you can update pixi using pixi self-update and move to a specific version, including backwards, with pixi self-update --version 0.27.0.

Added

Changed

Documentation

Testing

Fixed

Refactor

New Contributors

v0.26.1 - 2024-07-22

22 Jul 09:49
68062d9
Compare
Choose a tag to compare

Fixed

v0.26.0 - 2024-07-19

22 Jul 08:19
70af0cc
Compare
Choose a tag to compare

✨ Highlights

  • Specify how pixi pins your dependencies with the pinning-strategy in the config. e.g. semver -> >=1.2.3,<2 and no-pin -> *) #1516
  • Specify how pixi solves multiple channels with channel-priority in the manifest. #1631

Added

Changed

Documentation

Fixed

Refactor

Removed

New Contributors

v0.25.0 - 2024-07-05

05 Jul 17:09
3b586c5
Compare
Choose a tag to compare

✨ Highlights

  • pixi exec command, execute commands in temporary environments, useful for testing in short-lived sessions.
  • We've bumped the default system-requirements to higher defaults: glibc (2.17 -> 2.28), osx64 (10.15 -> 13.0), osx-arm64 (11.0 -> 13.0). Let us know if this causes any issues. To keep the previous values please use a system-requirements table, this is explained here

📃 Details

Changed

Documentation

Fixed

Refactor

New Contributors

v0.24.2 - 2024-06-14

14 Jun 15:40
Compare
Choose a tag to compare

📃 Details

Documentation

Fixed

v0.24.1 - 2024-06-12

12 Jun 16:04
234472a
Compare
Choose a tag to compare

📃 Details

Fixed

v0.24.0 - 2024-06-12

12 Jun 10:38
17d0bf4
Compare
Choose a tag to compare

✨ Highlights

  • You can now run in a more isolated environment on unix machines, using pixi run --clean-env TASK_NAME.
  • You can new easily clean your environment with pixi clean or the cache with pixi clean cache

📃 Details

Added

Changed

Documentation

Fixed

New Contributors

Full commit history