Skip to content

0.8.11

Compare
Choose a tag to compare
@arcondello arcondello released this 23 Apr 23:25
3954082

Fixes

  • SampleSet.from_serializable now correctly deserializes tuple variables
  • SampleSet.aggregate now correctly preserves order
  • Variables.relabel now ignores unknown labels
  • BinaryQuadraticModel.from_serializable now correctly deserializes BinaryQuadraticModel.info

New Features

  • ran_r function to generate RANr binary quadratic models
  • SampleSet.slice method to create a new sample set with rows sliced according to the standard Python slicing syntax
  • as_vartype function to cast permitted inputs to a valid Vartype enum