Skip to content

1.32.0

Latest
Compare
Choose a tag to compare
@randomir randomir released this 05 Jun 23:52
7e9b6da

New Features

  • Add ParallelEmbeddingComposite, a generalization of the TilingComposite that can handle bigger and non-Chimera source graphs on any structured graph supported by DWaveSampler (including Zephyr). See #569.

Deprecation Notes

  • TilingComposite is deprecated in favor of ParallelEmbeddingComposite and it will be removed in dwave-system 2.0. See #577.

Upgrade Notes

  • Switch from pkgutil to native namespace package. See #571.