Releases: dwavesystems/dwave-cloud-client
Releases · dwavesystems/dwave-cloud-client
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
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
, whenclient
undefined): default tobase.Client
, notqpu.Client
- bugfix: impose limit on problem submit batch size
- tested on Windows
0.4.2
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 viaDWAVE_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
0.4.0
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
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
todwave config create
- added
dwave config {inspect | ls}
- added
dwave solvers
- renamed
- docs: added config examples
- bug fixes
0.3.4
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