v0.12.0
✨ Highlights
- Some great community contributions,
pixi global upgrade
,pixi project version
commands, aPIXI_HOME
variable. - A ton of refactor work to prepare for the multi-environment feature.
- Note that there are no extra environments created yet, but you can just specify them in the
pixi.toml
file already. - Next we'll build the actual environments.
- Note that there are no extra environments created yet, but you can just specify them in the
📃 Details
Added
- Add
global upgrade
command to pixi by @trueleo in #614 - Add configurable
PIXI_HOME
by @chawyehsu in #627 - Add
--pypi
option topixi remove
by @marcelotrevisani in #602 - PrioritizedChannels to specify channel priority by @ruben-arts in #658
- Add
project version {major,minor,patch}
CLIs by @hadim in #633
Changed
- Refactored project model using targets, features and environments by @baszalmstra in #616
- Move code from
Project
toEnvironment
by @baszalmstra in #630 - Refactored
system-requirements
from Environment by @baszalmstra in #632 - Extract
activation.scripts
into Environment by @baszalmstra in #659 - Extract
pypi-dependencies
from Environment by @baszalmstra in #656 - De-serialization of
features
andenvironments
by @ruben-arts in #636
Fixed
- Make install.sh also work with wget if curl is not available by @wolfv in #644
- Use source build for rattler by @ruben-arts
- Check for pypi-dependencies before amending the pypi purls by @ruben-arts in #661
- Don't allow the use of reflinks by @ruben-arts in #662
Removed
- Remove windows and unix system requirements by @baszalmstra in #635
Documentation
- Document the channel logic by @ruben-arts in #610
- Update the instructions for installing on Arch Linux by @orhun in #653
- Update Community.md by @KarelZe in #654
- Replace contributions.md with contributing.md and make it more standardized by @ruben-arts in #649
- Remove
windows
andunix
system requirements by @baszalmstra in #635 - Add
CODE_OF_CONDUCT.md
by @ruben-arts in #648 - Removed remaining .ps1 references by @bahugo in #643
New Contributors
- @marcelotrevisani made their first contribution in #602
- @trueleo made their first contribution in #614
- @bahugo made their first contribution in #643
- @KarelZe made their first contribution in #654
Full Changelog: v0.11.0...v0.12.0