Skip to content

Commit

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

New Features
---

- Tabu/SimulatedAnnealing samplers now use input state samples to
  initialize
- Racing context propagated to children via runopts
- Added `stoppable` class decorator to simplify implementing thread-safe
  stop behaviour
- Added `RoofDualifyDecomposer`
- Exposed all SA parameters in SimulatedAnnealing sampler
- Exposed non-interruptible Tabu timeout in Kerberos

Fixes
---

- Longer default runtime in Tabu
- Better handling of larger problems by Kerberos

Changes
---

- `endomorphic` option removed from `RacingBranches` and
  `ParallelBranches` in favor of explicit `Identity` block
- `sweeps` renamed to `num_sweeps` in SA samplers
  • Loading branch information
randomir committed Jun 7, 2019
1 parent 94714d5 commit c659cca
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.1'
__version__ = '0.3.0'
__author__ = 'D-Wave Systems Inc.'
__authoremail__ = '[email protected]'
__description__ = 'Hybrid Asynchronous Decomposition Solver Framework'
Expand Down

0 comments on commit c659cca

Please sign in to comment.