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 a3ee4ff  WIP.
a3ee4ff is described below

commit a3ee4fffccebf1dd90ec585aed6f2e22ec42769b
Author: Aaron Radzinski <[email protected]>
AuthorDate: Tue Feb 9 19:34:01 2021 -0800

    WIP.
---
 _data/bin-releases.yml            |  2 +-
 _data/news.yml                    | 16 +++++-----
 _data/src-releases.yml            |  2 +-
 relnotes/release-notes-0.7.4.html | 66 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 76 insertions(+), 10 deletions(-)

diff --git a/_data/bin-releases.yml b/_data/bin-releases.yml
index 3659032..d5b58aa 100644
--- a/_data/bin-releases.yml
+++ b/_data/bin-releases.yml
@@ -23,7 +23,7 @@
   pgp_url: 
https://github.com/aradzinski/binstore/releases/download/v0.7.4/apache-nlpcraft-incubating-bin-0.7.4.zip.asc
   github_link: https://github.com/apache/incubator-nlpcraft/tree/v0.7.4
   #  dockerhub_link: https://hub.docker.com/r/nlpcraftserver/server
-  backward_compatible: no
+  backward_compatible: yes
 
 - version: 0.7.3
   date: Dec 31, 2020
diff --git a/_data/news.yml b/_data/news.yml
index 329747c..f101d3f 100644
--- a/_data/news.yml
+++ b/_data/news.yml
@@ -15,6 +15,14 @@
 # limitations under the License.
 #
 
+- title: 📢 Apache NLPCraft 0.7.4 Released
+  url: /relnotes/release-notes-0.7.4.html
+  excerpt: Download NLPCraft 0.7.4. Over 28 💪 fixes, improvements and 
enhancements.
+  publish_date: January 31, 2021
+  avatar_url: images/nlpcraft_logo.png
+  twitter_id: apachenlpcraft
+  href_target: _self
+
 - title: Поиск по синонимам в тексте — контролируем процесс или доверяемся 
нейросетям
   url: https://habr.com/ru/post/539528/
   excerpt: Первое что нужно сделать при разработке поисковых, диалоговых и 
прочих систем, основанных на natural language processing...
@@ -24,14 +32,6 @@
   twitter_id: apachenlpcraft
   href_target: habr
 
-- title: 📢 Apache NLPCraft 0.7.4 Released
-  url: /relnotes/release-notes-0.7.4.html
-  excerpt: Download NLPCraft 0.7.4. Over 28 💪 fixes, improvements and 
enhancements.
-  publish_date: January 31, 2021
-  avatar_url: images/nlpcraft_logo.png
-  twitter_id: apachenlpcraft
-  href_target: _self
-
 - title: Composable Named Entities
   url: /blogs/composable_named_entities.html
   excerpt: Most of the NLP tasks start with the basic challenge - how to find 
or detect something in the text...
diff --git a/_data/src-releases.yml b/_data/src-releases.yml
index 8b03523..7e3bfdf 100644
--- a/_data/src-releases.yml
+++ b/_data/src-releases.yml
@@ -22,7 +22,7 @@
   sha256_url: 
https://downloads.apache.org/incubator/nlpcraft/nlpcraft/apache-nlpcraft-incubating-0.7.4.zip.sha256
   pgp_url: 
https://downloads.apache.org/incubator/nlpcraft/nlpcraft/apache-nlpcraft-incubating-0.7.4.zip.asc
   github_link: https://github.com/apache/incubator-nlpcraft/tree/v0.7.4
-  backward_compatible: no
+  backward_compatible: yes
 
 - version: 0.7.3
   date: Dec 31, 2020
diff --git a/relnotes/release-notes-0.7.4.html 
b/relnotes/release-notes-0.7.4.html
new file mode 100644
index 0000000..4adce1e
--- /dev/null
+++ b/relnotes/release-notes-0.7.4.html
@@ -0,0 +1,66 @@
+---
+rel_ver: 0.7.4
+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.4</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-92'>NLPCRAFT-92</a> - 
Create Groovy-based example for NLPCraft.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-101'>NLPCRAFT-101</a> - 
Fix and re-test Java client.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-191'>NLPCRAFT-191</a> - 
Unused model property <code>isMaxSynonymsThresholdError</code> in 
<code>NCModelView</code> interface.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-200'>NLPCRAFT-200</a> - 
Add website FAQ/cheat-sheet section.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-220'>NLPCRAFT-220</a> - 
Update LICENSE file for moby files.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-221'>NLPCRAFT-221</a> - 
Move <code>swear_words</code> out to external configuration.</li>
+    </ul>
+</section>
+<section id="enhancements">
+    <h2 class="section-title">🤖 Enhancements</h2>
+    <ul>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-96'>NLPCRAFT-96</a> - 
Clear DB data instructions.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-111'>NLPCRAFT-111</a> - 
Fix Scala futures global pool usage.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-167'>NLPCRAFT-167</a> - 
First example remarks.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-174'>NLPCRAFT-174</a> - 
Maven all-tests task (including skipped on maven phase).</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-217'>NLPCRAFT-217</a> - 
Server start logs improvements.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-223'>NLPCRAFT-223</a> - 
Suspicious log output.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-226'>NLPCRAFT-226</a> - 
<code>sql-gen-tool</code> test should be created.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-228'>NLPCRAFT-228</a> - 
<code>NCExternalConfigManager</code> getters exceptions.</li>
+    </ul>
+</section>
+<section id="fixes">
+    <h2 class="section-title">🧐 Fixes</h2>
+    <ul>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-5'>NLPCRAFT-5</a> - 
Performance degradation on long input sentences.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-20'>NLPCRAFT-20</a> - 
Limits not found for entities which names coincide with numeric units 
names.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-187'>NLPCRAFT-187</a> - 
Remove <code>nccurl.sh</code> mentioning from website and docs.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-211'>NLPCRAFT-211</a> - 
Release verify java version issue.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-214'>NLPCRAFT-214</a> - 
NLPCraft CLI <code>gen-sql</code> doesn't check for mandatory parameters + 
invalid default help from Java app.</li>        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-215'>NLPCRAFT-215</a> - 
NLPCraft CLI <code>gen-sql</code> command should support additional classpath 
parameter.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-216'>NLPCRAFT-216</a> - 
NLPCraft CLI <code>test-model --cp</code> parameter check is broken.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-224'>NLPCRAFT-224</a> - 
<code>no-asci</code> command doesn't get propagated to child JVMs.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-225'>NLPCRAFT-225</a> - 
Error in SQL model generator.</li>
+    </ul>
+</section>
+

Reply via email to