Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created with
brew bump-formula-pr
.release notes
Add support for multiple environment:
polarify
use-case as an example by @ruben-arts in #735pixi info -e/--environment
option by @ruben-arts in #676pixi channel add -f/--feature
option by @ruben-arts in #700pixi channel remove -f/--feature
option by @ruben-arts in #706pixi remove -f/--feature
option by @ruben-arts in #680pixi task list -e/--environment
option by @ruben-arts in #694pixi task remove -f/--feature
option by @ruben-arts in #694pixi install -e/--environment
option by @ruben-arts in #722Support for sdists in
pypi-dependencies
by @tdejager in #664Add pre-release support to
pypi-dependencies
by @tdejager in #716Support adding dependencies for project's unsupported platforms by @orhun in #668
Add
pixi list
command by @hadim in #665Add
pixi shell-hook
command by @orhun in #672#679 #684Use env variable to configure locked, frozen and color by @hadim in #726
pixi self-update
by @hadim in #675Add
PIXI_NO_PATH_UPDATE
for PATH update suppression by @chawyehsu in #692Set the cache directory by @ruben-arts in #683
Changed
PyPiRequirement
by @orhun in #744tabwriter
instead ofcomfy_table
by @baszalmstra in #745Fixed
[ or ]
) by @JafarAbdi in #677__pycache__
removal issues by @wolfv in #573pixi search
result correct by @chawyehsu in #713pixi info
by @ruben-arts in #728New Contributors