Dwave-ocean-sdk

Latest version: v8.3.0

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

Scan your dependencies

Page 10 of 33

2.0.1

Fixes
-----
* `dwavebinarycsp==0.1.1` which includes a fix for compatibility with dimod 0.9.0

New Features
------------
* A new `'all'` install flag that will install `penaltymodel-maxgap` and `penaltymodel-mip`

2.0.0

1.30.0

New Features

- Make samplers and composites scoped. See [\555](https://github.com/dwavesystems/dwave-system/issues/555).

- Restructure and update references for unified documentation. See [\560](https://github.com/dwavesystems/dwave-system/pull/560).

- Add multiparameter pseudolikelihood estimation, include background susceptibility. See [\562](https://github.com/dwavesystems/dwave-system/pull/562).

- Support `dwave-optimization` versions 0.6 and 0.7. See [\559](https://github.com/dwavesystems/dwave-system/pull/559).

1.29.0

New Features

- Add `close()` to all QPU and hybrid samplers. See [\77](https://github.com/dwavesystems/dwave-system/issues/77), [\#554](https://github.com/dwavesystems/dwave-system/pull/554).

- Add support for context manager protocol to all samplers. See [\91](https://github.com/dwavesystems/dwave-system/issues/91), [\#556](https://github.com/dwavesystems/dwave-system/pull/556).

The recommended way to use [DWaveSampler](https://docs.ocean.dwavesys.com/en/latest/docs_system/reference/samplers.html#dwave.system.samplers.DWaveSampler) is now from a [runtime context](https://docs.python.org/3/reference/datamodel.html#with-statement-context-managers):

python
with DWaveSampler() as sampler:
sampler.sample_ising(...)


Alternatively, call the [close()](https://docs.ocean.dwavesys.com/en/latest/docs_system/reference/generated/dwave.system.samplers.DWaveSampler.close.html#dwave.system.samplers.DWaveSampler.close) method to terminate the sampler resources:

sampler = DWaveSampler()
...
sampler.close()

1.28.0

New Features

- Update for `dwave-optimization~=0.4.0`. See [\539](https://github.com/dwavesystems/dwave-system/pull/539)

- Add option to specify sampler used in `MockDWaveSampler` (new default is now `SteepestDescentSampler`). See [\537](https://github.com/dwavesystems/dwave-system/pull/537).

- Add support for Python 3.13. See [\541](https://github.com/dwavesystems/dwave-system/pull/541).

- Add `LinearAncillaComposite`. See [\530](https://github.com/dwavesystems/dwave-system/pull/530).

Fixes

- Fix inconsistent sampleset interface across hybrid samplers - we make sure every `SampleSet` returned now has a working `wait_id()` method. See [\544](https://github.com/dwavesystems/dwave-system/pull/544).

Upgrade Notes

- Drop support for Python 3.8. See [\541](https://github.com/dwavesystems/dwave-system/pull/541).

- Soft-remove `VirtualGraphComposite` and its dependencies. Namely, `VirtualGraphComposite` is now just an identity wrapper around `FixedEmbeddingComposite`, `dwave-drivers` is not used anymore, and `dwave.system.cache.*` is completely removed. See [\543](https://github.com/dwavesystems/dwave-system/pull/543).

1.26.0

Bug Fixes

- Use default resource class for macos builds on CircleCI. See [\523](https://github.com/dwavesystems/dwave-system/pull/523).

- Remove ambiguous xrefs to reduce build warnings. See [\524](https://github.com/dwavesystems/dwave-system/pull/524).

- Update for `dwave-cloud-client~=0.13` and `dwave-optimization~=0.3.0`. See [\533](https://github.com/dwavesystems/dwave-system/pull/533), [\#534](https://github.com/dwavesystems/dwave-system/pull/534).

Deprecation Notes

- Deprecate `VirtualGraphComposite`. See [532](https://github.com/dwavesystems/dwave-system/pull/532).


Package versions


dimod==0.12.17
dwave-cloud-client==0.13.0
dwave-gate==0.3.2
dwave-greedy==0.3.0
dwave-hybrid==0.6.12
dwave-inspector==0.5.1
dwave-neal==0.6.0
dwave-networkx==0.8.15
dwave-optimization==0.3.0
dwave-preprocessing==0.6.6
dwave-samplers==1.3.0
dwave-system==1.26.0
dwave-tabu==0.5.0
dwavebinarycsp==0.3.0
minorminer==0.2.15
penaltymodel==1.1.0

Page 10 of 33

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.