Dwave-ocean-sdk

Latest version: v6.10.0

Safety actively analyzes 631110 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 27

0.4.5

New Features

- Add Python 3.10 support. See [\136](https://github.com/dwavesystems/penaltymodel/pull/136).

0.4.4

New Features

- Support `dimod>=0.9.0,<0.13.0`


Package versions


dimod==0.10.17
dwave-cloud-client==0.9.5
dwave-greedy==0.2.3
dwave-hybrid==0.6.6
dwave-inspector==0.2.10
dwave-neal==0.5.9
dwave-networkx==0.8.12
dwave-preprocessing==0.3.2
dwave-qbsolv==0.3.4
dwave-system==1.13.1
dwave-tabu==0.4.4
dwavebinarycsp==0.1.4
minorminer==0.2.7.post0
penaltymodel-cache==0.4.5
penaltymodel-lp==0.1.6
penaltymodel==0.16.6
pyqubo==1.2.0

dwave-ocean-sdk[all]
penaltymodel-maxgap==0.5.6
penaltymodel-mip==0.2.6

0.4.3

New Features

- Add Python 3.10 support. See [\95](https://github.com/dwavesystems/dwave-tabu/pull/95).

Fixes

- Remove 3rd party include file that used to be required on Windows, to simplify licensing. See [\90](https://github.com/dwavesystems/dwave-tabu/issues/90).

- Remove `dwave-hybrid` as a testing dependency. See [\75](https://github.com/dwavesystems/dwave-tabu/issues/75).

0.4.2

Bug Fixes

- Use `vcrpy`-compatible version of `urllib3` (`<2`) for testing in https://github.com/dwavesystems/dwave-inspector/pull/157

- Migrate to codecov's orb from the deprecated uploader in https://github.com/dwavesystems/dwave-inspector/pull/158

- Update examples to use newer QPU in https://github.com/dwavesystems/dwave-inspector/pull/155

0.4.1

Upgrade Notes

- The `.show()` call does not return a `RichDisplayURL` anymore. Instead, we reverted to returning URL in a plain `str`. Jupyter viewer will display the inspector inline if possible, otherwise the URL is opened in a browser.

To render the inspector URL inline in a Jupyter notebook cell, independently of the `.show()` call, you can do:

url = dwave.inspector.show(...)
...
from dwave.inspector.utils import RichDisplayURL
RichDisplayURL(url)

Bug Fixes

- Fix duplicated inline render of the Inspector in GUI Jupyter in case when the returned (rich URL) object is displayed in the same cell the `dwave.inspector.show()` was called. See [\152](https://github.com/dwavesystems/dwave-inspector/issues/152)

0.4.0

New Features

- Add support for dimod 0.11.x

Upgrade Notes

- Minimum NumPy version has been changed to 1.20.0

- Drop support for Python 3.6


`dwave-qbsolv`

Upgrade Notes

- QBSolv officially dropped from Ocean. Please update your code to use Ocean's `dwave-hybrid` or Leap's quantum-classical hybrid solvers instead.

Page 23 of 27

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.