Skip to content

Commit 01d3c06

Browse files
authored
Update version 1.2.1 -> 1.3.0
New Features ------------ * `ReverseBatchStatesComposite` now inherits from `dimod.Initialized` and by default reverse anneals * `ReverseAdvanceComposite` now reverse anneals by default with schedule `[[0, 1], [1, 0.35], [9, 0.35], [10, 1]]` Fixes ----- * `EmbeddedStructure` is now deep copy-able * Embedding composites now raise correct warnings even when chain strengths are provided as a dict Changes ------- * Many `dwave.embedding` utility functions have been migrated to `minorminer`, though they are still imported into their original namespaces
1 parent 731a327 commit 01d3c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwave/system/package_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# =============================================================================
1616
__all__ = ['__version__', '__author__', '__authoremail__', '__description__']
1717

18-
__version__ = '1.2.1'
18+
__version__ = '1.3.0'
1919
__author__ = 'D-Wave Systems Inc.'
2020
__authoremail__ = '[email protected]'
2121
__description__ = 'All things D-Wave System.'

0 commit comments

Comments
 (0)