Releases: dwavesystems/dwave-cloud-client
Releases · dwavesystems/dwave-cloud-client
0.3.3
0.3.2
0.3.1
0.3.0
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
Merge pull request #43 from randomir/master Travis deploy to PyPI fix
0.3.0.dev0
Merge pull request #38 from randomir/master Prepare the first namespaced version for a dev release
0.2.2
Update version 0.2.1 -> 0.2.2
0.2.1
- Fix bug causing
//
to appear in URLs when base URL ends in/
0.2.0
- Change behaviour in python 2 to use str instead of unicode.
0.1.1
Bug fix for permissive_ssl Connection parameter was not correctly disabling certificate verification.