Skip to content

6.3.0

Choose a tag to compare

@randomir randomir released this 26 Jan 21:57
· 721 commits to master since this release

Changelog

dwave-inspector 0.4.0 ➞ 0.4.1

Upgrade Notes

  • The .show() call does not return a RichDisplayURL anymore. Instead, we reverted to returning URL in a plain str. Jupyter viewer will display the inspector inline if possible, otherwise the URL is opened in a browser.

    To render the inspector URL inline in a Jupyter notebook cell, independently of the .show() call, you can do:

    url = dwave.inspector.show(...)
    ...
    from dwave.inspector.utils import RichDisplayURL
    RichDisplayURL(url)
    

Bug Fixes

  • Fix duplicated inline render of the Inspector in GUI Jupyter in case when the returned (rich URL) object is displayed in the same cell the dwave.inspector.show() was called. See #152

minorminer 0.2.10 ➞ 0.2.11

New Features

  • Adds a wrapper to the Glasgow Subgraph Solver. This is a really cool external library that very quickly solves subgraph isomorphism problems. In our language, that problem corresponds to finding a chainlength-1 embedding from a problem graph into a hardware graph, which optimizes performance on the hardware. Many thanks to Ciaran McCreesh (and team) for providing this library and supporting our efforts to wrap it.

Package versions

dimod==0.12.3
dwave-cloud-client==0.10.4
dwave-greedy==0.3.0
dwave-hybrid==0.6.10
dwave-inspector==0.4.1
dwave-neal==0.6.0
dwave-networkx==0.8.13
dwave-preprocessing==0.5.4
dwave-samplers==1.0.0
dwave-system==1.18.0
dwave-tabu==0.5.0
dwavebinarycsp==0.2.0
minorminer==0.2.11
penaltymodel==1.0.2
pyqubo==1.4.0

# extras: all
dwave-gate==0.1.0