Releases: dwavesystems/dwave-neal
Releases · dwavesystems/dwave-neal
0.5.1
0.5.0
New Features
-
SampleSet
accepted forinitial_states
value -
initial_states
are truncated or expanded to match the
number of reads, and the expansion algorithm is controlled
with a new parameter,initial_states_generator
-
Undefined
num_reads
inferred frominitial_states
Fixes
-
For
initial_states
given in the 2-tuple format, infer the
vartype from the BQM -
Avoid GIL locks when interrupt function not defined
Deprecations
-
The 2-tuple format (NumPy array + variable labels) for
initial_states
in favor ofSampleSet
-
sweeps
parameter in favor ofnum_sweeps
Breaking changes
- New default value for
num_reads
: now matchesinitial_states
length, or defaults to 1
0.4.6
0.4.5
New Features
- Support dimod 0.8.x
0.4.4
- Fix divide-by-zero error for the automatic beta schedule
0.4.3
- Better default beta schedule
0.4.2
Merge pull request #40 from arcondello/issue39 Fix appveyor wheel construction for python3.4
0.4.1
- add ability to interrupt between runs of simulated annealing
0.4.0
Use the latest dimod
0.3.4
Merge pull request #27 from arcondello/winpy34 Set proper env variables for windows python3.4 build