Skip to content

Releases: dwavesystems/dimod

0.7.6

10 Oct 21:01
35c5f16
Compare
Choose a tag to compare

Allow failure of c++ extension install

0.7.5

18 Sep 17:34
25d4f10
Compare
Choose a tag to compare
  • Add fix_variables function

0.7.4

22 Aug 15:26
6041ecf
Compare
Choose a tag to compare
  • add chain break fraction statistics when unembedding responses

0.7.3

16 Aug 17:37
67f88fd
Compare
Choose a tag to compare
  • Add new keyword parameter to BinaryQuadraticModel.to_coo and BinaryQuadraticModel.from_coo

0.7.2

13 Aug 20:23
b312b8b
Compare
Choose a tag to compare

Bug fixes

0.7.1

10 Aug 18:32
58102d8
Compare
Choose a tag to compare
  • bug fixes in Sampler abc. Thank you to @kotarotanahashi for the fix
  • Add new to_serializable and from_serializable methods to BinaryQuadraticModel
  • Deprecate to_json, from_json, to_bson, from_bson methods on BinaryQuadraticModel

0.7.0

07 Aug 23:36
11d52f5
Compare
Choose a tag to compare
  • Change the Response object API
  • Update the embedding chain break methods to be faster
  • Add new serialization methods

0.6.13

23 Jul 20:17
fbf1c51
Compare
Choose a tag to compare
  • Add BinaryQuadraticModel.to_numpy_vectors method
  • Add BinaryQuadraticModel.from_numpy_vectors method

0.6.12

06 Jul 00:08
54303f1
Compare
Choose a tag to compare
  • add new make_quadratic function that reduces higher-order polynomials to binary quadratic models.

0.6.11

26 Jun 21:27
201009f
Compare
Choose a tag to compare
  • Add dimod.testing submodule to documentation
  • Improve dimod.testing assert functions to check more properties
  • Simplify SamplerABCMeta metaclass