Skip to content

1.34.0

Latest

Choose a tag to compare

@randomir randomir released this 05 Nov 01:30
47a633b

New Features

  • Add support for Python 3.14.
  • Add .wait_id method to a future returned by LeapHybridNLSampler. See #602.

Upgrade Notes

  • Drop support for Python 3.9.
  • Remove vfyc solver property and max_answers solver parameter from DWaveMockSampler to reflect the current state of solver properties returned by SAPI. See #600.

Bug Fixes

  • Fix handling of initial_state kwarg for the sampling routine: instead of handling this parameter incorrectly an warning is thrown (parameter not mocked), as per other unsupported arguments. See #587.