Skip to content

Releases: prefix-dev/pixi

v0.30.0 - 2024-09-19

19 Sep 13:57
eecda2f
Compare
Choose a tag to compare

✨ Highlights

I want to thank @synapticarbors and @abkfenris for starting the work on pixi project export.
Pixi now supports the export of a conda environment.yml file and a conda explicit specification file.
This is a great addition to the project and will help users to share their projects with other non pixi users.

Added

Changed

Documentation

Testing

Fixed

Refactor

New Contributors

0.29.0 - 2024-09-04

04 Sep 10:13
69499f7
Compare
Choose a tag to compare

✨ Highlights

  • Add build-isolation options, for more details check out our docs
  • Allow to use virtual package overrides from environment variables (PR)
  • Many bug fixes

Added

Changed

Fixed

Refactor

New Contributors

v0.28.2 - 2024-08-28

29 Aug 05:49
6e3f0ff
Compare
Choose a tag to compare

Documentation

Fixed

  • Let init add dependencies independent of target and don't install by @ruben-arts in #1916
  • Enable use of manylinux wheeltags once again by @tdejager in #1925

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