Skip to content

Releases: dwavesystems/dwave-preprocessing

0.5.0.dev1

21 Oct 04:30
bdbceec

Choose a tag to compare

0.5.0.dev1 Pre-release
Pre-release

New Features

  • Add CQM presolving.

0.5.0.dev0

03 Oct 19:44
8a20a43

Choose a tag to compare

0.5.0.dev0 Pre-release
Pre-release

New Features

  • Support dimod~=0.12.0.

Upgrade Notes

  • Build manylinux2014 wheels. Previously we built manylinux2010.
  • Build arm64 and x86_64 wheels for macos. Previously we built x86_64 and universal2.

0.4.0

07 May 23:29
be12b72

Choose a tag to compare

New Features

  • Add support for dimod 0.11.x

Upgrade Notes

  • Minimum NumPy version has been changed to 1.20.0
  • Drop support for Python 3.6

0.4.0rc0

02 Mar 21:01
32c1fdd

Choose a tag to compare

0.4.0rc0 Pre-release
Pre-release

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

Release 0.3.2

01 Dec 23:46
948baa2

Choose a tag to compare

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

04 Oct 13:56

Choose a tag to compare

Fixes

  • Pin dimod during build to avoid failure due to circular dependency (#29). See also #28.

0.3.1

04 Oct 10:56

Choose a tag to compare

Fixes

  • Add C++ docs to SDK build (#27)

Changes

  • Drop Linux 32-bit builds/wheels (#23)

0.3.0

09 Jul 22:46
7862154

Choose a tag to compare

Changes

  • Require dimod 0.10.x
  • Drop 32bit Linux support

0.2.0

18 Jun 17:41
c6141e2

Choose a tag to compare

New Features:

  • roof_duality() now also returns the energy lower bound of the problem BQM. #19

0.1.2

25 May 22:05
15d17e9

Choose a tag to compare

Fixes

  • Fix Windows installation (#13)