Dwave-inspector

Latest version: v0.5.2

Safety actively analyzes 702323 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.5.2

New Features

- Add support for Python 3.13.

Upgrade Notes

- Drop support for Python 3.8.

- Drop support for `dwave-cloud-client<0.12`. See [\183](https://github.com/dwavesystems/dwave-inspector/pull/183).

0.5.1

New Features

- Add support for `dwave-cloud-client~=0.13.0`.

0.5.0.post0

Relax upper bound for the `dwave-cloud-client` dependency.

0.5.0

Summary

Add support for fast anneal protocol and improve performance.


New Features

- Add support for fast anneal protocol. Display the new solver parameter `fast_anneal` and the new solver property `fast_anneal_time_range` in the visualizer. See [\170](https://github.com/dwavesystems/dwave-inspector/issues/170)

<!-- -->

- Replace builtin JSON encoder with `orjson`, achieving 2-5x speed-up of problem and solver API endpoints.

<!-- -->

- Replace `WSGIAsyncServer` with `dwave.cloud.auth.server.BackgroundAppServer`, a more robust and stable multi-threaded server. By using a multi-threaded server we improve the visualizer app load time, as browsers can download static files and make API requests in parallel now. See [\165](https://github.com/dwavesystems/dwave-inspector/issues/165).

Upgrade Notes

- `dwave.inspector.utils.NumpyJSONProvider` is removed and no longer available. Use `orjson.dumps` with `option=orjson.OPT_SERIALIZE_NUMPY` instead.

<!-- -->

- Minimal version of `dwave-cloud-client` required is now 0.11.0 to support [\165](https://github.com/dwavesystems/dwave-inspector/issues/165) and fix [\#164](https://github.com/dwavesystems/dwave-inspector/issues/164).

Bug Fixes

- Omit legacy solver parameters, like `num_spin_reversal_transforms` and postprocessing params (`postprocess`, `beta`, `chains`) from the visualizer. See [\166](https://github.com/dwavesystems/dwave-inspector/issues/166) and [\#168](https://github.com/dwavesystems/dwave-inspector/issues/168).

<!-- -->

- Improve performance of the inspector server by postprocessing solver data inplace, saving one deep copy of solver metadata (~600kB for Advantage) on each API request of solver data.

0.4.4

New Features

- Add Python 3.12 support.

0.4.3

New Features

- Handle web browser requests to the inspector server with problem ID missing by redirecting to the last problem show() was called for.

Besides being practical, this mitigates issues in some environments/setups with URL rewriters/proxies dropping URL path and/or query.

Upgrade Notes

- Upgrade your python to 3.8+. We no longer support python 3.7 and below.

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.