From 9570c8c97fa03ccf2659f2621ff93399e6fdb11f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Sun, 7 Mar 2010 20:27:04 +0000 Subject: [PATCH] - first 4.0 alpha version --- html/relnotes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/relnotes.html b/html/relnotes.html index c7ff4552..91a0db57 100644 --- a/html/relnotes.html +++ b/html/relnotes.html @@ -54,7 +54,6 @@ Currently the development and maintainance of 3 versions continue. <li>Render alignments as module descriptions (impl)</li> <li>Implement extensive evaluation framework (impl)</li> <li>Implement debug options with log4j</li> -<li>Use more for-each Java 1.5 construct</li> <li>Add more tests</li> </ul></p> @@ -64,7 +63,6 @@ Currently the development and maintainance of 3 versions continue. This version under development is planned for anytime soon. It is likely to include: <ul> -<li>Integration and reengineering of OMWG alignments as the new EDOAL language (edoal)</li> <li>Implement fully relaxed precision and recall (impl)</li> <li>Upgrade all included libraries (distrib)</li> </ul> @@ -83,6 +81,7 @@ UPGRADE ALL LIBRARIES <p>The Alignment API is now compiled in Java 1.6 (older versions should still be able to run it).</p> <p> <ul compact="1"> +<li>Integration and reengineering of OMWG alignments as the new EDOAL language (edoal)</li> <li>Separated the Alignment API from <a href="http://ontosim.gforge.inria.fr">OntoSim</a> (impl/ling)</li> <li>Replacement of <tt>Parameters</tt> by Java <tt>Property</tt> (api/impl)</li> <li>Reintegrated <tt>JWNLAlignment</tt> in implementation (procalign)</li> -- GitLab