0.10.0rc1
Pre-release
Pre-release
Release Notes
0.10.0rc1
New Features
- Add
num_quadratic_variablesto the header of the file created byConstrainedQuadraticModel.to_file. This increments the version to 1.1.
- You can now install preprocessing as part of the dimod install with
pip install dimod[preprocessing]
Deprecation Notes
-
Some composites have been migrated to
dwave-preprocessing. The affected composites:ClipCompositeConnectedComponentsCompositeFixedVariableCompositeRoofDualityCompositeScaleCompositeSpinReversalTransformComposite
you no longer can use the composites without having
dwave-preprocessinginstalled. Using them with it installed results in a deprecation warning.