Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
Changes since 0.2.0:

New components

- `MergeSamples` that vertically stacks SampleSets from multiple States
- `SliceSamples` that slices the set of samples (and trivially truncates)

Performance improvements

- Multi-threaded support in Tabu and Simulated Annealing samplers

General

- Added `States.first` property

Fixes

- Compatibility with `dimod==0.8.8` (breaking change of `SampleSet.samples()` behaviour)
  • Loading branch information
randomir committed May 1, 2019
1 parent cb248b7 commit 95efee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybrid/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__packagename__ = 'dwave-hybrid'
__title__ = 'D-Wave Hybrid'
__version__ = '0.2.0'
__version__ = '0.2.1'
__author__ = 'D-Wave Systems Inc.'
__authoremail__ = '[email protected]'
__description__ = 'Hybrid Asynchronous Decomposition Solver Framework'
Expand Down

0 comments on commit 95efee2

Please sign in to comment.