Deprecate AdjMapBQM and AdjArrayBQM#788
Merged
arcondello merged 6 commits intoFeb 1, 2021
Merged
Conversation
446624c to
80955a7
Compare
This was referenced Feb 2, 2021
Merged
arcondello
added a commit
that referenced
this pull request
Mar 17, 2021
Changes ------- * Drop `AdjMapBQM` and `AdjArrayBQM` #788 New Features ------------ * `gnm_random_bqm` generator #808 * Allow sample methods decorated by nonblocking_sample_method to return sample sets that can indicate their doneness. This allows ScaleComposite to be properly non-blocking even when there is a vartype change #805 * `DiscreteQuadraticModel.degree()` method Improvements ------------ * `DiscreteQuadraticModel.adj` is no longer constructed each time on the fly #807
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove
AdjArrayBQMandAdjMapBQM. This PR is being made to a branch, not merged into main yet.Note that this PR simply removes them, it does not do any of the resulting restructures. But it serves as a base for those further fixes without making a large mono-commit.
See #786.