Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.13.3 #684

Merged
merged 1 commit into from
Feb 24, 2025
Merged

Release 0.13.3 #684

merged 1 commit into from
Feb 24, 2025

Conversation

randomir
Copy link
Member

@randomir randomir commented Feb 24, 2025

0.13.3

New Features

  • Add PayloadCompressingSession, a requests.Session subclass that adds support for payload compression on the fly to dwave.cloud.api.client.DWaveAPIClient.

    See #654.

  • Support compression of QPU problem data on upload in SolverAPIClient and api.Problems via compress_qpu_problem_data config option.
  • More robust Client.close().

    Client use after close is now disabled. An attempt to submit a problem, poll for a status, or download an answer will now result in an UseAfterCloseError exception.

    Also, solvers and computations now only weakly reference the client, so they don't block client resources cleanup.

    See #217.

  • Disable client use while Client.close() is in progress by failing with UseAfterCloseError. Also, make sure the close operation is thread-safe.

    A follow-up to #680.

Upgrade Notes

  • Remove Client.session, an undocumented and unused client attribute. If still needed, can be replaced with Client.create_session().

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.22%. Comparing base (b82aa05) to head (962771f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #684   +/-   ##
=======================================
  Coverage   89.22%   89.22%           
=======================================
  Files          44       44           
  Lines        4918     4918           
=======================================
  Hits         4388     4388           
  Misses        530      530           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@randomir randomir merged commit f4414d5 into dwavesystems:master Feb 24, 2025
33 checks passed
@randomir randomir deleted the release/0.13.3 branch February 24, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant