* Add `LeapHybridNLSampler`. See https://github.com/dwavesystems/dwave-system/pull/518.
Fixes
* Update `MockDWaveSampler` for fast anneal. See https://github.com/dwavesystems/dwave-system/pull/520. * Remove conditional aggregation from `ReverseBatchStatesComposite`. See https://github.com/dwavesystems/dwave-system/pull/517.
1.25.0.dev0
New Features
- Add `LeapHybridNLSampler`
1.24.0
New Features
* Conversion from flux_biases (units of Phi0) to h (unitless) and vice-versa. See https://github.com/dwavesystems/dwave-system/pull/513.
Fixes
* Adapt `MockLeapHybridSolver` to work with cloud-client 0.11.3+. See https://github.com/dwavesystems/dwave-system/pull/515.
1.23.0
New Features
* NetworkX is no longer a direct dependency. See https://github.com/dwavesystems/dwave-system/issues/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 https://github.com/dwavesystems/dwave-system/pull/503.
1.21.0
New Features
- Add support for `dwave-cloud-client~=0.11.0`. See https://github.com/dwavesystems/dwave-system/pull/500.
- Improve performance of BQM embedding. See https://github.com/dwavesystems/dwave-system/pull/498.
Fixes
- Fix `networkx` missing from requirements. See https://github.com/dwavesystems/dwave-system/issues/494.
- Add time unit missing in docs. See https://github.com/dwavesystems/dwave-system/pull/497.
Upgrade Notes
- Drop support for Python 3.7. See https://github.com/dwavesystems/dwave-system/pull/499.