Skip to content

0.10.15

Choose a tag to compare

@arcondello arcondello released this 02 Mar 18:35
003253f

Deprecation Notes

  • Deprecate cls parameter in dimod.serialization.coo.load() and dimod.serialization.coo.loads().

Bug Fixes

  • Fix energy calculations for quadratic models with squared terms. See #1136.
  • dimod.serialization.fileview.load() now correctly propagates KeyError from the loading function.