Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Releases: qiskit-community/qiskit-js

v0.9.0

13 May 10:59
Compare
Choose a tag to compare

✏️ Changed

  • @qiskit/qiskit-sim: Use spread operator in addGate
  • @qiskit/qiskit-dev*: Packages dev renamed to algo

🎉 Added

  • @qiskit/qiskit-sim: Add print circuit method
  • @qiskit/qiskit-sim: Add print method to Circuit API documentation
  • @qiskit/qiskit-sim: Add 'add' method to Circuit class
  • @qiskit/qiskit-qasm: Add name to the gate type in qasm parser
  • @qiskit/qiskit-sim: Add fromQasm/fromQasmFile functions to Circuit
  • 🐛 Fixed: for any bug fixes.
  • @qiskit/qiskit-sim: Connection bug in printCircuit
  • @qiskit/qiskit-cloud: Tests after last API changes

v0.8.0

25 Apr 06:37
Compare
Choose a tag to compare

🎉 Added

  • @qiskit/qiskit-sim: Add t gate as an alias for the r4 gate

✏️ Changed

  • @qiskit/qiskit-sim: Add phaseShift util function for phase gates
  • @qiskit/qiskit-sim: Make r2 gate use the matrix of the s gate

🐛 Fixed

  • @qiskit/qiskit-sim: Use Gate.x.name for initial values

v0.7.1

23 Apr 09:04
Compare
Choose a tag to compare

✏️ Changed

  • @qiskit/qiskit-sim: Rename qbts to unusedWires in createTransform
  • @qiskit/qiskit-sim: Make amplitudes a member of the Circuit class
  • @qiskit/qiskit-sim: Remove clear() call from Circuit constructor
  • @qiskit/qiskit-sim: Allow for executing the same circuit twice

v0.7.0

12 Apr 05:33
Compare
Choose a tag to compare

🎉 Added

  • @qiskit/qiskit-sim: Introduce Gate class.
  • @qiskit/qiskit-sim: Add the identity (id) gate.
  • @qiskit/qiskit-sim: Add createCircuit factory function.

✏️ Changed

  • Update Node.js install instruction in README.md.
  • Update packages links in qiskit-devs.
  • @qiskit/qiskit-sim: Support method chaining for addGate.
  • @qiskit/qiskit-sim: Move utility functions to utils.
  • @qiskit/qiskit-sim: Add dimension parameter to initTransform.
  • Using last version of all dependencies.
  • qiskit: Improve the return of job related commands in the command line client.

v0.6.2

13 Mar 14:35
Compare
Choose a tag to compare

✏️ Changed

  • qiskit: Improve the return of backend related commands in the console client.

❌ Removed

  • Tooling cleanup.

v0.6.1

13 Mar 14:35
Compare
Choose a tag to compare

✏️ Changed

  • @qiskit/devs-js: Using new jsqubits version.

v0.6

11 Mar 18:27
Compare
Choose a tag to compare

✏️ Changed

  • @qiskit/devs-js: Using new jsqubits version.
  • Node.js version update.
  • @qiskit/sdk: Package renamed to qiskit.
  • Logo in the README.

🐛 Fixed

  • Link to Qiskit site in the README.
  • @qiskit/cloud: Tests, to support changes in the API.
  • @qiskit/devs-js: Important bug to run the JS engine in Windows.

❌ Removed

  • We don't support browser releases anymore. In 2019 everybody knows how to bundle the dependencies of an application.

JSDayES

20 Oct 10:05
Compare
Choose a tag to compare

✏️ Changed

  • Clearer README.
  • Simpler ESLint and Prettier setup.
  • @qiskit/devs-sdk: Easier command line client.

v0.4.2

10 Sep 13:13
Compare
Choose a tag to compare

🐛 Fixed

  • @qiskit/devs-js: Some relative paths to specific files in dependencies.
  • @qiskit/devs-sdk:
    • All commands depending of the userId.
    • Typo in the alias of "cloud-jobs" command.

🎉 Added

  • @qiskit/devs-ibmq: Documentation for the credits method.
  • @qiskit/devs-sdk: Commands devs-random, devs-factorand devs-result.

✏️ Changed

  • @qiskit/devs-ibmq: Dropped some fields of the method credits which don't apply to this library.

v0.4.1

10 Aug 04:53
Compare
Choose a tag to compare

❌ Removed

  • Non licensed dependencies.