Skip to content

Commit

Permalink
Pyriemann qiskit 0.3 (#286)
Browse files Browse the repository at this point in the history
* 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 <toncho11@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 25, 2024
1 parent 74bacb6 commit 5f1a921
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion pyriemann_qiskit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit 5f1a921

Please sign in to comment.