You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes
DQM.from_numpy_vectors, .set_quadratic and .set_quadratic_case now correctly raise a ValueError when the user attempts to create an interaction between cases in a variable
BQM.from_numpy_vectors now maintains the correct variable order
AdjDictBQM biases are no longer 0 dimensional arrays when constructed from a numpy matrix
Fixed column alignment issue when printing sample sets
New Features
C++ AdjVectorBQM and AdjMapBQM can now be constructed from COO-formatted arrays
Python AdjVectorBQM.from_numpy_vectors and AdjMapBQM.from_numpy_vectors is now much more performant
Cython DiscreteQuadrataticModel object now uses C++ COO constructors rather than an ad hoc implementation
gnp_random_bqm generator for randomly connected BQMs