You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.