* Minimum NumPy version has been changed to 1.20.0 * Drop support for Python 3.6
0.4.0rc0
New Features
* Add support for dimod 0.11.x
Upgrade Notes
* Minimum NumPy version has been changed to 1.19.1 * Drop support for Python 3.6
0.3.2
New Features --- - Support Python 3.10
Fixes --- - The default `num_spin_reversal_transforms` in `SpinReversalTransformComposite` is set to 1 - Fix handling of empty BQMs in `SpinReversalTransformComposite`
0.3.1.post0
Fixes --- - Pin dimod during build to avoid failure due to circular dependency (https://github.com/dwavesystems/dwave-preprocessing/pull/29). See also https://github.com/dwavesystems/dwave-preprocessing/issues/28.
0.3.1
Fixes --- - Add C++ docs to SDK build (https://github.com/dwavesystems/dwave-preprocessing/pull/27)
Changes --- - Drop Linux 32-bit builds/wheels (https://github.com/dwavesystems/dwave-preprocessing/pull/23)
0.3.0
Changes ------- * Require dimod 0.10.x * Drop 32bit Linux support