From c2dfd514e973a5d958374eabdcbb2e02a7b77c47 Mon Sep 17 00:00:00 2001 From: Haifeng Li Date: Tue, 7 Mar 2017 13:33:45 -0500 Subject: [PATCH] update doc to 1.2.3 --- README.md | 6 +++--- shell/src/universal/doc/faq.html | 6 +++--- shell/src/universal/doc/index.html | 6 ++++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3644d712e4..c5a3e0448a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can use the libraries through Maven central repository by adding the followi com.github.haifengl smile-core - 1.2.2 + 1.2.3 ``` For NLP, use the artifactId smile-nlp. @@ -54,7 +54,7 @@ For Scala API, please use com.github.haifengl smile-scala_2.11 - 1.2.2 + 1.2.3 ``` @@ -131,7 +131,7 @@ To use SmilePlot, add the following to dependencies com.github.haifengl smile-plot - 1.2.2 + 1.2.3 ``` diff --git a/shell/src/universal/doc/faq.html b/shell/src/universal/doc/faq.html index c09a56e9f4..891e25e726 100644 --- a/shell/src/universal/doc/faq.html +++ b/shell/src/universal/doc/faq.html @@ -40,20 +40,20 @@ <dependency> <groupId>com.github.haifengl</groupId> <artifactId>smile-core</artifactId> - <version>1.2.2</version> + <version>1.2.3</version> </dependency>

If you're using SBT, add the following line into your build file:


-    libraryDependencies += "com.github.haifengl" % "smile-core" % "1.2.2"
+    libraryDependencies += "com.github.haifengl" % "smile-core" % "1.2.3"
     

For Scala API,


-    libraryDependencies += "com.github.haifengl" % "smile-scala_2.11" % "1.2.2"
+    libraryDependencies += "com.github.haifengl" % "smile-scala_2.11" % "1.2.3"
     

Model serialization

diff --git a/shell/src/universal/doc/index.html b/shell/src/universal/doc/index.html index 9e827d41bd..61e749e310 100644 --- a/shell/src/universal/doc/index.html +++ b/shell/src/universal/doc/index.html @@ -210,6 +210,12 @@
Latest News