Skip to content

0.9.2

Choose a tag to compare

@arcondello arcondello released this 14 May 16:00
2df06ae

New Features

  • BQM C++ headers are now in dimod/include/dimod/. Packages that need access to the headers can get the path using the new get_dimod_headers() function. Note that the C++ code is still considered unstable and does not respect semantic versioning.
  • Initialized ABC and accompanying parse_initial_states method for samplers that accept initial states.
  • IdentitySampler that returns passed-in initial states.
  • ising_to_qubo function now accepts an underspecified h arg.

Fixes

  • General performance and structural improvements to C++ bqms.
  • cyBQMs are now pickleable and deepcopyable.