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.
Changes
BinaryQuadraticModel now subclasses AdjDictBQM
Remove BinaryQuadraticModel.to_coo and BinaryQuadraticModel.from_coo
Remove BinaryQuadraticModel.to_numpy_matrix and BinaryQuadraticModel.from_numpy_matrix
Remove BinaryQuadraticModel.SPIN and BinaryQuadraticModel.BINARY
Remove vartype keyword argument from BinaryQuadraticModel.add_variable, BinaryQuadraticModel.add_variables, BinaryQuadraticModel.add_interaction and BinaryQuadraticModel.add_interactions
The .spin and .binary properties of binary quadratic models are now views rather than copies
New Features
as_bqm function for constructing binary quadratic models
Most BinaryQuadraticModel methods and properties have been added to AdjArrayBQM, AdjDictBQM, AdjMapBQM and AdjVectorBQM