Highlights
- ππ
[pypi-dependencies]
ALPHA RELEASEππ, you can now add PyPI dependencies to your pixi project. - UX of
pixi run
has been improved with better errors and showing what task is run.
Note
[pypi-dependencies]
support is still incomplete, missing functionality is listed here: https://github.com/orgs/prefix-dev/projects/6.
Our intent is not to have 100% feature parity with pip
, our goal is that you only need pixi
for both conda and pypi packages alike.
Details
Added
- Bump
rattler
@ruben-arts in #496 - Implement lock-file satisfiability with
pypi-dependencies
by @baszalmstra in #494 - List pixi tasks when
command not found
is returned by @ruben-arts in #488 - Show which command is run as a pixi task by @ruben-arts in #491 && #493
- Add progress info to conda install by @baszalmstra in #470
- Install pypi dependencies (alpha) by @baszalmstra in #452
Fixed
- Add install scripts to
pixi.sh
by @ruben-arts in #458 && #459 && #460 - Fix
RECORD not found
issue by @baszalmstra in #495 - Actually add to the
.gitignore
and give better errors by @ruben-arts in #490 - Support macOS for
pypi-dependencies
by @baszalmstra in #478 - Custom
pypi-dependencies
type by @ruben-arts in #471 pypi-dependencies
parsing errors by @ruben-arts in #479- Progress issues by @baszalmstra in #4
Miscellaneous
- Example:
ctypes
by @liquidcarbon in #441 - Mention the AUR package by @orhun in #464
- Update
rerun
example by @ruben-arts in #489 - Document
pypi-dependencies
by @ruben-arts in #481 - Ignore docs paths on rust workflow by @ruben-arts in #482
- Fix flaky tests, run serially by @baszalmstra in #477
New Contributors
- @liquidcarbon made their first contribution in #441
- @orhun made their first contribution in #464
Full Changelog: v0.7.0...v0.8.0