Releases: dwavesystems/dwave-system
Releases · dwavesystems/dwave-system
1.27.0
New Features
- Update for dwave-optimization~=0.4.0. See #539
1.26.0
Fixes
- Use default resource class for macos builds on CircleCI. See #523.
- Remove ambiguous xrefs to reduce build warnings. See #524.
- Update for
dwave-cloud-client~=0.13
and dwave-optimization~=0.3.0
. See #533, #534.
Deprecation Notes
- Deprecate
VirtualGraphComposite
. See #532.
1.25.0
New Features
- Add
LeapHybridNLSampler
. See #518.
Fixes
- Update
MockDWaveSampler
for fast anneal. See #520.
- Remove conditional aggregation from
ReverseBatchStatesComposite
. See #517.
1.24.0
New Features
- Conversion from flux_biases (units of Phi0) to h (unitless) and vice-versa. See #513.
Fixes
- Adapt
MockLeapHybridSolver
to work with cloud-client 0.11.3+. See #515.
1.23.0
New Features
- NetworkX is no longer a direct dependency. See #504.
Deprecation Notes
- Deprecate
common_working_graph()
. It will be removed in dwave-system 2.0. Use networkx.intersection()
instead.
1.22.0
New Features
- Add support for Python 3.12.
- Update the properties of the
MockDWaveSampler
to be more realistic. See #503.
1.21.0
New Features
Fixes
Upgrade Notes
- Drop support for Python 3.7. See #499.
1.20.0
New Features
Upgrade Notes
1.19.0
New Features
- Improved documentation. See #491.
Fixes
- Add missing
dwave.embedding.zephyr
namespace. See #490.