Release Notes
Warning
This release is not set to the "latest" release as there are issues with the artifacts. We've release v0.39.2
which fixes these issue.
Added
- Add proper unit testing for PyPI installation and fix re-installation issues by @tdejager in #2617
- Add detailed json output for task list by @jjjermiah in #2608
- Add
pixi project name
CLI by @LiamConnors in #2649
Changed
- Use
fs-err
in more places by @Hofer-Julian in #2636
Documentation
- Remove
tclf
from community.md📑 by @KarelZe in #2619 - Update contributing guide by @LiamConnors in #2650
- Update clean cache CLI doc by @LiamConnors in #2657
Fixed
- Color formatting detection on stdout by @blmaier in #2613
- Use correct dependency location for
pixi upgrade
by @Hofer-Julian in #2472 - Regression
detached-environments
not used by @ruben-arts in #2627 - Allow configuring pypi insecure host by @zen-xu in #2521#2622
Refactor
- Rework CI and use
cargo-dist
for releases by @baszalmstra in #2566
pixi build
Preview work
- Refactor to
[build-system.build-backend]
by @baszalmstra in #2601 - Remove ipc override from options and give it manually to test by @wolfv in #2629
- Pixi build trigger rebuild by @Hofer-Julian in #2641
- Add variant config to
[workspace.build-variants]
by @wolfv in #2634 - Add request coalescing for isolated tools by @nichmor in #2589
- Add example using
rich
andpixi-build-python
and remove flask by @Hofer-Julian in #2638 - (simple) build tool override by @wolfv in #2620
- Add caching of build tool installation by @nichmor in #2637