You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/01/02 04:54:13 UTC

[incubator-nlpcraft-website] branch master updated: WIP on 0.7.3 updates.

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a5779e  WIP on 0.7.3 updates.
8a5779e is described below

commit 8a5779ed28bbdcaedea8e6d0b0bd918e62d2739b
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Fri Jan 1 20:53:57 2021 -0800

    WIP on 0.7.3 updates.
---
 _config.yml                       |  4 +--
 _data/bin-releases.yml            | 10 ++++++
 _data/news.yml                    |  8 +++++
 _data/src-releases.yml            |  9 +++++
 _scss/blogs.scss                  |  2 +-
 download.html                     |  2 +-
 installation.html                 |  9 +++++
 relnotes/release-notes-0.7.3.html | 69 +++++++++++++++++++++++++++++++++++++++
 8 files changed, 109 insertions(+), 4 deletions(-)

diff --git a/_config.yml b/_config.yml
index 57a25fd..488ed2a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -27,8 +27,8 @@ github_username:  nlpcraft
 
 # Manually update to the latest version:
 # ===================
-latest_version: 0.7.2
-java_client_latest_version: 0.5.0
+latest_version: 0.7.3
+java_client_latest_version: 0.7.2
 # ===================
 
 # SASS settings.
diff --git a/_data/bin-releases.yml b/_data/bin-releases.yml
index 5352153..f594bce 100644
--- a/_data/bin-releases.yml
+++ b/_data/bin-releases.yml
@@ -15,6 +15,16 @@
 # limitations under the License.
 #
 
+- version: 0.7.3
+  date: Dec 31, 2020
+  zip_name: apache-nlpcraft-incubating-bin-0.7.2.zip
+  zip_url: https://github.com/aradzinski/binstore/releases/download/v0.7.3/apache-nlpcraft-incubating-bin-0.7.3.zip
+  sha256_url: https://github.com/aradzinski/binstore/releases/download/v0.7.3/apache-nlpcraft-incubating-bin-0.7.3.zip.sha256
+  pgp_url: https://github.com/aradzinski/binstore/releases/download/v0.7.3/apache-nlpcraft-incubating-bin-0.7.3.zip.asc
+  github_link: https://github.com/apache/incubator-nlpcraft/tree/v0.7.3
+  #  dockerhub_link: https://hub.docker.com/r/nlpcraftserver/server
+  backward_compatible: yes
+
 - version: 0.7.2
   date: Nov 19, 2020
   zip_name: apache-nlpcraft-incubating-bin-0.7.2.zip
diff --git a/_data/news.yml b/_data/news.yml
index a5c7617..0f4e479 100644
--- a/_data/news.yml
+++ b/_data/news.yml
@@ -15,6 +15,14 @@
 # limitations under the License.
 #
 
+- title: 📢 Apache NLPCraft 0.7.3 Released
+  url: /relnotes/release-notes-0.7.3.html
+  excerpt: Download NLPCraft 0.7.3. Over 20 fixes, improvements and enhancements 💪.
+  publish_date: December 31, 2020
+  avatar_url: images/nlpcraft_logo.png
+  twitter_id: apachenlpcraft
+  href_target: _self
+
 - title: 📃 Как найти что-то в тексте
   url: https://habr.com/ru/post/530878/
   excerpt: Найти объект или распознать понятие в тексте — с этого начинается решение большинства NLP задач...
diff --git a/_data/src-releases.yml b/_data/src-releases.yml
index ecbe196..83b2692 100644
--- a/_data/src-releases.yml
+++ b/_data/src-releases.yml
@@ -15,6 +15,15 @@
 # limitations under the License.
 #
 
+- version: 0.7.3
+  date: Dec 31, 2020
+  zip_name: apache-nlpcraft-incubating-0.7.3.zip
+  zip_url: https://www.apache.org/dyn/closer.cgi?filename=incubator/nlpcraft/nlpcraft/apache-nlpcraft-incubating-0.7.3.zip&action=download
+  sha256_url: https://downloads.apache.org/incubator/nlpcraft/nlpcraft/apache-nlpcraft-incubating-0.7.3.zip.sha256
+  pgp_url: https://downloads.apache.org/incubator/nlpcraft/nlpcraft/apache-nlpcraft-incubating-0.7.3.zip.asc
+  github_link: https://github.com/apache/incubator-nlpcraft/tree/v0.7.3
+  backward_compatible: yes
+
 - version: 0.7.2
   date: Nov 19, 2020
   zip_name: apache-nlpcraft-incubating-0.7.2.zip
