Skip to content

Commit 082c95b

Browse files
authored
Update version 0.9.1 -> 0.9.2
New Features ------------ * Updated documentation * `LeapHybridSampler` and `DWaveSampler` both now make use of the cloud client's `Future.sampleset` attribute * `LeapHybridSampler` no longer blocks * `DWaveSampler.sample` no longer blocks * `LeapHybridSampler` now sets `client=base` by default Fixes ----- * Fixed warning descriptions to be more consistent * `embed_bqm` now raises a `MissingChainError` when provided with zero-length chains
1 parent 0affd9c commit 082c95b

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

0 commit comments

Comments
 (0)