You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2021/05/07 15:16:56 UTC

[uima-ruta] branch main updated: [UIMA-6360] UIMA Ruta 3.1.0 release

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

pkluegl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


The following commit(s) were added to refs/heads/main by this push:
     new 8ed1cc7  [UIMA-6360] UIMA Ruta 3.1.0 release
8ed1cc7 is described below

commit 8ed1cc7ed1e797aa6730ebe09f1ae470fe45deb9
Author: Peter Klügl <pe...@averbis.com>
AuthorDate: Fri May 7 17:16:30 2021 +0200

    [UIMA-6360] UIMA Ruta 3.1.0 release
    
    - updated readme and release notes
---
 README             |  2 +-
 RELEASE_NOTES.html | 28 +++++++++++++++++++++-------
 2 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/README b/README
index 49770b6..c673e7e 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
-Apache UIMA Ruta (TM) v3.0.1
+Apache UIMA Ruta (TM) v3.1.0
 -------------------------------------------------------------------------
 
 This release is compatible with UIMA v3, but not compatible with UIMA v2. 
diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html
index e97ef5d..7ce943c 100644
--- a/RELEASE_NOTES.html
+++ b/RELEASE_NOTES.html
@@ -21,10 +21,10 @@
    -->
 
 <head>
-  <title>Apache UIMA Ruta v3.0.1 Release Notes</title>
+  <title>Apache UIMA Ruta v3.1.0 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA Ruta&#8482; v3.0.1 Release Notes</h1>
+<h1>Apache UIMA Ruta&#8482; v3.1.0 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
@@ -56,11 +56,25 @@
 <p>
   <p>UIMA Ruta Language and Analysis Engine:</p>
   <ul>
-  	<li>Fixed broken literal string matching.</li>
-  	<li>Fixed variable initialization with other variables.</li>
-  	<li>Fixed assignment of lists to variables.</li>
-  	<li>Fixed assignment of annotation comparison expression to variables.</li>
-    <li>PARSE condition supports additional argument that represents the string to be parsed.</li>
+  	<li>New config parameter for internal indexing strategy.</li>
+  	<li>New config parameter for indexing all debug information.</li>
+  	<li>New config parameter for type disambiguation.</li>
+  	<li>TextSeeder is the new default seeder (faster, no MARKUP annotations).</li>
+    <li>Improved null check using label expression.</li>
+    <li>Improved conjunctive and disjunctive rule elements.</li>
+    <li>Improved conjunct rules.</li>
+    <li>Improved implementation of SPLIT, FILL, ADD, REMOVE, AFTER.</li>
+    <li>Improved documentation.</li>
+  </ul>
+  <p>UIMA Ruta Workbench:</p>
+  <ul>
+    <li>Fixed problems launching script using newer Java versions (LayerInstantiationException).</li>
+    <li>Fixed console logging when launching scripts.</li>
+    <li>Improved compatibility with dark mode.</li>
+  </ul>
+  <p>UIMA Ruta Maven Plugin:</p>
+  <ul>
+    <li>Fail on error by default.</li>
   </ul>
 </p>