-
Notifications
You must be signed in to change notification settings - Fork 643
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
Release tracker - 3.0.0 #19063
Comments
I'm planning on promoting https://github.com/iree-org/iree/releases/tag/iree-2.9.0rc20241108 to PyPI and a GitHub release to include the new version scheme. Smaller release, with just these commits: candidate-20241104.1068...iree-2.9.0rc20241108 I'll compile some release notes now and get that pushed today, then keep this issue open. |
Version 2.9.0 has been released across iree-base-compiler, iree-base-runtime, and iree-turbine. The updates there were mostly packaging-related, so keeping this issue open for a running log of feature changes to include in the next set of release notes. |
It's time to pick a release candidate to promote for 3.0.0. The viable choices are:
My vote is for the latest, from last night. Please speak up if there are known regressions in that build that should block the release. I'll start compiling release notes and testing/updating iree-turbine. |
Known regression but I personally wouldn't block this release on it: #19162 |
We're going to try to squeeze 43d3d1a in for this release. If tonight's nightly looks good then we'll pick it up. Otherwise, we'll continue with one of the other options. Monday is when we'll decide. |
Ready to update iree-turbine to 3.0.0: iree-org/iree-turbine#275. That can either go in now or wait until we publish 3.0.0 for the IREE packages. |
Three new release candidates to choose from:
Might as well pick the latest: |
See the release tracker at iree-org/iree#19063.
Version 3.0.0 has been published to PyPI and GitHub releases for IREE and iree-turbine. |
Just published version 3.0.0: https://pypi.org/project/iree-turbine/3.0.0/. IREE release tracker: iree-org/iree#19063.
These changes were made as part of promoting the 3.0.0 release: #19063. Screenshot of the section with the most changes: ![image](https://github.com/user-attachments/assets/b1a75fc5-c99f-4212-a942-c9c7ca83ea55)
These changes were made as part of promoting the 3.0.0 release: iree-org#19063. Screenshot of the section with the most changes: ![image](https://github.com/user-attachments/assets/b1a75fc5-c99f-4212-a942-c9c7ca83ea55)
See iree-org#19063 Signed-off-by: Giacomo Serafini <179146510+giacs-epic@users.noreply.github.com>
These changes were made as part of promoting the 3.0.0 release: iree-org#19063. Screenshot of the section with the most changes: ![image](https://github.com/user-attachments/assets/b1a75fc5-c99f-4212-a942-c9c7ca83ea55) Signed-off-by: Giacomo Serafini <179146510+giacs-epic@users.noreply.github.com>
Overview
Our previous stable release was cut on 2024-11-04: https://github.com/iree-org/iree/releases/tag/candidate-20241104.1068. We aim for roughly one stable release every 6 weeks, though in this case we are planning an earlier release to coincide with the new versioning scheme discussed at #18938. This issue tracks the release process for the next release.
Release process docs:
Release checklist:
experimental
in.github/workflows/build_package.yml
like macOS and Windows packages.iree-turbine
and push similar package updates to PyPIRelease notes
Commit range
iree-3.0.0rc20241118
: iree-2.9.0rc20241108...iree-3.0.0rc20241118(Contributors can edit this section as they land patches)
Announcements:
X.Y.Z
version scheme discussed at [RFC] New versioning scheme for IREE Python packages #18938 has been fully rolled outiree-base-compiler
andiree-base-runtime
names. The oldiree-compiler
andiree-runtime
names have been discontinued.--pre
flag must now be included. See https://iree.dev/reference/bindings/python/ for the latest instructions.3.1.0
in around 6 weeks from nowNotable changes:
iree_codegen.translation_info
attribute used for code generation and tuning has changed its assembly format: d1a991c and now has bindings in the C and Python APIs: 55f2fceFull changelog: iree-2.9.0rc20241108...iree-3.0.0rc20241118
The text was updated successfully, but these errors were encountered: