Closed randomir closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.01%. Comparing base (
e0fde11
) to head (e43a249
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
0.13.2
New Features
--raw
output mode to get-token CLI commands. See #598.Upgrade Notes
Deprecation Notes
dwave.cloud.coders.bqm_as_file()
is deprecated in favor ofdimod.BQM.to_file()
(available in dimod 0.10.0+) and will be removed in dwave-cloud-client 0.15.0.Bug Fixes
dwave.cloud.computation.Future
to support dimod 0.12.18+. Previously,wait_id()
method used to be added to thefrom_future
-created sample sets in the cloud-client, and now theSampleSet
interface propagateswait_id
from the future by default. See dimod#1392 and dwave-system#540.