Skip to content

Releases: GroenteLepel/qiskit-quantum-knn

Version 1.0.2-beta.3

22 Dec 09:20
Compare
Choose a tag to compare
  • Adjusted the tolerance level of fidelity check
  • Fixed bug where the pytest was looking at a specific GitHub repo of this installation instead of the tag itself.

Version 1.0.1

01 Dec 14:47
22aa61b
Compare
Choose a tag to compare
  • fixed errors within pytest
  • changed contact information
  • added lots of documentation
  • fixed requirements.txt to not containt pkg-resources
  • made _qknn_construction public by renaming it without the underscore
  • fixed the QkNN not working with low amount of shots

v1.0.1 Alpha 1

09 Nov 11:34
5e4cfd5
Compare
Choose a tag to compare

Version 1.0.0

13 Oct 09:39
Compare
Choose a tag to compare

First main release.
A Quantum K-Nearest Neighbours algorithm which fully runs on a quantum computer for classifying vectors via the Quantum Fidelity.

Version 0.0.6

12 Oct 13:02
bc76f81
Compare
Choose a tag to compare
  • Implemented logging in the test.
  • Migrated oracle creation outside of the qknn construction, so that it can eventually be moved outside of the creation loop
  • Added some more comments, used numpy for binary string representation.
  • Added test for uneven number of train states, and that proper exception is raised when initialising with uneven dimensionality.

Version 0.0.5

08 Oct 10:17
Compare
Choose a tag to compare
v0.0.5

version 0.0.5

Version 0.0.4

08 Oct 10:02
Compare
Choose a tag to compare
  • Fixed bug where it tried to access a config file and couldn't find it
  • Migrated the logger to a library logger

Quantum kNN 0.0.1

05 Oct 07:56
Compare
Choose a tag to compare
First commit. Setup file for releasing.