Bump prefix-dev/setup-pixi from 0.9.2 to 0.9.3 (#7498)
Bumps prefix-dev/setup-pixi from 0.9.2 to 0.9.3.
Release notes
Sourced from prefix-dev/setup-pixi's releases.
v0.9.3
What's Changed
✨ New features
- feat: Switch order of pixi info and pixi install by
@pavelzwin prefix-dev/setup-pixi#234📝 Documentation
- Update documentation links to new pixi URLs by
@ruben-artsin prefix-dev/setup-pixi#230⬆️ Dependency updates
- chore(deps): bump the gh-actions group with 3 updates by
@dependabot[bot] in prefix-dev/setup-pixi#228- chore(deps): bump the gh-actions group with 4 updates by
@dependabot[bot] in prefix-dev/setup-pixi#232- chore(deps): bump the nodejs group across 1 directory with 9 updates by
@dependabot[bot] in prefix-dev/setup-pixi#233Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.9.2...v0.9.3
Commits
82d477ffeat: Switch order of pixi info and pixi install (#234)a976380chore(deps): bump the nodejs group across 1 directory with 9 updates (#233)de110d6chore(deps): bump the gh-actions group with 4 updates (#232)59d669bUpdate documentation links to new pixi URLs (#230)046c0f7chore(deps): bump the gh-actions group with 3 updates (#228)34ef3ccdocs: Reference latest Pixi version in README (#227)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don’t alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ti-Tai Wang titaiwang@microsoft.com
Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).
ONNX is widely supported and can be found in many frameworks, tools, and hardware. Enabling interoperability between different frameworks and streamlining the path from research to production helps increase the speed of innovation in the AI community. We invite the community to join us and further evolve ONNX.
Use ONNX
Learn about the ONNX spec
Programming utilities for working with ONNX Graphs
Contribute
ONNX is a community project and the open governance model is described here. We encourage you to join the effort and contribute feedback, ideas, and code. You can participate in the Special Interest Groups and Working Groups to shape the future of ONNX.
Check out our contribution guide to get started.
If you think some operator should be added to ONNX specification, please read this document.
Community meetings
The schedules of the regular meetings of the Steering Committee, the working groups and the SIGs can be found here
Community Meetups are held at least once a year. Content from previous community meetups are at:
Discuss
We encourage you to open Issues, or use Slack (If you have not joined yet, please use this link to join the group) for more real-time discussion.
Follow Us
Stay up to date with the latest ONNX news. [Facebook] [Twitter/X]
Roadmap
A roadmap process takes place every year. More details can be found here
Installation
ONNX released packages are published in PyPi.
ONNX weekly packages are published in PyPI to enable experimentation and early testing.
Detailed install instructions, including Common Build Options and Common Errors can be found here
Python ABI3 Compatibility
This package provides abi3-compatible wheels, allowing a single binary wheel to work across multiple Python versions (from 3.12 onwards).
Testing
ONNX uses pytest as test driver. In order to run tests, you will first need to install
pytest:After installing pytest, use the following command to run tests.
Development
Check out the contributor guide for instructions.
Reproducible Builds (Linux)
This project provides reproducible builds for Linux.
A reproducible build means that the same source code will always produce identical binary outputs, no matter who builds it or where it is built.
To achieve this, we use the
SOURCE_DATE_EPOCHstandard. This ensures that build timestamps and other time-dependent information are fixed, making the output bit-for-bit identical across different environments.Why this matters
If you prefer, you can use the prebuilt reproducible binaries instead of building from source yourself.
License
Apache License v2.0
Trademark
Checkout https://trademarks.justia.com for the trademark.
General rules of the Linux Foundation on Trademark usage
Code of Conduct
ONNX Open Source Code of Conduct