Skip to content

Commit

Permalink
update doc to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengl committed Mar 7, 2017
1 parent ca15aac commit c2dfd51
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can use the libraries through Maven central repository by adding the followi
<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-core</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```
For NLP, use the artifactId smile-nlp.
Expand All @@ -54,7 +54,7 @@ For Scala API, please use
<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-scala_2.11</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

Expand Down Expand Up @@ -131,7 +131,7 @@ To use SmilePlot, add the following to dependencies
<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-plot</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions shell/src/universal/doc/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ <h2 class="question" id="link-with-smile">Link with Smile</h2>
&lt;dependency&gt;
&lt;groupId&gt;com.github.haifengl&lt;/groupId&gt;
&lt;artifactId&gt;smile-core&lt;/artifactId&gt;
&lt;version&gt;1.2.2&lt;/version&gt;
&lt;version&gt;1.2.3&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>

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

<pre><code>
libraryDependencies += "com.github.haifengl" % "smile-core" % "1.2.2"
libraryDependencies += "com.github.haifengl" % "smile-core" % "1.2.3"
</code></pre>

<p>For Scala API,</p>

<pre><code>
libraryDependencies += "com.github.haifengl" % "smile-scala_2.11" % "1.2.2"
libraryDependencies += "com.github.haifengl" % "smile-scala_2.11" % "1.2.3"
</code></pre>

<h2 class="question" id="model-serialization">Model serialization</h2>
Expand Down
6 changes: 6 additions & 0 deletions shell/src/universal/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@
<div class="news" style="margin-bottom: 20px;">
<h5>Latest News</h5>
<ul class="list-unstyled">
<li><a href="https://github.com/haifengl/smile/releases/tag/v1.2.3">Smile 1.2.3 Released!</a>
<span class="small">(Mar 07, 2016)</span></li>

<li><a href="https://github.com/haifengl/smile/releases/tag/v1.2.2">Smile 1.2.2 Released!</a>
<span class="small">(Dec 26, 2016)</span></li>

<li><a href="https://github.com/haifengl/smile/releases/tag/v1.2.1">Smile 1.2.1 Released!</a>
<span class="small">(Dec 02, 2016)</span></li>

Expand Down

0 comments on commit c2dfd51

Please sign in to comment.