0.11.3
New Features
- Add
dimod::QuadraticModelBase::energy()
method todimod/libcpp.pxd
for Cython access.
- Randomly generated variable and constraint labels now begin with a letter and do not contain dashes. This ensures that they can be serialized to LP files. See #1206.
Bug Fixes
- Fix
dimod.lp.dump()
anddimod.lp.dumps()
to output bounds for REAL variables.