Skip to content

Commit

Permalink
Update version 0.8.12 -> 0.8.13
Browse files Browse the repository at this point in the history
New Features
------------
* `TrackingComposite`, a new composite that records inputs and outputs for testing
* `NullSampler`, a new sampler that always returns an empty sample set
* `child_structure_dfs` function that searches child samplers for a structured
* `HigherOrderComposite` now supports the `initial_state` keyword argument
* `BinaryQuadraticModel.is_writeable` flag that toggles whether the BQM is treated as immutable or not
* `SampleSet.is_writeable` flag that toggles whether the sample set is treated as immutable or not
  • Loading branch information
arcondello authored Jun 12, 2019
1 parent 5d95995 commit a174ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dimod/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# ================================================================================================

__version__ = '0.8.12'
__version__ = '0.8.13'
__author__ = 'D-Wave Systems Inc.'
__authoremail__ = 'acondello@dwavesys.com'
__description__ = 'A shared API for binary quadratic model samplers.'

0 comments on commit a174ddd

Please sign in to comment.