-
Notifications
You must be signed in to change notification settings - Fork 62
Preparing for migration to numba=0.54 #981
Preparing for migration to numba=0.54 #981
Conversation
35edfd9 to
01d2ac5
Compare
|
Hello @kozlov-alexey! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-08-17 22:22:24 UTC |
3d0a490 to
17ab7fe
Compare
f97fbba to
a8cfe0e
Compare
a8cfe0e to
7986ebd
Compare
|
@AlexanderKalistratov, I've just updated to current master and pinned numba==0.54.0 in all files. Hopefully when it's released all checks should pass - they did locally when I checked with 0.54.0rc3, e.g.
(and test_assert really passes and fails only when l run it's via pytest -n). |
|
@AlexanderKalistratov all required checks passed (wheels were deactivated some time ago). Any updates from Numba guys about readiness to publish numba 0.54.0 to conda channel? |
Scheduled for next week |
Motivation: keep up with the latest numba release.