Skip to content

Releases: Qiskit/qiskit-code-assistant-vscode

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

v0.3.2

31 Jul 12:17
ab75e6d
Compare
Choose a tag to compare

[v0.3.2] - 2018-07-31

🎉 Added

  • Instructions to install the extension from VSCode IDE (#24 by @cbjuan)

🐛 Fixed

✏️ Changed

  • Updating the icon to the last version of qiskit's logo (#23 by @cbjuan)
  • Server tests use Jest as the client (#21 by @ydarias)

👾 Security

  • Updating dependencies

v0.3.1

24 Jul 10:55
4859b0e
Compare
Choose a tag to compare

[v0.3.1] - 2018-07-24

🎉 Added

🐛 Fixed

  • Fixed client readme file external references (#15 by @ydarias)

✏️ Changed

  • Modifying the background of extension's icon (#13 by @cbjuan)

👾 Security

v0.3.0

23 Jul 16:35
3828ae9
Compare
Choose a tag to compare

[v0.3.0] - 2018-07-23

🎉 Added

  • Better management of QConfig to improve users' experience (#183 by @cbjuan)

🐛 Fixed

  • RegEx expressions fixed when getting pip show output in Windows(#6 by @cbjuan)
  • Replacing pool.map method by a for loop to avoid errors when getting the IBMQ devices' status in Windows (#6 by @cbjuan)
  • Now can be installed & updated several qiskit-related dependencies simultaneously (#178 by @cbjuan)

✏️ Changed

  • Update logo to the Qiskit one (#7 by @cbjuan)
  • Update publisher & author in package.json files (#4 by @cbjuan)
  • Renaming the repo, extension & texts descriptions to qiskit-vscode (#184 by @cbjuan)
  • Refactoring the management of dependencies (#178 by @cbjuan)

👾 Security