Skip to content

Releases: dwavesystems/dwave-neal

0.5.1

14 Jun 20:48
Compare
Choose a tag to compare

New Features

  • Exposed default_beta_range estimator for a custom BQM

Fixes

  • Not specifying initial_states was raising a deprecation warning. It
    shouldn't, so now it doesn't.

0.5.0

04 Jun 23:04
Compare
Choose a tag to compare

New Features

  • SampleSet accepted for initial_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 from initial_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 of SampleSet

  • sweeps parameter in favor of num_sweeps

Breaking changes

  • New default value for num_reads: now matches initial_states
    length, or defaults to 1

0.4.6

28 Apr 10:29
Compare
Choose a tag to compare

New Features

  • Performance improved when running SAs in multiple Pyhton threads
    (reduced use of GIL)

0.4.5

03 Jan 21:13
70d4648
Compare
Choose a tag to compare

New Features

  • Support dimod 0.8.x

0.4.4

12 Dec 16:18
9a3ff06
Compare
Choose a tag to compare
  • Fix divide-by-zero error for the automatic beta schedule

0.4.3

15 Nov 20:38
08677f7
Compare
Choose a tag to compare
  • Better default beta schedule

0.4.2

24 Oct 21:35
9768608
Compare
Choose a tag to compare
Merge pull request #40 from arcondello/issue39

Fix appveyor wheel construction for python3.4

0.4.1

13 Sep 21:55
6822cb0
Compare
Choose a tag to compare
  • add ability to interrupt between runs of simulated annealing

0.4.0

13 Aug 18:00
c5c69f2
Compare
Choose a tag to compare

Use the latest dimod

0.3.4

31 Jul 23:42
9121286
Compare
Choose a tag to compare
Merge pull request #27 from arcondello/winpy34

Set proper env variables for windows python3.4 build