We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a70ed commit 7147a92Copy full SHA for 7147a92
2 files changed
Changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Version (NEXT)
+## Version 0.2.0
4
* added quantum kernel methods
5
* added quantum neural networks
6
* enhanced training with batching and configurable optimizers
project.clj
@@ -1,4 +1,4 @@
-(defproject org.soulspace/qclojure-ml "0.2.0-SNAPSHOT"
+(defproject org.soulspace/qclojure-ml "0.2.0"
:description "Quantum Machine Learning algorithms for QClojure"
:license {:name "Eclipse Public License 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"}
0 commit comments