Skip to content

Commit

Permalink
Release version 0.8.0
Browse files Browse the repository at this point in the history
Changes since 0.7.7:

New Features
---

- `Client` instance defaults via `defaults` constructor argument (#425)
- `Client` class defaults in `Client.DEFAULTS`
- Parsing of boolean options in configuration files. `on`/`off`,
  `true`/`false`, `1`/`0` all work as expected (#113)
- `@deprecated` utility decorator
- `aliasdict` utility `dict` subclass enabling lazy access to alias keys

Fixes
---

- Documentation refactor and update

Changes
---

- Removed legacy config file format (`.dwrc`) support (#138)
- Removed some of the deprecated `Solver.is_*` properties
- Removed support for deprecated formats: `bqm-ref` and `bq-zlib`.
- Removed support for more than first three positional arguments in
  `Client` constructor (`endpoint`, `token` and `solver`). Positional
arguments in the constructor will be deprecated eventually.
- `Client.solvers` scheduled for removal in 0.9.0
- Deprecated `Future.occurrences` in favor of `Future.num_occurrences`
- Deprecated `samples` and `occurrences` keys in
  `Future`/`Future.result()`
  • Loading branch information
randomir committed Sep 22, 2020
1 parent 277a752 commit 405c1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwave/cloud/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__packagename__ = 'dwave-cloud-client'
__title__ = 'D-Wave Cloud Client'
__version__ = '0.7.7'
__version__ = '0.8.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 405c1d1

Please sign in to comment.