Prepare 0.18.1 release - #1653
Conversation
We've collected a fair number of bugfixes on top of 0.18.0 that would be good to release. This commit prepares for tagging a 0.18.1 release by bumping the version numbers and adding a prelude release note. Once this merges it should be tagged as 0.18.1.
IvanIsCoding
left a comment
There was a problem hiding this comment.
I think this is good to go, we do need to move some release notes but we have accumulated enough small things that it is worth releasing.
With that being said, I am going to be biased and say "can we try including this":
- #1643, this closes #1639 and it's a trivial amount of work,
- #1620, this is less trivial but it will let us stop depending on
pyodide-recipes(pyodide/pyodide-recipes#599).
|
Tick the box to add this pull request to the merge queue (same as
|
|
Flagging from https://github.com/Qiskit/rustworkx/actions/runs/30454648607/job/90585000226 GCC from our pinned cibuildwheel is clashing with NumPy?! For some reason we are building NumPy from source and it’s failing for x86-64 |
|
It's the use of manylinux 2014. Modern numpy wheels are built on manylinux 2_27 which is obviously not compatible with the manylinux 2010, so pip is trying to build it from source. But the gcc version we have in the manylinux container is too old now too so that fails. We should be able to set the |
Coverage Report for CI Build 30492523303Coverage remained the same at 94.689%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
|
For sanity, I ran another dry-run on my fork: https://github.com/IvanIsCoding/rustworkx/actions/runs/30496390043/job/90726120705 I think this is good to go. |
We've collected a fair number of bugfixes on top of 0.18.0 that would be good to release. This commit prepares for tagging a 0.18.1 release by bumping the version numbers and adding a prelude release note. Once this merges it should be tagged as 0.18.1.