Skip to content

Commit

Permalink
Updated changelog for new release (#35)
Browse files Browse the repository at this point in the history
* Updated changelog for new release

* Updated version

* Update CHANGELOG.rst

Co-Authored-By: Josh Izaac <[email protected]>

* Update CHANGELOG.rst

Co-Authored-By: Josh Izaac <[email protected]>

* Update CHANGELOG.rst

Co-Authored-By: Josh Izaac <[email protected]>
  • Loading branch information
quantshah and josh146 authored Jul 3, 2019
1 parent b287b33 commit fb70e97
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,45 @@ The format is based on `Keep a Changelog`_.
`UNRELEASED`_
==============


`0.0.7`_ - `0.0.8`_
====================

Added
------

- Added noise model and backend options to the devices as well as new observables.
- Added support for all PennyLane observables for calculating expectation values.
- Added (copied & adjusted from pennylane-forest) test for the expectation values.
- Added the necessary DefaultQubit device for comparison.
- Added logging.

Changed
--------

- Renamed the IBMQ device from :code:`qiskit.ibm` to :code:`qiskit.ibmq`
- Changed expval_queue to obs_queue and expectations to observables as per latest pennylane.
- Reversed qregs to match the default qubit device behavior.
- Renamed devices correctly.
- Made wires explicit. If num_wires of operation is 0 then use the whole system as wires!
- Renamed the IBMQ device from :code:`qiskit.ibm` to :code:`qiskit.ibmq`.

Fixed
------

- Fixed the Unitary gate.
- Fixed the token loading and the shots.
- Fixed and updated to qiskit v0.10.1
- Fixed the valid expectation values of all devices. Along with it tests where fixed.


Removed
--------

- Removed the IBMQX_TOKEN import and replace with the correct args.
- Removed the unconditional make coverage.
- Removed default qubit device, this is not tested in this package!


`0.0.6`_ - `0.0.7`_
====================

Expand Down
2 changes: 1 addition & 1 deletion pennylane_qiskit/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = '0.0.7'
__version__ = '0.0.8'

0 comments on commit fb70e97

Please sign in to comment.