Skip to content

Commit 7c34247

Browse files
committed
Release 1.4.0
New Features --- - Support for problem labels (all samplers now accept an optional `label` kwarg) - Label on `VirtualGraphComposite` flux bias measurements Fixes --- - Hybrid samplers now properly select the latest version of an appropriate hybrid solver - Python 2 cruft cleanup
1 parent 43e8de2 commit 7c34247

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
@@ -14,7 +14,7 @@
1414

1515
__all__ = ['__version__', '__author__', '__authoremail__', '__description__']
1616

17-
__version__ = '1.3.0'
17+
__version__ = '1.4.0'
1818
__author__ = 'D-Wave Systems Inc.'
1919
__authoremail__ = '[email protected]'
2020
__description__ = 'All things D-Wave System.'

0 commit comments

Comments
 (0)