Skip to content

0.8.1

Compare
Choose a tag to compare
@randomir randomir released this 23 Sep 20:44
· 657 commits to master since this release

New Features

  • A discrete quadratic model solver, dwave.cloud.solver.DQMSolver
  • New name for binary quadratic solver, dwave.cloud.solver.BQMSolver

Fixes

  • Client.get_solver has been known to mutate the default_solver (#428). Now we make sure it doesn't.
  • Setting kwargs explicitly to None in Client.from_config could overwrite config values (#430). Now that too is fixed.