Skip to content

0.7.0

Compare
Choose a tag to compare
@randomir randomir released this 24 Feb 19:17
· 1041 commits to master since this release

New Features

  • dwave ping now supports --sampling-params argument(s)
  • dwave solvers now supports listing --all solvers independent of solver definition used in config
  • dwave install now available for contrib packages install
  • dwave setup introduced to combine dwave install and dwave config create
  • Unstructured solvers will now upload problems prior to sampling by default (using multi-part upload)
  • Future.wait_id can now be used to block until the submission ID becomes available (i.e. problem is queued)
  • Problem answers can now be downloaded from a "cold" session via Client.retrieve_answer

Changes

  • Dropped Python 2 support
  • Legacy config format deprecated
  • Default client class used in config is now "base"