Skip to content

0.9.13

Compare
Choose a tag to compare
@arcondello arcondello released this 11 Dec 19:51
· 1617 commits to main since this release
f456332

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