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

dwave solvers -a CLI sensitive to client type config setting #457

Closed
randomir opened this issue Feb 8, 2021 · 0 comments
Closed

dwave solvers -a CLI sensitive to client type config setting #457

randomir opened this issue Feb 8, 2021 · 0 comments

Comments

@randomir
Copy link
Member

randomir commented Feb 8, 2021

The -a/--all option should list all solvers, regardless of both:

  1. solver setting
  2. client setting

Currently, only the (1) is true. If client type is set (in config file/env), solvers returned by the dwave solvers -la command will be filtered by the client type.

@randomir randomir mentioned this issue Feb 12, 2021
randomir added a commit that referenced this issue Jun 28, 2021
New Features
---

- Annotated `Future.sampleset` with `.wait_id` method (#377)
- Added `dispatches_events` decorator that can be used to simplify event
  dispatch on method entry and exit (#443/#455)
- CLI: added `--client` option to override the client type used (#458)

Fixes
---

- Dispatch sampling events also from unstructured solvers (#454)
- CLI: fixed solver by client filtering (#457)
- Docs: added link checks (#464), updated sphinx/conf (#470)

Changes
---

- CLI: deprecated `-c` flag (short for `--config-file`) in favor
  of `-f` (#458)
- Dropped Python 3.5 support (#467)
- Deprecated `Future.{eta_min,eta_max}` (#468)
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