diff --git a/html/relnotes.html b/html/relnotes.html index 25729c184afa9a2ab0d96cabbc129b010df13384..e56188fcf2bc8eafa9a4cdee541bcde363695a8b 100644 --- a/html/relnotes.html +++ b/html/relnotes.html @@ -20,7 +20,6 @@ <li>Integrating tagging to the wordnet stuff</li> <li>Improve the metadata</li> <li>Build on unit tests</li> -<li>Consider the new release of OWL-API</li> </ul></p> <h2>Under development</h2> @@ -30,18 +29,35 @@ <h2>Current SVN trunk version</h2> -<!--p><b>Version 2.2: /2006 - may GForge be with you</b></p--> -<p><ul compact="1"> +<!-- p><b>Version 2.3: /2006 - </b></p--> + +<p> +<ul compact="1"> +<!--li></li--> +</ul></p> + +<h2>June 5th, 2006</h2> + +<p><b>Version 2.2: 05/06/2006 - Onyeari's version a.k.a. may GForge be with you</b></p> + +<p>Upgraded to OWL-API 06-04-12<br /> +<font color="red"></font> No problem encountered. +</p> + +<p>New version featuring: +<ul compact="1"> <li>Moved sources to gforge.inria.fr</li> <li>Moved web site to alignapi.gforge.inria.fr</li> <li>Updated documentation to reflect new source location</li> -<li>Added service directory, alignsvc.jar and QueryMediator class</li> <li>Revisited the release target of the build file for svn compatibility</li> +<li>Added service directory, alignsvc.jar and QueryMediator class</li> <li>Reengineered StringDistances (only return normalized values) and - StringDistNameAlignment (replaces all the others). These fully + StringDistNameAlignment (replaces all the others). This fully implement individual alignment;</li> <li>Added similarity matrix printer (-DprintMatrix=1)</li> -<li>Added Hamming, N-gramms, Needleman-Wunch distance, Jaro and Jaro-Winckler measures on strings</li> +<li>Added Hamming, N-gramms, Needleman-Wunch distance, Jaro and + Jaro-Winckler measures on strings</li> +<li>Added -r option for changing reference name in GroupEval</li> <li>Corrected bug in SymMeanEvaluator</li> <li>Corrected cut behavior (did not cut the last item, best did not work)</li> <li>GenPlot generates directly gnuplot output and LaTeX/PGF inclusion.</li>