Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pixi 0.18.0 #167888

Merged
merged 2 commits into from
Apr 3, 2024
Merged

pixi 0.18.0 #167888

merged 2 commits into from
Apr 3, 2024

Conversation

henryiii
Copy link
Contributor

@henryiii henryiii commented Apr 3, 2024

Created with brew bump-formula-pr.

release notes
### ✨ Highlights
- This release adds support for `pyproject.toml`, now pixi reads from the `[tool.pixi]` table.
- We now support editable PyPI dependencies, and PyPI source dependencies, including `git`, `path`, and `url` dependencies.

[!TIP]
These new features are part of the ongoing effort to make pixi more flexible, powerful, and comfortable for the python users.
They are still in progress so expect more improvements on these features soon, so please report any issues you encounter and follow our next releases!

📃 Details

Added

  • Support for pyproject.toml by @olivier-lacroix in #999
  • Support for PyPI source dependencies by @tdejager in #985
  • Support for editable PyPI dependencies by @tdejager in #1044
  • Build pixi for windows arm by @baszalmstra in #1053

Changed

  • XDG_CONFIG_HOME and XDG_CACHE_HOME compliance by @chawyehsu in #1050
  • Build pixi for windows arm by @baszalmstra in #1053
  • Platform literals by @baszalmstra in #1054
  • Fixed error in auth example (CLI docs) by @ytausch in #1076

Documentation

  • Add lockfile update description in preparation for pixi update by @ruben-arts in #1073
  • zsh may be used for installation on macOS by @pya in #1091
  • Fix typo in pixi auth documentation by @ytausch in #1076

Fixed

  • Test failure on riscv64 by @hack3ric in #1045
  • Validation test was testing on a wrong pixi.toml by @ruben-arts in #1056
  • Pixi list shows path and editable by @baszalmstra in #1100
  • Docs ci by @ruben-arts in #1074
  • Add error for unsupported pypi dependencies by @baszalmstra in #1052
  • Interactively delete environment when it was relocated by @baszalmstra in #1102
  • Allow solving for different platforms by @baszalmstra in #1101
  • Don't allow extra keys in pypi requirements by @baszalmstra in #1104
  • Solve when moving dependency from conda to pypi by @baszalmstra in #1099

New Contributors

  • @pya made their first contribution in #1091
  • @ytausch made their first contribution in #1076
  • @hack3ric made their first contribution in #1045
  • @olivier-lacroix made their first contribution in #999
  • @henryiii made their first contribution in #1063

Full commit history

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Apr 3, 2024
autobump: add pixi

Signed-off-by: Rui Chen <rui@chenrui.dev>
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request autobump labels Apr 3, 2024
@chenrui333 chenrui333 added ready to merge PR can be merged once CI is green and removed automerge-skip `brew pr-automerge` will skip this pull request labels Apr 3, 2024

This comment was marked as resolved.

Copy link
Contributor

github-actions bot commented Apr 3, 2024

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Apr 3, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Apr 3, 2024
Merged via the queue into Homebrew:master with commit eee1d5a Apr 3, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. ready to merge PR can be merged once CI is green rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants