Skip to content

Commit

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

New Features

- Added `Branches` and `Dup` components that generalize `Parallel`
- Added predicate-based termination criterion in `Loop`, enabling
  run-to-energy mode
- Even lazier auto embedding QPU sampler
- Added parallel tempering workflow examples
- Importable workflows for `Kerberos`, `ParallelTempering` and
  `SimplifiedQbsolv`

Fixes

- Looser traits enforcing (run-time only, skip construction-time checks)
- `RandomConstraintDecomposer` edge cases
- `RoofDualityComposite` energy calculation
  • Loading branch information
randomir committed Jun 25, 2019
1 parent 28f742a commit f4fb849
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.3.0'
__version__ = '0.3.1'
__author__ = 'D-Wave Systems Inc.'
__authoremail__ = '[email protected]'
__description__ = 'Hybrid Asynchronous Decomposition Solver Framework'
Expand Down

0 comments on commit f4fb849

Please sign in to comment.