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.39.0 #199741

Merged
merged 2 commits into from
Dec 2, 2024
Merged

pixi 0.39.0 #199741

merged 2 commits into from
Dec 2, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
#### ✨ Highlights
  • We now have a new concurrency configuration in the pixi.toml file.
    This allows you to set the number of concurrent solves or downloads that can be run at the same time.
  • We changed the way pixi searches for a pixi manifest. Where it was previously first considering the activated pixi shell, it will now search first in the current directory and its parent directories. more info
  • The lockfile format is changed to make it slightly smaller and support source dependencies.

Added

  • Add concurrency configuration by @ruben-arts in #2569

Changed

  • Add XDG_CONFIG_HOME/.config to search of pixi global manifest path by @hoxbro in #2547
  • Let pixi global sync collect errors rather than returning early by @Hofer-Julian in #2586
  • Allow configuring pypi insecure host by @zen-xu in #2521
  • Reorder manifest discovery logic by @Hofer-Julian in #2564

Documentation

  • Improve pixi manifest by @Hofer-Julian in #2596

Fixed

  • pixi global list failing for empty environments by @Hofer-Julian in #2571
  • Macos activation cargo vars by @ruben-arts in #2578
  • Trampoline without corresponding json breaking by @Hofer-Julian in #2576
  • Ensure pinning strategy is not affected by non-semver packages by @seowalex in #2580
  • Pypi installs happening every time by @tdejager in #2587
  • pixi global report formatting by @Hofer-Julian in #2595
  • Improve test speed and support win-arm64 by @baszalmstra in #2597
  • Update Task::Alias to return command description by @jjjermiah in #2607

Refactor

  • Split install pypi into module and files by @tdejager in #2590
  • PyPI installation traits + deduplication by @tdejager in #2599

Pixi build

We've merged in the main pixi build feature branch. This is a big change but shouldn't have affected any of the current functionality.
If you notice any issues, please let us know.

It can be turned on by preview = "pixi-build" in your pixi.toml file. It's under heavy development so expect breaking changes in that feature for now.

  • Preview of pixi build and workspaces by @tdejager in #2250
  • Build recipe yaml directly by @wolfv in #2568

New Contributors

  • @seowalex made their first contribution in #2580

@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 Dec 2, 2024
Copy link
Contributor

github-actions bot commented Dec 2, 2024

🤖 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 Dec 2, 2024
@BrewTestBot BrewTestBot enabled auto-merge December 2, 2024 15:29
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 2, 2024
Merged via the queue into master with commit d6a425f Dec 2, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-pixi-0.39.0 branch December 2, 2024 15:36
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