Skip to content

Releases: Qiskit/qiskit

QISKit SDK 0.4.12

11 Apr 10:44
b28fb3d
Compare
Choose a tag to compare

Changelog

  • Improved circuit visualization.
  • A bunch of minor bugs have been fixed.
  • Improvements in infrastructure code, mostly tests and build system.
  • Better documentation regarding contributors

QISKit SDK 0.4.11

13 Mar 19:18
fe50785
Compare
Choose a tag to compare

Changelog

  • Fixed bug in circuit drawing where some gates in the standard library were not plotting correctly
  • Stabilizing code related to external dependencies
  • More testing :)

QISKit SDK 0.4.10

06 Mar 14:54
05291bb
Compare
Choose a tag to compare

Changelog

  • Fix installation issue when simulator cannot be built
  • Fix bug with auto-generated CNOT coherent error matrix in C++ simulator
  • Fix a bug in the async code
  • Chinese translation of README
  • Changes related with infrastructure (linter, tests, automation) enhancement

QISKit SDK 0.4.9

12 Feb 15:04
6e732d1
Compare
Choose a tag to compare
  • Some minor C++ Simulator bug-fixes
  • CMake integration
  • QASM improvements
  • Mapper optimizer improvements

QISKit SDK 0.4.8

29 Jan 10:03
Compare
Choose a tag to compare
  • Fix parsing U_error matrix in C++ Simulator python helper class
  • Fix display of code-blocks on .rst pages

QISKit SDK 0.4.7

26 Jan 12:01
d8318b4
Compare
Choose a tag to compare
  • Fixes several bugs with noise implementations in the simulator.
  • Changes some naming conventions for "amp_error" noise parameters to "calibration_error"
  • Fixes many spelling mistakes in simulator README.

QISKit SDK 0.4.6

22 Jan 14:32
87a995b
Compare
Choose a tag to compare
  • We have upgraded some of out external dependencies to:
    • matplotlib >=2.1,<2.2
    • networkx>=1.11,<2.1
    • numpy>=1.13,<1.15
    • ply==3.10
    • scipy>=0.19,<1.1
    • Sphinx>=1.6,<1.7
    • sympy>=1.0

QISKit SDK 0.4.4

09 Jan 18:44
Compare
Choose a tag to compare

Changelog:

  • Fix bug with process tomography reversing qubit preparation order
  • Update dependencies to more recent versions

QISKit SDK 0.4.3

08 Jan 17:10
Compare
Choose a tag to compare

Changelog

  • Static compilation has been removed because it seems to be failing while installing Qiskit via pip on Mac.

QISKit SDK 0.4.2

08 Jan 12:34
Compare
Choose a tag to compare

Changelog

  • Minor bug fixing related to pip installation process.