llvmlite 0.38.1 checklist
See original GitHub issuellvmlite 0.38.1
- Backport M1 support patch and target the release branch
- original at: https://github.com/numba/llvmlite/pull/813
- backport at: https://github.com/numba/llvmlite/pull/841
- Create PR for changelog modifications
- Create PR for updating the OSX image on public_ci
- Review and merge change log modifications and backport to 0.38 release branch.
- Annotated tag
v0.38.1on release branch (llvmlitetags DO have avprefix). - Build conda packages on buildfarm (check “upload”).
- Verify packages uploaded to Anaconda Cloud and move to
numba/label/main. - Build wheels (
$PYTHON_VERSIONS) on the buildfarm. - Upload wheels and sdist to PyPI and verify arrival. (upload from
ci_artifacts). - Verify ReadTheDocs build.
- Send RC/FINAL announcement email / post announcement to discourse group.
- Post link to Twitter.
Post release
- Clean up
ci_artifactsby moving files to subdirectories - Ping Anaconda Distro team to trigger a build for
defaults(FINAL ONLY). - Cherry-Pick changelog modifications to
mainvia PR - merge checklist templates at: https://github.com/numba/llvmlite/pull/819
- Close milestone (and then close this release issue).
Issue Analytics
- State:
- Created a year ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
llvmlite 0.38.0 RC1 · Issue #792 - GitHub
I will now update the initial list with any findings and mark the last checkbox.
Read more >Release Notes - llvmlite - Read the Docs
The llvmlite.llvmpy module has been deprecated as the functionality it provides is available through the llvmlite.ir module.
Read more >llvmlite Documentation - Read the Docs
llvmlite provides a Python binding to LLVM for use in Numba. ... The list of functions, as Function instances, declared or defined in...
Read more >llvmlite - PyPI
A Lightweight LLVM Python Binding for Writing JIT Compilers. llvmlite is a project originally tailored for Numba's needs, using the following approach:.
Read more >llvmlite failed to install. Error building llvmlite - Stack Overflow
Go to here and download llvmlite package for your python version, e.g. llvmlite‑0.35.0‑cp39‑cp39‑win_amd64.whl for Python 3.9.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You can track the progress of the 0.55.2 release here: https://github.com/numba/numba/issues/8066
This is now done.