Skip to content

0.13.1

Latest
Compare
Choose a tag to compare
@randomir randomir released this 20 Sep 16:37
· 27 commits to master since this release

New Features

  • Configuration constants like default region and default API endpoints are now available in a new module dwave.cloud.config.constants.

    Configuration-related exceptions are now available in a new module dwave.cloud.config.exceptions.

    dwave.cloud.config module (with submodules) is now free from dependencies on other submodules, and it's safe to be imported in any cloud-client context.

Deprecation Notes

  • Use of dwave.cloud.api.constants to access default configuration constants is deprecated in dwave-cloud-client==0.13.1 in favor of a new config module dwave.cloud.config.constants, and will be disabled in dwave-cloud-client==0.14.0.

Bug Fixes

  • Fix a circular import error. See #669.