Skip to content

1.28.0

Latest
Compare
Choose a tag to compare
@randomir randomir released this 02 Dec 18:07
· 4 commits to master since this release
1ad072b

New Features

  • Add option to specify sampler used in MockDWaveSampler (new default is now SteepestDescentSampler). 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 working wait_id() method. See #544.

Upgrade Notes

  • Drop support for Python 3.8. See #541.

  • Soft-remove VirtualGraphComposite and its dependencies. Namely, VirtualGraphComposite is now just an identity wrapper around FixedEmbeddingComposite, dwave-drivers is not used anymore, and dwave.system.cache.* is completely removed. See #543.