0.9.3
New Features
-
Add Python 3.10 support.
-
Add
--json
output option todwave sample
. -
Add
--sampling-params
option todwave sample
.--num-reads
has been kept, and it now overwrites value given in sampling params. -
Add
--label
option todwave ping
anddwave sample
, with a default value set. See #481. -
Add
--full
option todwave setup
, propagated todwave config create
. Clarifieddwave setup
operation in CLI help. -
Filter out API token-like strings from logs. Most notably, we make sure to redact Solver API tokens, but will filter out any prefixed hex token. See #391.
Bug Fixes
- Improved error and output handling in
dwave sample
. See #300.