Releases: Qiskit/qiskit-code-assistant-vscode
Releases · Qiskit/qiskit-code-assistant-vscode
0.6.9
Revamping extension to work as VSCode extension to use the Qiskit Code Assistant (Beta)
What's Changed
- Revamped the whole extension
- Adding EULA by @cbjuan in #92
- Updating package version to 0.6.9 by @cbjuan in #93
Full Changelog: v0.5.5...0.6.9
v0.5.5
[v0.5.5] - 2019-05-20
🎉 Added
- Adding ability to use custom python version and/or environment using
python.pythonPath
is VSCode settings (#86 by @zpbappi)
👾 Security
- Updating dependencies to fix vulnerabilities (#89 by @cbjuan)
v0.5.4
[v0.5.4] - 2019-03-14
🐛 Fixed
- Adding IBMQuantumExperience dependency to solve issue #81 and others alike (#82 by @cbjuan)
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)