Skip to content

0.11.1

Compare
Choose a tag to compare
@randomir randomir released this 01 Nov 16:53
· 287 commits to master since this release

New Features

  • Add optional Leap authorization step to dwave setup CLI. During setup, we now install optional contributed packages, authorize Ocean to access Leap (--auth and --oob flags), and finally create the configuration file, optionally retrieving SAPI token from Leap API (if authorized) for the currently active Leap project, or project specified with --project option. See #591.
  • Add --skip-valid option to dwave auth login CLI. When used, authorization flow will be skipped if Leap access token is valid or if it can be refreshed.
  • Prefer QPU solvers in dwave ping, unless overridden by user/config. See #592
  • Redirect user back to a Leap info page when auth redirect flow successfully completes. Similarly, redirect user to a Leap error page in case of an auth error.