-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Legacy cleanup for 0.8.0 #388
Legacy cleanup for 0.8.0 #388
Conversation
a55d58a
to
569d527
Compare
569d527
to
dc57ba2
Compare
302d105
to
76de3ba
Compare
Schedule for removal in 0.10.0+
What about adding dwavesystems/dwave-ocean-sdk#74 to this legacy cleanup? It shouldn't add much work? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mind also changing https://raw.githubusercontent.com/dwavesystems/dwave-cloud-client/master/docs/index.rst
- Ocean Glossary https://docs.ocean.dwavesys.com/en/latest/glossary.html
to link to https://docs.ocean.dwavesys.com/en/stable/concepts/index.html instead? The other is broken.
Thanks!
# This now the preferred way of BQM binary serialization. | ||
|
||
# XXX: temporary implemented here, until something like | ||
# dwavesystems/dimod#599 is available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dwavesystems/dimod#599 linking the github issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR does several things, all under legacy-cleanup umbrella. We:
.dwrc
config file support,Client.solvers()
,Solver.is_{qpu,*}
,Future.occurrences
,"samples"
and"occurrences"
keys inFuture.result()
,bqm-ref
forref
, dropbq-zlib
et al encoders,dwave.cloud.utils.aliasdict
to enabledict
key deprecation warnings,Future.result()
return type fromdict
to thealiasdict
subclass (should be a drop-in replacement, but heads-up).I plan to release 0.8.0 soon after merging this, which will simplify work on #425, and then dwavesystems/dwave-system#317.
Closes #138.