From 5f1a9217ad587a19397462f07dc8d76adebe6f71 Mon Sep 17 00:00:00 2001 From: gcattan Date: Tue, 25 Jun 2024 15:40:54 +0200 Subject: [PATCH] Pyriemann qiskit 0.3 (#286) * Update _version.py * Update whatsnew.rst * Update whatsnew.rst * Update whatsnew.rst push one-two sentences for Quantum Autoencoder and distance visualization * [pre-commit.ci] auto fixes from pre-commit.com hooks * Update whatsnew.rst * Update whatsnew.rst --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: toncho11 --- doc/whatsnew.rst | 19 +++++++++++++++++++ pyriemann_qiskit/_version.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 5f6a558e..3457b113 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -5,6 +5,25 @@ What's new in the package ========================= +v0.3.0 +------ + +- Migrate to Qiskit 1.0 +- Update to Moabb 1.1.0, scipy 1.13.1 and pyRiemann 0.6 +- Plot training curve for VQC and QAOA +- Quantum Autoencoder: + A transformer implemented as a quantum circuit. + It can be used for quantum denoising for example. + (experimental) +- Example with distance visualization: + An example on how to visualize the distance between two classes using MDM and NCH estimator. +- Added a new benchmark over many datasets: + It allows pipelines to be evaluated on a fixed number of datasets for P300 and Motor Imagery. It also provides statisitcal plots using standardized mean differences (SMD) from MOABB for performance comparison of pipelines (or algorithms). + +Details: + +https://github.com/pyRiemann/pyRiemann-qiskit/releases/tag/v0.3.0 + v0.2.0 ------ diff --git a/pyriemann_qiskit/_version.py b/pyriemann_qiskit/_version.py index 7fd229a3..0404d810 100644 --- a/pyriemann_qiskit/_version.py +++ b/pyriemann_qiskit/_version.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.3.0'