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 a0f49b5  WIP on 0.7.2 release.
a0f49b5 is described below

commit a0f49b56d4d3ac7ede972b24714188c95a07b9f3
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Nov 21 16:58:39 2020 -0800

    WIP on 0.7.2 release.
---
 _data/news.yml                                     |  6 +--
 _scss/misc.scss                                    | 10 ++++
 download.html                                      | 10 ++--
 .../release-notes-0.5.0.html                       |  0
 .../release-notes-0.6.2.html                       |  0
 .../release-notes-0.7.0.html                       |  0
 .../release-notes-0.7.1.html                       |  0
 relnotes/release-notes-0.7.2.html                  | 55 ++++++++++++++++++++++
 8 files changed, 74 insertions(+), 7 deletions(-)

diff --git a/_data/news.yml b/_data/news.yml
index ce7c7b2..7e97d56 100644
--- a/_data/news.yml
+++ b/_data/news.yml
@@ -16,7 +16,7 @@
 #
 
 - title: 📢 Apache NLPCraft 0.7.2 Released
-  url: /release-notes-0.7.2.html
+  url: /relnotes/release-notes-0.7.2.html
   excerpt: Download NLPCraft 0.7.2. Over 11 tickets fixed 💪
   publish_date: November 19, 2020
   avatar_url: images/nlpcraft_logo.png
@@ -42,7 +42,7 @@
   href_target: habr
 
 - title: 📢 Apache NLPCraft 0.7.1 Released
-  url: /release-notes-0.7.1.html
+  url: /relnotes/release-notes-0.7.1.html
   excerpt: Download NLPCraft 0.7.1. Over 19 tickets fixed 💪
   publish_date: October 29, 2020
   avatar_url: images/nlpcraft_logo.png
@@ -50,7 +50,7 @@
   href_target: _self
 
 - title: 📢 Apache NLPCraft 0.7.0 Released
-  url: /release-notes-0.7.0.html
+  url: /relnotes/release-notes-0.7.0.html
   excerpt: Download NLPCraft 0.7.0. Lots of changes - JDK 11 support, model 
auto-validation and synonym suggestor based on BERT and FastText models 🎉
   publish_date: September 29, 2020
   avatar_url: images/nlpcraft_logo.png
diff --git a/_scss/misc.scss b/_scss/misc.scss
index 3f22a68..78d5b2c 100644
--- a/_scss/misc.scss
+++ b/_scss/misc.scss
@@ -419,3 +419,13 @@ code {
     border-radius: 6px;
     padding: 0 !important;
 }
+
+.latest {
+    font-size: 11px;
+    background-color: $color-pumpkin;
+    color: #fff;
+    padding: 4px 6px;
+    border-radius: 4px;
+    font-weight: 600;
+    margin-left: 5px;
+}
diff --git a/download.html b/download.html
index b22e455..9bb8640 100644
--- a/download.html
+++ b/download.html
@@ -80,6 +80,7 @@ layout: interior
                     <td>
                         <i class="fa fa-fw fa-download"></i> <a 
href="{{rel.zip_url}}">{{rel.zip_name}}</a>
                         {% unless rel.backward_compatible %}<i class="fas 
fa-fw fa-bomb"></i>{% endunless %}
+                        {% if rel.version == site.latest_version %} <span 
class="latest">new</span> {% endif %}
                     </td>
                     <td>{{rel.version}}</td>
                     <td>{{rel.date}}</td>
@@ -88,7 +89,7 @@ layout: interior
                         <a href="{{rel.pgp_url}}">PGP</a>
                     </td>
                     <td>
-                        <a href="/release-notes-{{rel.version}}.html"><i 
class="fas fa-fw fa-file-alt"></i></a>
+                        <a 
href="/relnotes/release-notes-{{rel.version}}.html"><i class="fas fa-fw 
fa-file-alt"></i></a>
                         <a target=_ 
href="/apis/javadoc-{{rel.version}}/index.html"><i class="fab fa-fw 
fa-java"></i></a>
                         <a target="github" href="{{rel.github_link}}"><i 
class="fab fa-fw fa-github"></i></a>
                     </td>
@@ -107,7 +108,7 @@ layout: interior
             </div>
             <div class="bq info">
                 <p>
-                    Releases marked with <i class="fas fa-fw fa-bomb"></i> are 
<b>NOT</b> 100% backward compatible.
+                    Releases marked with <i class="fas fa-fw fa-bomb"></i> are 
<b>NOT</b> 100% <em>backward</em> compatible.
                 </p>
                 <p>
                     The above release files should be verified using the PGP 
