New Features
- Add
ParallelEmbeddingComposite
, a generalization of theTilingComposite
that can handle bigger and non-Chimera source graphs on any structured graph supported byDWaveSampler
(including Zephyr). See #569.
Deprecation Notes
TilingComposite
is deprecated in favor ofParallelEmbeddingComposite
and it will be removed in dwave-system 2.0. See #577.
Upgrade Notes
- Switch from pkgutil to native namespace package. See #571.