Release Notes
✨ Highlights
You can now use pixi global
to install source dependencies.
pixi global install --path path/to/my-package my-package
At the moment, you still have to specify the package name, which we will improve on later!
⚠️ Breaking Change
In v0.51.0
we changed the environment variable overwriting logic.
This has be reverted in this release, as there are some issues with it.
Features
- Include named source dependencies through
pixi global
by @tdejager in #4165
Documentation
- Fix example package name by @henningkayser in #4331
- Add keyring auth support doc and bump setup-pixi action version by @olivier-lacroix in #4332
- Pycharm integration via conda environments.txt file by @analog-cbarber in #4290
Fixed
- Fish completion script by @ruben-arts in #4315
- Update named arg schema by @bollwyvl in #4324
- Revert environment logic changes by @Hofer-Julian in #4346
Refactor
- Move all non cli code into
pixi_core
crate by @haecker-felix in #4337
New Contributors
- @analog-cbarber made their first contribution in #4290
- @haecker-felix made their first contribution in #4337
- @henningkayser made their first contribution in #4331
Download pixi 0.52.0
File | Platform | Checksum |
---|---|---|
pixi-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pixi-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pixi-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
pixi-aarch64-pc-windows-msvc.msi | ARM64 Windows | checksum |
pixi-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
pixi-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
pixi-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
pixi-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |