bqth29 / simulated-bifurcation-algorithm

Python CPU/GPU implementation of the Simulated Bifurcation (SB) algorithm to solve quadratic optimization problems (QUBO, Ising, TSP, optimal asset allocations for a portfolio, etc.).
MIT License
103 stars 25 forks source link

Force NumPy < 2 #71

Closed bqth29 closed 2 months ago

bqth29 commented 2 months ago

Numpy 2 will be supported in a future release (1.3.0, 1.4.0 or 2.0.0) so Python 3.8 will be discarded. For now, we must keep numpy < 2.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (95a53d6) to head (6fedd6b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 36 36 Lines 1600 1600 ========================================= Hits 1600 1600 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.