Skip to content

Releases: Qiskit/qiskit-code-assistant-vscode

v0.5.3

11 Mar 14:17
175f453
Compare
Choose a tag to compare

[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

06 Mar 09:56
7f76792
Compare
Choose a tag to compare

[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.1

08 Feb 11:09
Compare
Choose a tag to compare

[v0.5.1] - 2019-02-08

v0.5.0

05 Feb 16:02
5ed0b46
Compare
Choose a tag to compare

[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

05 Nov 11:56
2ab7383
Compare
Choose a tag to compare

[v0.4.1] - 2018-11-05

🎉 Added

👾 Security

v0.4.0

30 Oct 15:38
Compare
Choose a tag to compare

[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

25 Oct 15:44
070e524
Compare
Choose a tag to compare

[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

24 Oct 14:23
ff57e48
Compare
Choose a tag to compare

[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

27 Sep 09:59
67c4572
Compare
Choose a tag to compare

[v0.3.4] - 2018-09-27

🎉 Added

  • Adding new device ibmq_16_melbourne to the list of devices (#34 by @cbjuan)

v0.3.3

21 Aug 12:32
b8a1dc7
Compare
Choose a tag to compare

[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