Releases: Qiskit/qiskit-code-assistant-vscode
Releases · Qiskit/qiskit-code-assistant-vscode
v0.5.3
[v0.5.3] - 2019-03-11
🐛 Fixed
- Issues when displaying histograms (#78) (#79 by @cbjuan)
- Use the WebView API for VSCode instead of
vscode.previewHTML
(#79 by @cbjuan)
v0.5.2
[v0.5.2] - 2019-03-06
🐛 Fixed
- Improving checks for Qiskit versions (#74 by @cbjuan)
- Updating dependencies to fix the error on startup #68 (#70 by @cbjuan)
✏️ Changed
- Update the Jest config to avoid warnings in tests (#76 by @cbjuan)
- Updating dependencies to meet qiskit-chemistry and current supported versions (#72 by @cbjuan)
v0.5.0
[v0.5.0] - 2019-02-05
🎉 Added
- Adding Qiskit citation to the README (#63 by @cbjuan)
- Adding support for Qiskit Terra v0.7.X (#61 by @cbjuan)
❌ Removed
- Removing support for Qiskit Terra v0.5.X (#61 by @cbjuan)
v0.4.1
[v0.4.1] - 2018-11-05
🎉 Added
👾 Security
v0.4.0
[v0.4.0] - 2018-10-30
🎉 Added
- Adding support for Qiskit Terra >v0.6 (#47 by @cbjuan)
✏️ Changed
- Updating the support of snippets related to Qiskit Aqua to version v0.3 (#49 by @cbjuan)
v0.3.6
[v0.3.6] - 2018-10-25
🐛 Fixed
- Changing update packages modal behavior: they must be only updated if the user clicks OK explicitly (#45 by @cbjuan)
v0.3.5
[v0.3.5] - 2018-10-24
🐛 Fixed
- Changing install packages modal behavior: they must be only installed if the user clicks OK explicitly (#42 by @cbjuan)
v0.3.4
[v0.3.4] - 2018-09-27
🎉 Added
- Adding new device ibmq_16_melbourne to the list of devices (#34 by @cbjuan)
v0.3.3
[v0.3.3] - 2018-07-31
🎉 Added
🐛 Fixed
✏️ Changed
- Rename qiskit-aqua(.*)-related code -> from qiskit-acqua & qiskit-acqua-chemistry to qiskit-aqua and qiskit-aqua-chemistry (#28 by @cbjuan)
- Improving the tests for the client (mocking vscode) (#26 by @cbjuan)
👾 Security