Skip to content

Releases: dwavesystems/dwave-cloud-client

0.4.7

31 Jul 19:48
5e40334
Compare
Choose a tag to compare

Changes from 0.4.6:

  • Add configurable API request timeout and problem polling timeout
  • Add Future.time_created and Future.time_resolved
  • minor docs updates

0.4.6

09 Jul 22:56
5311f1a
Compare
Choose a tag to compare

Changes from 0.4.5:

  • allow/pass-through experimental parameters

0.4.5

05 Jul 22:26
d584693
Compare
Choose a tag to compare

Changes from v0.4.4:

  • add JSON output to dwave ping CLI for easier monitoring

0.4.4

23 Jun 04:32
d514208
Compare
Choose a tag to compare

Changes from v0.4.3:

  • improved API for Client.get_solver(): returns sensible default even
    if user hasn't provided one
  • fixed CLI/dwave config create default input (GNU readline in python
    properly supported only on GNU/Linux)

0.4.3

16 Jun 01:17
b7d5a66
Compare
Choose a tag to compare

Changes from v0.4.2:

  • add feature-based solver filter, Client.solvers()
  • add several handy properties to Solver that reflect the specific
    solver's parameters
  • backwards incompatible change (in from_config, when client
    undefined): default to base.Client, not qpu.Client
  • bugfix: impose limit on problem submit batch size
  • tested on Windows

0.4.2

01 Jun 02:34
5e2d4bf
Compare
Choose a tag to compare

Changes from v0.4.1:

  • bugfix: inactive qubits encoded properly
  • bugfix: live tests guided by live solver properties
  • bugfix: active qubits inferred from also from couplings
  • added eta_min/eta_max properties on problem Future
  • enhanced logging: added TRACE level, added control via DWAVE_LOG_LEVEL env var
  • added dwave sample CLI utility
  • new default solver (DW_2000Q_2)
  • other minor fixes, tests enhancements, docs updates

0.4.1

08 May 23:33
c7661a6
Compare
Choose a tag to compare

Changes from v0.4.0:

  • install bug fix on some non-Windows systems (pyreadline/gnureadline)
  • documentation updates

0.4.0

30 Apr 23:59
f7d49e8
Compare
Choose a tag to compare

Changes from v0.3.5:

  • exponential back-off in problem status poller (1s - 60s) replaces continuous tight-loop poller
  • use estimated time of problem completion if available (defer polling, expose as Future.eta_min)
  • docs: update and restructure
  • misc improvements and bug fixes

0.3.5

20 Apr 01:34
c9aaabc
Compare
Choose a tag to compare

Changes from v0.3.4:

  • features added: SOCKS proxies support, identification via User-Agent
  • tests improvements (increased coverage, cleaner use of config)
  • dwave cli:
    • renamed dwave configure to dwave config create
    • added dwave config {inspect | ls}
    • added dwave solvers
  • docs: added config examples
  • bug fixes

0.3.4

12 Apr 00:55
cb835d9
Compare
Choose a tag to compare

Changes from v0.3.3:

  • config improvements (progressive config load, greater control,
    transparent errors, new legacy config loader) and bug fixes
  • tests improvements (testing utilities, config file for live tests)
  • performance improvements (responsible use of resources, internally and
    in examples)
  • dwave cli fixes
  • docs/package/setup structural and visual updates