diff --git a/_scss/blogs.scss b/_scss/blogs.scss
index ecc4e3a..cd24d17 100644
--- a/_scss/blogs.scss
+++ b/_scss/blogs.scss
@@ -53,7 +53,7 @@ img.avatar-img {
 #blogs {
     #blogs-container {
         .blog-block {
-            margin-bottom: 50px;
+            margin-bottom: 75px;
         }
 
         a, a:hover, a:active, i.fas {
diff --git a/download.html b/download.html
index efd144d..fd999c7 100644
--- a/download.html
+++ b/download.html
@@ -103,7 +103,7 @@ layout: interior
                 </p>
                 <p>
                     Starting with version <b>0.7.0</b> NLPCraft requires JDK 11+ to compile and run. All development
-                    and testing is done on JDK 11. Prior versions only supported JDK 8.
+                    and testing is done on JDK 11 and Scala 2.12. Prior versions only supported JDK 8.
                 </p>
             </div>
             <div class="bq info">
diff --git a/installation.html b/installation.html
index b2e7cf9..693a524 100644
--- a/installation.html
+++ b/installation.html
@@ -32,6 +32,15 @@ id: installation
             <li>If you <a href="/download.html">cloned</a> GitHub repository or downloaded source archive - use <code>mvn clean install</code> to build it</li>
             <li>If you <a href="/download.html">used</a> Maven/Gradle/SBT - you know what you are doing 👍</li>
         </ul>
+        <div class="bq warn">
+            <p>
+                <b>NLPCraft v0.7.0+ requires JDK 11 or newer</b>
+            </p>
+            <p>
+                Starting with version <b>0.7.0</b> NLPCraft requires JDK 11+ to compile and run. All development
+                and testing is done on JDK 11 and Scala 2.12. Prior versions only supported JDK 8.
+            </p>
+        </div>
     </section>
     <section id="clean">
         <h2 class="section-title">Reset Database</h2>
diff --git a/relnotes/release-notes-0.7.3.html b/relnotes/release-notes-0.7.3.html
new file mode 100644
index 0000000..45f5289
--- /dev/null
+++ b/relnotes/release-notes-0.7.3.html
@@ -0,0 +1,69 @@
+---
+rel_ver: 0.7.3
+layout: release-notes
+---
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<section id="overview">
+    <h2 class="section-title">Overview</h2>
+    <p>
+        <a href="/download.html">NLPCraft 0.7.3</a> brings about several important bug fixes, improvements and enhancements.
+    </p>
+</section>
+<section id="new">
+    <h2 class="section-title">🙌 New</h2>
+    <ul>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-154'>NLPCRAFT-154</a> - Update website docs for <code>nlpcraft.{sh|cmd}</code> script and remove <code>nccurl</code> script.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-169'>NLPCRAFT-169</a> - Add model code examples to model docs and javadoc.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-179'>NLPCRAFT-179</a> - Fix license header/comment per mentor's suggestions.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-189'>NLPCRAFT-189</a> - Add Ignite/JDK 11 JVM parameters to the docs.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-192'>NLPCRAFT-192</a> - Fix deprecations for Ignite 2.9.0.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-193'>NLPCRAFT-193</a> - Embedded probe must support user-defined configuration.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-194'>NLPCRAFT-194</a> - Add <code>test-model</code> command to NLPCraft CLI.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-210'>NLPCRAFT-210</a> - Wrong duplicate synonyms detected.</li>
+    </ul>
+</section>
+<section id="enhancements">
+    <h2 class="section-title">🤖 Enhancements</h2>
+    <ul>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-170'>NLPCRAFT-170</a> - New CLI commands.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-177'>NLPCRAFT-177</a> - Swagger methods invalid tags.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-178'>NLPCRAFT-178</a> - Fix flow matching design to use regex.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-180'>NLPCRAFT-180</a> - Swagger API on the website.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-185'>NLPCRAFT-185</a> - <b>ContextWordServer</b> works only for python version 3.6-3.8.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-188'>NLPCRAFT-188</a> - <code>sugsyn</code> CLI command problem.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-190'>NLPCRAFT-190</a> - REST requests timeout.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-202'>NLPCRAFT-202</a> - Some cities are not recognized well.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-203'>NLPCRAFT-203</a> - Intents matching order error.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-204'>NLPCRAFT-204</a> - Intent token condition does not work.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-205'>NLPCRAFT-205</a> - CLI usage examples.</li>
+    </ul>
+</section>
+<section id="fixes">
+    <h2 class="section-title">🧐 Fixes</h2>
+    <ul>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-172'>NLPCRAFT-172</a> - <code>org.apache.nlpcraft.model.conversation.NCConversationSpec</code> does not work.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-173'>NLPCRAFT-173</a> - <code>additionalStopWords</code> configuration property invalid name (case error).</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-181'>NLPCRAFT-181</a> - Error executing <code>stop-server</code> command under Ubuntu.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-199'>NLPCRAFT-199</a> - NLPCraft CLI <code>gen-project</code> command wrong output folder.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-201'>NLPCRAFT-201</a> - NLPCraft CLI usability issues.</li>
+        <li><a href='https://issues.apache.org/jira/browse/NLPCRAFT-208'>NLPCRAFT-208</a> - SQL example invalid SQL generation.</li>
+    </ul>
+</section>
+