Skip to content

v0.13.0

Compare
Choose a tag to compare
@ruben-arts ruben-arts released this 01 Feb 13:52
· 626 commits to main since this release
58ce15f

0.13.0 - 2024-02-01

✨ Highlights

This release is pretty crazy in amount of features! The major ones are:

  • We added support for multiple environments. πŸŽ‰ Checkout the documentation
  • We added support for sdist installation, which greatly improves the amount of packages that can be installed from PyPI. πŸš€

Important

Renaming of PIXI_PACKAGE_* variables:

PIXI_PACKAGE_ROOT -> PIXI_PROJECT_ROOT
PIXI_PACKAGE_NAME ->  PIXI_PROJECT_NAME
PIXI_PACKAGE_MANIFEST -> PIXI_PROJECT_MANIFEST
PIXI_PACKAGE_VERSION -> PIXI_PROJECT_VERSION
PIXI_PACKAGE_PLATFORMS -> PIXI_ENVIRONMENT_PLATFORMS

Check documentation here: https://pixi.sh/environment/

Important

The .pixi/env/ folder has been moved to accommodate multiple environments.
If you only have one environment it is now named .pixi/envs/default.

πŸ“ƒ Details

Added

Changed

Fixed

New Contributors