From fb70e979e1f866b7398e6c72ccbc1d60a2a2929a Mon Sep 17 00:00:00 2001 From: Shahnawaz Ahmed Date: Wed, 3 Jul 2019 11:41:30 +0200 Subject: [PATCH] Updated changelog for new release (#35) * Updated changelog for new release * Updated version * Update CHANGELOG.rst Co-Authored-By: Josh Izaac * Update CHANGELOG.rst Co-Authored-By: Josh Izaac * Update CHANGELOG.rst Co-Authored-By: Josh Izaac --- CHANGELOG.rst | 30 +++++++++++++++++++++++++++++- pennylane_qiskit/_version.py | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a87c4ca47..1ae96ab75 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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`_ ==================== diff --git a/pennylane_qiskit/_version.py b/pennylane_qiskit/_version.py index f2b18017f..cd9ce4c7b 100644 --- a/pennylane_qiskit/_version.py +++ b/pennylane_qiskit/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = '0.0.7' +__version__ = '0.0.8'