Releases: dwavesystems/dimod
Releases · dwavesystems/dimod
0.7.6
Allow failure of c++ extension install
0.7.5
- Add
fix_variables
function
0.7.4
- add chain break fraction statistics when unembedding responses
0.7.3
- Add new keyword parameter to
BinaryQuadraticModel.to_coo
andBinaryQuadraticModel.from_coo
0.7.2
Bug fixes
0.7.1
- bug fixes in Sampler abc. Thank you to @kotarotanahashi for the fix
- Add new
to_serializable
andfrom_serializable
methods to BinaryQuadraticModel - Deprecate
to_json
,from_json
,to_bson
,from_bson
methods on BinaryQuadraticModel
0.7.0
- Change the
Response
object API - Update the embedding chain break methods to be faster
- Add new serialization methods
0.6.13
- Add
BinaryQuadraticModel.to_numpy_vectors
method - Add
BinaryQuadraticModel.from_numpy_vectors
method
0.6.12
- add new
make_quadratic
function that reduces higher-order polynomials to binary quadratic models.
0.6.11
- Add
dimod.testing
submodule to documentation - Improve
dimod.testing
assert functions to check more properties - Simplify
SamplerABCMeta
metaclass