Skip to content

Releases: dwavesystems/dwave-cloud-client

0.3.3

21 Mar 02:09
bbcef67
Compare
Choose a tag to compare

Changes from v0.3.2:

  • generalized config (pass all values from config/kwargs to Client constructor)
  • minor fixes

0.3.2

16 Mar 21:37
1ef6fe5
Compare
Choose a tag to compare

Changes from v0.3.1:

  • interactive command line configure cmd dwave configure, and test/ping dwave ping
  • docs
  • bug fixes

0.3.1

09 Mar 01:34
b62ff25
Compare
Choose a tag to compare

Bugfix release (package dependencies fixed).

0.3.0

09 Mar 01:23
b07ecb5
Compare
Choose a tag to compare

Changes from 0.2.x:

  • package name changed to dwave-cloud-client
  • code refactored and split into submodules under the dwave.cloud namespace
  • introduced the concept of D-Wave resources (QPU sampler, software sampler)
  • new configuration format and scheme (dwave.conf in cwd, user-local, system-wide locations)
  • legacy code removal (SAPI emulation) and clean-up
  • major and minor bug fixes

0.3.0.dev1

03 Mar 00:54
42365ea
Compare
Choose a tag to compare
0.3.0.dev1 Pre-release
Pre-release
Merge pull request #43 from randomir/master

Travis deploy to PyPI fix

0.3.0.dev0

01 Mar 03:06
aa1f91b
Compare
Choose a tag to compare
0.3.0.dev0 Pre-release
Pre-release
Merge pull request #38 from randomir/master

Prepare the first namespaced version for a dev release

0.2.2

07 Feb 21:41
a425ff6
Compare
Choose a tag to compare
Update version 0.2.1 -> 0.2.2

0.2.1

06 Feb 21:49
da925f9
Compare
Choose a tag to compare
  • Fix bug causing // to appear in URLs when base URL ends in /

0.2.0

05 Jan 19:39
Compare
Choose a tag to compare
  • Change behaviour in python 2 to use str instead of unicode.

0.1.1

02 Jan 19:48
1a7c946
Compare
Choose a tag to compare

Bug fix for permissive_ssl Connection parameter was not correctly disabling certificate verification.