✨ Highlights
- This release removes
rip
and adduv
as the PyPI resolver and installer.
📃 Details
Added
- Add tcsh install support by @obust in #898
- Add user agent to pixi http client by @baszalmstra in #892
- Add a schema for the pixi.toml by @ruben-arts in #936
Changed
- Switch from rip to uv by @tdejager in #863
- Move uv options into context by @tdejager in #911
- Add Deltares projects to Community.md by @Hofer-Julian in #920
- Upgrade to uv 0.1.16, updated for changes in the API by @tdejager in #935
Fixed
- Made the uv re-install logic a bit more clear by @tdejager in #894
- Avoid duplicate pip dependency while importing environment.yaml by @sumanth-manchala in #890
- Handle custom channels when importing from env yaml by @sumanth-manchala in #901
- Pip editable installs getting uninstalled by @renan-r-santos in #902
- Highlight pypi deps in pixi list by @sumanth-manchala in #907
- Default to the default environment if possible by @ruben-arts in #921
- Switching channels by @baszalmstra in #923
- Use correct name of the channel on adding by @ruben-arts in #928
- Turn back on jlap for faster repodata fetching by @ruben-arts in #937
- Remove dists site-packages's when python interpreter changes by @tdejager in #896
New Contributors
- @obust made their first contribution in #898
- @renan-r-santos made their first contribution in #902