You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.