Tags: pyRiemann/pyRiemann-qiskit
Tags
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]>
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]>
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>
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]>
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]>