Skip to content
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

Deprecate dwave-greedy, dwave-neal and dwave-tabu in favor of dwave-samplers #219

Open
arcondello opened this issue Jul 29, 2022 · 0 comments

Comments

@arcondello
Copy link
Member

arcondello commented Jul 29, 2022

With the release of dwave-samplers, we would like to remove dwave-greedy, dwave-neal and dwave-tabu from the SDK.

I propose this be done in three steps:

  1. dwave-ocean-sdk~=5.0.0
    • Release pure Python packages neal 0.6.0, greedy 0.3.0, and tabu 0.5.0 that rely on dwave-samplers
    • Include those versions, and dwave-samplers itself, in the SDK
    • In the docs indicate that those solvers are deprecated
    • Update the dwave-examples to use dwave-samplers.
  2. dwave-ocean-sdk==6.0.0
    • Release pure Python packages neal 0.6.1, greedy 0.3.1, and tabu 0.5.1 that rely on dwave-samplers and raise a deprecation warning when used
    • Archive the repos for the deprecated packages.
  3. dwave-ocean-sdk==7.0.0
    • Remove neal, tabu, and greedy from the dependency list and the docs
arcondello added a commit to arcondello/dwave-ocean-sdk that referenced this issue Jul 29, 2022
This is the first step to removing dwave-neal from the SDK.
See dwavesystems#219.
arcondello added a commit to arcondello/dwave-ocean-sdk that referenced this issue Jul 29, 2022
This is the first step to removing dwave-neal from the SDK.
See dwavesystems#219.
arcondello added a commit to arcondello/dwave-ocean-sdk that referenced this issue Nov 22, 2022
This is the first step to removing dwave-neal from the SDK.
See dwavesystems#219.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant