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.38.0 #199112

Merged
merged 2 commits into from
Nov 26, 2024
Merged

pixi 0.38.0 #199112

merged 2 commits into from
Nov 26, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
#### ✨ Highlights
  • Specify pypi-index per pypi-dependency
[pypi-dependencies]
pytorch ={ version = "*", index = "https://download.pytorch.org/whl/cu118" }
  • [dependency-groups] (PEP735) support in pyproject.toml
[dependency-groups]
test = ["pytest"]
docs = ["sphinx"]
dev = [{include-group = "test"}, {include-group = "docs"}]

[tool.pixi.environments]
dev = ["dev"]
  • Much improved pixi search output!

Added

  • Add pypi index by @nichmor in #2416
  • Implement PEP735 support by @olivier-lacroix in #2448
  • Extends manifest to allow for preview features by @tdejager in #2489
  • Add versions/build list to pixi search output by @delsner in #2440
  • Expose nested executables in pixi global by @bahugo in #2362

Fixed

  • Always print a warning when config is invalid by @Hofer-Julian in #2508
  • Incorrectly saving absolute base as path component by @tdejager in #2501
  • Keep the case when getting the executable in pixi global by @wolfv in #2528
  • Install script on win-arm64 by @baszalmstra in #2538
  • Trampoline installation on pixi global update by @nichmor in #2530
  • Update the PATH env var with dynamic elements on pixi global by @wolfv in #2541
  • Correct ppc64le arch by @wolfv in #2540

Performance

  • Experimental environment activation cache by @ruben-arts in #2367

Documentation

  • Update project structure in Python tutorial by @LiamConnors in #2506
  • Fix typo in pixi project export conda-environment by @nmarticorena in #2533
  • Fix wrong use of underscores in pixi project export by @traversaro in #2539
  • Adapt completion instructions by @Hofer-Julian in #2561

New Contributors

  • @nmarticorena made their first contribution in #2533
  • @delsner made their first contribution in #2440

@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 Nov 26, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@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 Nov 26, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 26, 2024
Merged via the queue into master with commit 9d9ef7a Nov 26, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-pixi-0.38.0 branch November 26, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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. 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.

2 participants