diff --git a/build.sbt b/build.sbt
index 276f7ee29f..91c6e033d6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -9,7 +9,7 @@ lazy val commonSettings = Seq(
organization := "com.github.haifengl",
organizationName := "Haifeng Li",
organizationHomepage := Some(url("http://haifengl.github.io/")),
- version := "3.0.1",
+ version := "3.0.2",
Test / parallelExecution := false,
autoAPIMappings := true,
diff --git a/clojure/project.clj b/clojure/project.clj
index 13877ef1de..cf183cc137 100644
--- a/clojure/project.clj
+++ b/clojure/project.clj
@@ -1,4 +1,4 @@
-(defproject org.clojars.haifengl/smile "3.0.1"
+(defproject org.clojars.haifengl/smile "3.0.2"
:description "Smile - Statistical Machine Intelligence and Learning Engine"
:url "https://haifengl.github.io"
:scm {:name "git"
@@ -6,7 +6,7 @@
:license {:name "GNU General Public License, Version 3"
:url "https://opensource.org/licenses/GPL-3.0"}
:dependencies [[org.clojure/clojure "1.11.1"]
- [com.github.haifengl/smile-core "3.0.1"]]
+ [com.github.haifengl/smile-core "3.0.2"]]
:plugins [[lein-codox "0.10.8"]]
:codox {:doc-files ["README.md"]
:output-path "../doc/api/clojure"}
diff --git a/kotlin/build.gradle.kts b/kotlin/build.gradle.kts
index a303e07c40..db560b9181 100644
--- a/kotlin/build.gradle.kts
+++ b/kotlin/build.gradle.kts
@@ -9,13 +9,13 @@ tasks.withType If you're using Gradle, add the following line into your build
file's If you're using SBT, add the following line into your build file: For Scala API, Some algorithms rely on BLAS and LAPACK (e.g. manifold learning,
@@ -74,7 +74,7 @@ Link with Smile
<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-core</artifactId>
- <version>3.0.1</version>
+ <version>3.0.2</version>
</dependency>
dependencies
section:
- implementation("com.github.haifengl:smile-core:3.0.1")
+ implementation("com.github.haifengl:smile-core:3.0.2")
- libraryDependencies += "com.github.haifengl" % "smile-core" % "3.0.1"
+ libraryDependencies += "com.github.haifengl" % "smile-core" % "3.0.2"
- libraryDependencies += "com.github.haifengl" %% "smile-scala" % "3.0.1"
+ libraryDependencies += "com.github.haifengl" %% "smile-scala" % "3.0.2"
Link with Smile
includes MKL binaries. With `smile-mkl` module in the class path, Smile
will automatically switch to MKL.
- libraryDependencies += "com.github.haifengl" % "smile-mkl" % "3.0.1"
+ libraryDependencies += "com.github.haifengl" % "smile-mkl" % "3.0.2"
notebooks
directory.
- import $ivy.`com.github.haifengl::smile-scala:3.0.1`
+ import $ivy.`com.github.haifengl::smile-scala:3.0.2`
import scala.language.postfixOps
import org.apache.commons.csv.CSVFormat