Skip to content

0.9.4

Compare
Choose a tag to compare
@randomir randomir released this 06 Apr 19:19
· 391 commits to master since this release

New Features

  • Add StructuredSolver.reformat_parameters() method. This method can be used to format solver parameters for SAPI. See #465.

  • Support dimod<0.13.0.

Bug Fixes

  • Make sure Future.wait_id() fails deterministically in a case of problem submit error. Previously it would hang if SAPI didn't return problem_id for whatever reason. See #469 and #511.