Skip to content

Releases: dwavesystems/dwave-inspector

0.2.11

27 May 20:43
Compare
Choose a tag to compare

New Features

  • Add support for (serialization of) NumPy types used anywhere in the inspector data served from the Inspector web server (Flask app). See #81.

Bug Fixes

  • Use of embeddings with NumPy types was not previously possible. Now it is. See #127.

0.2.10

15 Mar 14:16
Compare
Choose a tag to compare

New Features

  • Support opening of external visualizer links when running in vscode-based Leap IDE's Simple Browser (dwave-inspectorapp#97). See #134.

0.2.9

21 Dec 23:29
Compare
Choose a tag to compare

New Features

  • Add Python 3.10 support. See #126.

0.2.8

24 Nov 22:41
Compare
Choose a tag to compare

Prelude

We began using Reno as a changelog tool after the release of 0.2.7. Content added before that release is not included. See releases for previous release notes.

New Features

  • Begin using reno for changelog.

Bug Fixes

  • Fix problem data construction in from_qmi_response adapter for quadratic biases given as dimod.TermsView (previous dimod.BQMView). See #123.
  • Tests fixed to work with the latest multi-region cloud-client and dwave-system (Ocean 4.2). See #120.

0.2.7

09 Sep 23:55
Compare
Choose a tag to compare

New Features in dwave-inspectorapp

  • Add support for floating-point values of SAPI timing parameters and problem timing info (app#95)

0.2.6

14 Jun 11:01
Compare
Choose a tag to compare

Fixes

  • Updated docs (#107, #108)
  • Added Windows tests, refactored CI (#111, #112, #115)
  • We now filter out non-QPU jobs during data capture to comply with the latest dwave-cloud-client (#110)
  • Fixed blocking behavior on second and subsequent calls to show() (#104)
  • Fixed handling of duplicate problems. Now we track (and show()) only the latest problem captured for a given problem_id (#114)

Changes

  • Dropped Python 3.5 support (#111)

0.2.6rc2

14 Jun 10:49
Compare
Choose a tag to compare
0.2.6rc2 Pre-release
Pre-release

Fixes

  • Updated docs (#107, #108)
  • Added Windows tests, refactored CI (#111, #112, #115)
  • We now filter out non-QPU jobs during data capture to comply with the latest dwave-cloud-client (#110)
  • Fixed blocking behavior on second and subsequent calls to show() (#104)
  • Fixed handling of duplicate problems. Now we track (and show()) only the latest problem captured for a given problem_id (#114)

Changes

  • Dropped Python 3.5 support (#111)

0.2.6rc1

10 Jun 12:32
Compare
Choose a tag to compare
0.2.6rc1 Pre-release
Pre-release

Fixes

  • Updated docs (#107, #108)
  • Added Windows tests, refactored CI (#111, #112)
  • We now filter out non-QPU jobs during data capture to comply with the latest dwave-cloud-client (#110)
  • Fixed blocking behavior on second and subsequent calls to show() (#104)

Changes

  • Dropped Python 3.5 support (#111)

0.2.5

21 Jan 23:50
Compare
Choose a tag to compare

New Features

  • Problem label field under problem details dropdown
  • Support for Python 3.9

0.2.4

22 Sep 14:26
Compare
Choose a tag to compare

Fixes in dwave-inspector

  • Stop using hierarchical requirements include
  • Support changes in latest dwave-cloud-client and dwave-system