-
Notifications
You must be signed in to change notification settings - Fork 353
fix: expand numpy compat range to >=1.26 #1827
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
Conversation
|
Branch | numpy-2.0-compat |
Testbed | ci-runner-linux |
⚠️ WARNING: No Threshold found!Without a Threshold, no Alerts will ever be generated.
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholds
flag.
Click to view all benchmark results
Benchmark | Latency | seconds (s) |
---|---|---|
test/benchmarks/test_program.py::test_copy_everything_except_instructions | 📈 view plot | 10.63 s |
test/benchmarks/test_program.py::test_instructions | 📈 view plot | 4.19 s |
test/benchmarks/test_program.py::test_iteration | 📈 view plot | 4.27 s |
Hey @jselig-rigetti. Do you have an estimated timeframe for when this upgrade will be done? It's blocking one of the compiler optimizations we're working on for our pre-processing and post-processing integration with you guys. |
@the-iron-ryan it's my top priority now, so working to have a solution by EOD. If that's not possible, I'll alert you as soon as I can. Thank you. |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
@the-iron-ryan I'm still looking to merge today pending an approving review, but you can go with this RC release for now if you are blocked: https://pypi.org/project/pyquil/4.16.2rc2/ |
Perfect! Thanks for quick turn around here @jselig-rigetti. We just found a work-around method to still push our Rigetti embedded package independently without needing to bump numpy. We'll resort to using this rc version instead if all else fails |
Replaces #1821