Tags: jagunnels/qiskit
Tags
Qiskit 0.10.0 Changelog ========= Changed ------- - Updated the ``qiskit-ibmq-provider`` dependency to 0.2.1 (Qiskit#244).
Qiskit 0.9.0 Added ----- - Added the qiskit-ibmq-provider package to the metapackage (Qiskit#227). - Added qiskit-aqua and qiskit-chemistry to the set of installed packages (Qiskit#185) Changed ------- - The qiskit-terra version increased to the next feature release 0.8.0 (Qiskit#227). - The qiskit-aer version increased to the next feature release 0.2.0 (Qiskit#227). - The qiskit-ignis version increased to the next release 0.1.1 (Qiskit#227).
Qiskit 0.8.1 Changed ------- - Increased the qiskit-terra version to v0.7.2 which includes a fix for the schema validation of backend configuration in Qiskit/qiskit#2258 (Qiskit#217)
Qiskit 0.8.0 Changelog ========= Added ----- - Added qiskit-ignis to the set of installed packages (Qiskit#164) Changed ------- - Increased the qiskit-terra version to v0.7.1 which includes a fix for the BasicAer simulator issue documented in Qiskit/qiskit#1583 and Qiskit/qiskit#1838 (Qiskit#167).
Overrides the command `bdist_wheel` to fail. (Qiskit#45) Just after downloading a package, if the `wheel` package is present, `pip` creates a wheel distribution of the package. `pip` then uses it to install the package. When a wheel distribution is used, `pip` does not run `setup.py` preventing the reinstallation of `qiskit-terra`. To avoid the creation of the wheel, the custom method overriding `bdist_wheel` does nothing during the `run` method. Failing to build the metapackage `qiskit` is intended. Since the wheel is not present, `pip` will use the regular package and run `setup.py` as usual.