Skip to content

0.11.4

Compare
Choose a tag to compare
@arcondello arcondello released this 12 Jul 00:30
· 524 commits to main since this release
eecde17

New Features

  • Add ConstrainedQuadraticModel.__str__() method. See #1188.
  • Speed up the construction of Variables objects from a range or another Variables.
  • Add optional keyword argument labels_type to the as_samples() function.
  • Speed up BinaryQuadraticModel.energies() and QuadraticModel.energies() in cases where the model has a small subset of the variables in the samples.
  • Speed up SampleSet.from_samples_cqm() in cases where there are constraints with a small number of variables relative to the objective.