Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jagunnels/qiskit

Tags

0.10.0

Toggle 0.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mtreinish Matthew Treinish
Qiskit 0.10.0

Changelog
=========

Changed
-------

- Updated the ``qiskit-ibmq-provider`` dependency to 0.2.1 (Qiskit#244).

0.9.0

Toggle 0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mtreinish Matthew Treinish
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).

0.8.1

Toggle 0.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
mtreinish Matthew Treinish
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)

0.8.0

Toggle 0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mtreinish Matthew Treinish
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).

0.7.3

Toggle 0.7.3's commit message
styles for topics (Qiskit#124)

0.7.2

Toggle 0.7.2's commit message
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.

0.7.1

Toggle 0.7.1's commit message
Update README.md (Qiskit#43)

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md