signatures and the <a 
href="https://downloads.apache.org/incubator/nlpcraft/KEYS";>project release 
KEYS</a>.
@@ -137,6 +138,7 @@ layout: interior
                     <td>
                         <i class="fa fa-fw fa-download"></i> <a 
href="{{rel.zip_url}}">{{rel.zip_name}}</a>
                         {% unless rel.backward_compatible %}<i class="fas 
fa-fw fa-bomb"></i>{% endunless %}
+                        {% if rel.version == site.latest_version %} <span 
class="latest">new</span> {% endif %}
                     </td>
                     <td>{{rel.version}}</td>
                     <td>{{rel.date}}</td>
@@ -145,7 +147,7 @@ layout: interior
                         <a href="{{rel.pgp_url}}">PGP</a>
                     </td>
                     <td>
-                        <a href="/release-notes-{{rel.version}}.html"><i 
class="fas fa-fw fa-file-alt"></i></a>
+                        <a 
href="/relnotes/release-notes-{{rel.version}}.html"><i class="fas fa-fw 
fa-file-alt"></i></a>
                         <a target=_ 
href="/apis/javadoc-{{rel.version}}/index.html"><i class="fab fa-fw 
fa-java"></i></a>
                         <a target="github" href="{{rel.github_link}}"><i 
class="fab fa-fw fa-github"></i></a>
                         {% if rel.dockerhub_link %}<a target="docker" 
href="{{rel.dockerhub_link}}"><i class="fab fa-fw fa-docker"></i></a>{% endif %}
@@ -170,7 +172,7 @@ layout: interior
             </div>
             <div class="bq info">
                 <p>
-                    Releases marked with <i class="fas fa-fw fa-bomb"></i> are 
<b>NOT</b> 100% backward compatible.
+                    Releases marked with <i class="fas fa-fw fa-bomb"></i> are 
<b>NOT</b> 100% <em>backward</em> compatible.
                 </p>
             </div>
         </section>
diff --git a/release-notes-0.5.0.html b/relnotes/release-notes-0.5.0.html
similarity index 100%
rename from release-notes-0.5.0.html
rename to relnotes/release-notes-0.5.0.html
diff --git a/release-notes-0.6.2.html b/relnotes/release-notes-0.6.2.html
similarity index 100%
rename from release-notes-0.6.2.html
rename to relnotes/release-notes-0.6.2.html
diff --git a/release-notes-0.7.0.html b/relnotes/release-notes-0.7.0.html
similarity index 100%
rename from release-notes-0.7.0.html
rename to relnotes/release-notes-0.7.0.html
diff --git a/release-notes-0.7.1.html b/relnotes/release-notes-0.7.1.html
similarity index 100%
rename from release-notes-0.7.1.html
rename to relnotes/release-notes-0.7.1.html
diff --git a/relnotes/release-notes-0.7.2.html 
b/relnotes/release-notes-0.7.2.html
new file mode 100644
index 0000000..835b199
--- /dev/null
+++ b/relnotes/release-notes-0.7.2.html
@@ -0,0 +1,55 @@
+---
+rel_ver: 0.7.2
+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.2</a> brings about several 
important bug fixes.
+    </p>
+</section>
+<section id="new">
+    <h2 class="section-title">🙌 New</h2>
+    <ul>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-152'>NLPCRAFT-152</a> - 
Create 'project' command for <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-153'>NLPCRAFT-153</a> - 
Create 'model' command for <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-165'>NLPCRAFT-165</a> - 
Update website docs for new conversation syntax for terms.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-164'>NLPCRAFT-164</a> - 
Remove KEYS file from source repo.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-168'>NLPCRAFT-168</a> - 
Add 'sqlgen' command to <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script.</li>
+    </ul>
+</section>
+<section id="enhancements">
+    <h2 class="section-title">🤖 Enhancements</h2>
+    <ul>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-163'>NLPCRAFT-163</a> - 
Check that matched intent contains at least one token from current question 
(i.e. not all tokens are from STM).</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-166'>NLPCRAFT-166</a> - 
Model misses default constructor error.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-171'>NLPCRAFT-171</a> - 
CLI stop server error.</li>
+    </ul>
+</section>
+<section id="fixes">
+    <h2 class="section-title">🧐 Fixes</h2>
+    <ul>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-142'>NLPCRAFT-142</a> - 
Probe connected, but its models are not loaded.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-161'>NLPCRAFT-161</a> - 
Conversation property should be added into term.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-162'>NLPCRAFT-162</a> - 
CLI issues.</li>
+    </ul>
+</section>
+

Reply via email to