conda-forge / numba-feedstock

A conda-smithy repository for numba.
BSD 3-Clause "New" or "Revised" License
0 stars 27 forks source link

Rebuild for python310 #86

Closed regro-cf-autotick-bot closed 2 years ago

regro-cf-autotick-bot commented 2 years ago

This PR has been triggered in an effort to update python310.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.

This package has the following downstream children:

And potentially more.

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/1485298321, please use this URL for debugging

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

henryiii commented 2 years ago

Last I heard, Numba was struggling over the return inlining in 3.10 and isn't going to be ready for it any time soon (and it would always require a new release anyway).

Can follow here: https://github.com/numba/numba/issues/7562

h-vetinari commented 2 years ago

Just waiting for the upcoming numba 0.55 release now...

jakirkham commented 2 years ago

There is a 0.55.0rc1 with Python 3.10 packages in the numba channel in case anyone wants to kick the tires

conda-forge will still need to wait for the final release of 0.55.0 to move the migration forward

constantinpape commented 2 years ago

Does anyone know what the timeline for this numba release is? Numba is the last package that keeps us from moving to python 3.10 and it would be great to have a rough estimate to know when it will be available to plan for next release cycles. Thanks!

henryiii commented 2 years ago

They are in RC phase. RC 1 has been out for about 3 weeks. I'm pretty sure there's going to be an RC 2. So I'd guess on order of a few weeks, but not sure. (It's the last thing holding me back from 3.10 in several places too ;) )

jakirkham commented 2 years ago

Done as part of the 0.55.0 release ( https://github.com/conda-forge/numba-feedstock/pull/87 )

stuartarchibald commented 2 years ago

Done as part of the 0.55.0 release ( #87 )

Thanks @jakirkham @henryiii