0.10.0rc1
Pre-release
Pre-release
Release Notes
0.10.0rc1
New Features
- Add
num_quadratic_variables
to 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:ClipComposite
ConnectedComponentsComposite
FixedVariableComposite
RoofDualityComposite
ScaleComposite
SpinReversalTransformComposite
you no longer can use the composites without having
dwave-preprocessing
installed. Using them with it installed results in a deprecation warning.