You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propagate SampleSet.info from child sampler in SpinReversalTransformComposite in the unambiguous case of a single spin reversal transform. See dimod#111, dwave-system#564 and #147.
Upgrade Notes
Switch from pkgutil-style namespace package to native namespace package (PEP 420). While native namespace packages and pkgutil-style namespace packages are largely compatible, we recommend using only native ones going forward. See #155.
Fix SpinReversalTransformComposite's handling of child samplers
that alter the variable order. Previously the spin reversal
transforms would not be correctly unapplied.
See #142.
Fix the handling of quadratic constraints in presolve. Previously fixing variables in quadratic constraints would result in memory errors. See dimod#1351.