Skip to content

Commit

Permalink
Update whatsnew.rst (#271)
Browse files Browse the repository at this point in the history
* Update whatsnew.rst

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

* Update setup.py

fix link to documentation for pypi

* Update api.rst

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
gcattan and pre-commit-ci[bot] authored Apr 25, 2024
1 parent 383e8b8 commit f050210
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Classification
QuanticSVM
QuanticVQC
QuanticMDM
QuanticNCH
NearestConvexHull


Pipelines
Expand Down
24 changes: 24 additions & 0 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
What's new in the package
=========================

v0.2.0
------

- Bump dependencies
- Correct implementation of logeuclid distance
- Refactor MDM implementation
- Change default parameters for QuantumMDM
- Introduce Nearest Convex Hull classifier (NCH)
- Change the default feature map for quantum SVC
- Improve documentation
- Add pyRiemann-qiskit to the Qiskit ecosystem
- Improve Ci with automated benchmarks
- Deprecate cov_to_corr_matrix
- Create preprocessing.py
- Add visualization method
- Add an example with BI Illiteracy
- Add an example with financial data
- Fix issue with real quantum computer
- Add Judge Classifier

Details:

https://github.com/pyRiemann/pyRiemann-qiskit/releases/tag/v0.2.0

v0.1.0
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
project_urls={
'Documentation': 'https://pyriemann.readthedocs.io',
'Documentation': 'https://pyriemann-qiskit.readthedocs.io/',
'Source': 'https://github.com/pyRiemann/pyRiemann-qiskit',
'Tracker': 'https://github.com/pyRiemann/pyRiemann-qiskit/issues/',
},
Expand Down

0 comments on commit f050210

Please sign in to comment.