Skip to content

Releases: dwavesystems/penaltymodel

1.1.0

16 Jan 01:03
02d671a
Compare
Choose a tag to compare

New Features

  • Add testing and support for Python 3.11 and 3.12.
  • Add support for and test with NetworkX 3.x.

Upgrade Notes

  • Drop support for Python 3.7.

1.0.2

06 May 15:45
d71c50a
Compare
Choose a tag to compare

Bug Fixes

  • Samples-like with variables that are integer labelled, but not ordered, no longer raise an error.
  • get_penalty_model() no longer ignores the desired energy levels when no graph is provided.

1.0.1

27 Apr 16:24
2bb971f
Compare
Choose a tag to compare

Bug Fixes

  • Restore ability to import exceptions from the penaltymodel.core namespace. This was accidentally removed in 1.0.0.

1.0.0

26 Apr 22:19
2f394e2
Compare
Choose a tag to compare

Prelude

Significantly simplify the penaltymodel ecosystem. penaltymodel is now a single package with a simplified interface.

New Features

  • Combine the penaltymodel namespace packages into a single package.
  • Add penaltymodel.get_penalty_model() function as a new main interface for the package.

Upgrade Notes

  • Drop support for Python 3.6.
  • Drop support for penaltymodel-mip.
  • Drop support for penaltymodel-lp.
  • Drop support for penaltymodel-cache.
  • Drop support for penaltymodel-maxgap.

Deprecation Notes

  • The functions under penaltymodel.core are deprecated.

penaltymodel-mip 0.2.6

17 Dec 22:03
Compare
Choose a tag to compare

New Features

  • Add support for Python 3.10

penaltymodel-maxgap 0.5.6

17 Dec 22:04
Compare
Choose a tag to compare

New Features

  • Add support for Python 3.10

penaltymodel-lp 0.1.6

17 Dec 22:05
Compare
Choose a tag to compare

New Features

  • Add support for Python 3.10

penaltymodel-core 0.16.6

17 Dec 22:04
Compare
Choose a tag to compare

New Features

  • Add support for Python 3.10

penaltymodel-cache 0.4.5

17 Dec 22:05
Compare
Choose a tag to compare

New Features

  • Add support for Python 3.10

penaltymodel-mip 0.2.5

17 Jul 19:43
Compare
Choose a tag to compare

New Features

  • Support dimod>=0.8.0,<0.11.0