New Features
-
Add option to specify sampler used in
MockDWaveSampler
(new default is nowSteepestDescentSampler
). See #537. -
Add support for Python 3.13. See #541.
-
Add
LinearAncillaComposite
. See #530.
Fixes
- Fix inconsistent sampleset interface across hybrid samplers - we make sure every
SampleSet
returned now has a workingwait_id()
method. See #544.