Skip to content

1.0.0

Compare
Choose a tag to compare
@arcondello arcondello released this 25 Nov 23:12
· 93 commits to main since this release
946d125

New Features

  • Build wheels for Python 3.11

Upgrade Notes

  • Change the default value of the TreeDecompositionSampler.sample() beta keyword argument to 1.

Bug Fixes

  • Fix greedy and simulated annealing performance in wheels compiled for linux aarch64 systems.
  • Fix the energy in sample sets returned by PlanarGraphSolver.
  • Fix several errors and inconsistencies in the calculation of the simulated annealing algorithm's beta schedule. Note that for very small problems this may result in slower execution, because the schedule no longer does a discretization of 1000 sweeps at each beta. See dwavesystems/dwave-neal#91.