Skip to content

Commit

Permalink
Release version 0.7.0
Browse files Browse the repository at this point in the history
Changes since 0.6.3

New Features
---

- `dwave ping` now supports `--sampling-params` argument(s)
- `dwave solvers` now supports listing `--all` solvers independent of
  solver definition used in config
- `dwave install` now available for contrib packages install
- `dwave setup` introduced to combine `dwave install` and `dwave config
  create`
- Unstructured solvers will now upload problems prior to sampling by
  default (using multi-part upload)
- `Future.wait_id` can now be used to block until the submission ID
  becomes available (i.e. problem is queued)
- Problem answers can now be downloaded from a "cold" session via
  `Client.retrieve_answer`

Changes
---

- Dropped Python 2 support
- Legacy config format deprecated
- Default client class used in config is now "base"
  • Loading branch information
randomir committed Feb 24, 2020
1 parent af0b21a commit 4b4fe90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwave/cloud/package_info.py
Expand Up @@ -14,7 +14,7 @@

__packagename__ = 'dwave-cloud-client'
__title__ = 'D-Wave Cloud Client'
__version__ = '0.6.3'
__version__ = '0.7.0'
__author__ = 'D-Wave Systems Inc.'
__description__ = 'A minimal client for interacting with D-Wave cloud resources.'
__url__ = 'https://github.com/dwavesystems/dwave-cloud-client'
Expand Down

0 comments on commit 4b4fe90

Please sign in to comment.