Releases: dwavesystems/penaltymodel
Releases · dwavesystems/penaltymodel
1.1.0
1.0.2
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
Bug Fixes
- Restore ability to import exceptions from the
penaltymodel.core
namespace. This was accidentally removed in 1.0.0.
1.0.0
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
New Features
- Add support for Python 3.10
penaltymodel-maxgap 0.5.6
New Features
- Add support for Python 3.10
penaltymodel-lp 0.1.6
New Features
- Add support for Python 3.10
penaltymodel-core 0.16.6
New Features
- Add support for Python 3.10
penaltymodel-cache 0.4.5
New Features
- Add support for Python 3.10
penaltymodel-mip 0.2.5
New Features
- Support
dimod>=0.8.0,<0.11.0