Skip to content

Commit 59c5fbe

Browse files
authored
Update version 0.7.5 -> 0.7.6
New Features ------------ * Chain break methods now accept `sample-like` inputs * `DWaveSampler.sample_ising` matches the cloud-client's behaviour for 0 biases in a list Fixes ----- * Fix isolated variables with zero biases in `PolyCutOffComposite` * Catch the correct exception in from `child_structure_dfs` in the `AutoEmbeddingComposite` * Fix `chimera.find_clique_embedding`'s to work with two-variable cliques
1 parent 13f6011 commit 59c5fbe

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__ = '0.7.5'
18+
__version__ = '0.7.6'
1919
__author__ = 'D-Wave Systems Inc.'
2020
__authoremail__ = '[email protected]'
2121
__description__ = 'All things D-Wave System.'

0 commit comments

Comments
 (0)