Skip to content

Tags: pyRiemann/pyRiemann-qiskit

Tags

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.4.2 (#389)

* Update _version.py

* Update whatsnew.rst

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version 0.4.1 (#359)

* Update _version.py

* Update whatsnew.rst

* Update whatsnew.rst

* Update __init__.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

* Update pyriemann_qiskit/classification/__init__.py

Co-authored-by: Quentin Barthélemy <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Quentin Barthélemy <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version 0.4.0 (#322)

* Release 0.4.0

* Update whatsnew.rst

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 <[email protected]>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release version 0.2.0 (#268)

* release version 0.2.0

* update version of protobuf

* fix grpcio version

* fix version of grpcio-status instead

* install protobuf 4.25.3

* install protobuf from egg

* [pre-commit.ci] auto fixes from pre-commit.com hooks

* add protobuf to install_requires

* update to pyRiemann 0.6

* Revert "update to pyRiemann 0.6"

This reverts commit ac74f1e.

---------

Co-authored-by: Gregoire Cattan <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
correct doc for fro_mean_convex (#192)

* correct doc for fro_mean_convex

* [pre-commit.ci] auto fixes from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update index.rst (#152)

* Update index.rst

Wrong thumb in index.rst

* Update plot_firebase_moabb.py

Improve description

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove qiskit_machine_learning direct dependency (#95)

* Remove qiskit_machine_learning direct dependency

* Increment python_requires to 3.7 minimum

v0.0.2-dev

Toggle v0.0.2-dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update documentation (#68)

* update `introduction.rst`

* add release notes

* fix presentation link

* fix images links in index.rst

* use alias for presentation link

Co-authored-by: gcattan <[email protected]>

v0.0.1-dev

Toggle v0.0.1-dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added an example that uses datasets from MOABB and the RG+QuantumSVM …

…pipeline (#39)

* Create a new workflow.

* This script uses the new version of MOABB that now includes several Brain Invaders datasets.
It classifies using a Quantum Classifier and Riemannian geometry.

* Small improvement.

* Fixed a bug which forced classical SVM instead of Quantum.

* force classical SVM

* Improved code that compares 3 pipelines.

* Now it prints the result in the console.

* Comments are improved.

* comment

* Added moabb 0.4.6 as a requirement.

* Delete python-package.yml

* Some updates to comply with flake 8.

* update

* update

* description update

* Added version of pure SVM on the raw data.

* Improvements.
The number of pipelines has been reduced to two. This way it will be more simple to compare results.

* add example to index.rst
add `print(__doc__)` to example

* flake8

* ignore python version (3.6 not supported in moabb)

* drop support for 3.6 and add support for 3.9

* drop support for 3.9

* add comments to Vectorizer

* try installing moabb from the source

Co-authored-by: Quentin Barthélemy <[email protected]>

* re-test python 3.6

* Revert "re-test python 3.6"

This reverts commit f6b20b3.

* Revert "try installing moabb from the source"

This reverts commit f5ecbac.

* fix comment

* add moabb to `docs` dependency.

* re-enable python 3.6

* Trigger pipeline

* comments updated.

* fixing flake8 ...

* remove support for 3.6

* Improved description and applied one suggestion.

* Improved comments.

* flake update

* Fixed typo.

* add_javascript deprecated in Sphinx

* Update classify_P300_bi.py

Change the way `q_account_token` changed (updated in last PR)

Co-authored-by: gcattan <[email protected]>
Co-authored-by: gcattan <[email protected]>
Co-authored-by: Quentin Barthélemy <[email protected]>