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.17.0 #166711

Merged
merged 2 commits into from
Mar 20, 2024
Merged

pixi 0.17.0 #166711

merged 2 commits into from
Mar 20, 2024

Conversation

pavelzw
Copy link
Contributor

@pavelzw pavelzw commented Mar 20, 2024

Created with brew bump-formula-pr.

release notes
### ✨ Highlights
  • This release greatly improves pixi global commands, thanks to @chawyehsu!
  • We now support global (or local) configuration for pixi's own behavior, including mirrors, and OCI registries.
  • We support channel mirrors for corporate environments!
  • Faster task execution thanks to caching 🚀 Tasks that already executed successfully can be skipped based on the hash of the inputs and outputs.
  • PyCharm and GitHub Actions integration thanks to @pavelzw – read more about it in the docs!

📃 Details

Added

  • Add citation file by @ruben-arts in #908
  • Add a pixi badge by @ruben-arts in #961
  • Add deserialization of pypi source dependencies from toml by @ruben-arts and @wolfv in #895 #984
  • Implement mirror and OCI settings by @wolfv in #988
  • Implement inputs and outputs hash based task skipping by @wolfv in #933

Changed

  • Refined global upgrade commands by @chawyehsu in #948
  • Global upgrade supports matchspec by @chawyehsu in #962
  • Improve pixi search with platform selection and making limit optional by @wolfv in #979
  • Implement global config options by @wolfv in #960 #1015 #1019
  • Update auth to use rattler cli by @kassoulait by @ruben-arts in #986

Documentation

  • Remove cache: true from setup-pixi by @pavelzw in #950
  • Add GitHub Actions documentation by @pavelzw in #955
  • Add PyCharm documentation by @pavelzw in #974
  • Mention watch_file in direnv usage by @pavelzw in #983
  • Add tip to help users when no PROFILE file exists by @ruben-arts in #991
  • Move yaml comments into mkdocs annotations by @pavelzw in #1003
  • Fix --env and extend actions examples by @ruben-arts in #1005
  • Add Wflow to projects built with pixi by @Hofer-Julian in #1006
  • Removed linenums to avoid buggy visualization by @ruben-arts in #1002
  • Fix typos by @pavelzw in #1016

Fixed

  • Pypi dependencies not being removed by @tdejager in #952
  • Permissions for lint pr by @ruben-arts in #852
  • Install Windows executable with install.sh in Git Bash by @jdblischak in #966
  • Proper scanning of the conda-meta folder for json entries by @wolfv in #971
  • Global shim scripts for Windows by @wolfv in #975
  • Correct fish prompt by @wolfv in #981
  • Prefix_file rename by @ruben-arts in #959
  • Conda transitive dependencies of pypi packages are properly extracted by @baszalmstra in #967
  • Make tests more deterministic and use single * for glob expansion by @wolfv in #987
  • Create conda-meta/history file by @pavelzw in #995
  • Pypi dependency parsing was too lenient by @wolfv in #984
  • Add reactivation of the environment in pixi shell by @wolfv in #982
  • Add tool to strict json schema by @ruben-arts in #969

New Contributors

  • @jdblischak made their first contribution in #966
  • @kassoulait made their first contribution in #986

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 Mar 20, 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 Mar 20, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 20, 2024
Merged via the queue into Homebrew:master with commit 8445f40 Mar 20, 2024
13 checks passed
@pavelzw pavelzw deleted the bump-pixi-0.17.0 branch March 20, 2024 16:20
@github-actions github-actions bot added the outdated PR was locked due to age label Apr 20, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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. outdated PR was locked due to age 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