From adb2196f4e5fdfb28c58bc31aa22b49b56d2a324 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Thu, 18 Feb 2010 08:35:27 +0000
Subject: [PATCH] - covered last changes included OWL API 3.0

---
 html/relnotes.html | 46 +++++++++++++++++++++-------------------------
 1 file changed, 21 insertions(+), 25 deletions(-)

diff --git a/html/relnotes.html b/html/relnotes.html
index a79c32ce..c7ff4552 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -26,17 +26,12 @@ the main ruptures that will appear:
   define <tt>Alignment&lt;Ontology,Ontology,Relation,Confidence&gt;</tt>. This
   will provide the opportunity to define everyone owns relation (and
   generalise the use of relation algebras). (api/impl)</li>
-<li>The <tt>onto</tt> package will be fully externalised from the
-  Alignment API. This means in particular (a) virtualisation of the Ontology
-  support from OMWGAlignments which are currently based on Jena, (b)
-  release of separated subpackages offering OWL API 1.0, OWL API 2.0,
-  Jena 2.5, and SKOS. (onto)</li>
 </ul>
 Other less radical changes include:
 <ul compact="1">
 <li>Implementation of <tt>Relation</tt> and <tt>Confidence</tt> interfaces </li>
-<li>Implement <tt>onto</tt> support in database store (server)</li>
-<!--li>Move <tt>OLgraphs</tt> as HeavyLoadedOntology (onto)</li-->
+<li>Implement <tt>ontowrap</tt> support in database store (server)</li>
+<!--li>Move <tt>OLgraphs</tt> as HeavyLoadedOntology (ontowrap)</li-->
 </ul>
 Currently the development and maintainance of 3 versions continue.
 </p>
@@ -44,6 +39,7 @@ Currently the development and maintainance of 3 versions continue.
 <h2>Under development (you can contribute)</h2>
 
 <p><ul compact="1">
+<li>Integration of SKOS API (ontowrap)</li>
 <li>Implement database store for EDOAL (server)</li>
 <li>Integrate some basic reasoning.</li>
 <li>Implementation of a provenance metadata tag (server/impl)</li>
@@ -52,7 +48,6 @@ Currently the development and maintainance of 3 versions continue.
   (util)</li>
 <li>Replace <tt>DistanceAlignment</tt> with a version more in line
   with OntoSim (impl)</tt>
-<li>Added get-aligned to interface (server)</li>
 <li>Improve HTML interface layout and usability (server)</li>
 <li>Implement metadata edition (server)</li>
 <li>Implement correspondence selection (server)</li>
@@ -70,11 +65,8 @@ 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>Integration of SKOS API (onto)</li>
 <li>Implement fully relaxed precision and recall (impl)</li>
-<li>Addition of advanced tutorial and reengineered tutorials (doc)</li>
 <li>Upgrade all included libraries (distrib)</li>
-<li>Corrected a bug that prevented proper search of <tt>aserv.wsdl</tt> file in all imported jars (server)</li>
 </ul>
 </p>
 
@@ -83,7 +75,7 @@ likely to include:
 
 <!--h2>Version 4.2 (1xxx): xx/09/2009 - Zimt</h2-->
 <!--h2>Version 4.1 (1xxx): xx/09/2009 - Tring</h2-->
-<!--h2>Version 4.0 (11xx): xx/09/2009 - Rouquine carm&eacute;lite</h2-->
+<!--h2>Version 4.0 (1229): xx/09/2009 - Rouquine carm&eacute;lite</h2-->
 
 <!--p><span style="color: red;">BEWARE (major upgrade):</span>
 UPGRADE ALL LIBRARIES
@@ -94,12 +86,14 @@ UPGRADE ALL LIBRARIES
 <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>
-<li>Separated <tt>ontowrap</tt> as a dinsting library (onto)</li>
-<li>Migrated to OWL API 2 as the default Ontology implementation (onto)</li>
-<li>Lifted OWL API 2 as <tt>HeavyLoadedOntology</tt> (onto)</li>
-<li>Added cache management to <tt>JENAOntology</tt> (onto)</li>
-<li>Implemented semantic precision and recall (impl).</li>
+<li>Separated <tt>ontowrap</tt> (previously <tt>onto</tt>) as a dinstinct library (ontowrap)</li>
+<li>Migrated to <span style="color: green">OWL API 3</span> as the default Ontology implementation (ontowrap)</li>
+<li>Lifted OWL API 3 as <tt>HeavyLoadedOntology</tt> (ontowrap)</li>
+<li>Added cache management to <tt>JENAOntology</tt> (ontowrap)</li>
+<li>Addition of advanced tutorial and <a href="tutorial">reengineered tutorials</a> (doc)</li>
+<li>Implemented semantic precision and recall (impl)</li>
 <li>Implemented ROC curve computing (eval)</li>
+<li>Fully implemented <tt>find</tt> to interface (server)</li>
 <li>Completely modified the web service interface so that SOAP and
   REST are fully aligned. This is
   now  <a href="rest.html#version4">documented</a> (serv)</li>
@@ -112,8 +106,9 @@ UPGRADE ALL LIBRARIES
   in <tt>MatrixMeasure</tt> (impl)</li>
 <li>Added a parameter to the <tt>OWLAxiomsRendererVisitor</tt> so that it could render
   heterogeneous axioms, like Class sameAs Property (impl).</li>
-<li>Upgraded NeOn plug-in to work with <span style="color: green">NeOn toolkit 1.3.0</span> (plugin)</li>
-<li>Rewritten NeOn plug-in interface so that it works on more platforms (plugin)</li>
+<li>Upgraded NeOn plug-in to work with <span style="color: green">NeOn toolkit 2.3.0</span> (plugin)</li>
+<li>Rewritten NeOn Alignment plug-in interface so that it works on more platforms (plugin)</li>
+<li>Added documentation for the NeOn Alignment plug-in (plugin)</li>
 <li>Suppressed <tt>OWLAPICell</tt> and <tt>OWLAPIAlignment</tt>
   (deprecated since version 3.3) (impl)</li>
 <li>Changed the signature of <tt></tt> from <tt>Enumeration</tt>
@@ -134,6 +129,7 @@ UPGRADE ALL LIBRARIES
 <li>Corrected a bug introduced in 3.6 which prevented from storing the
   "stored" date of alignments (server)</li>
 <li>Corrected a bug in the "find" primitive of service (server)</li>
+<li>Corrected a bug that prevented proper search of <tt>aserv.wsdl</tt> file in all imported jars (server)</li>
 <li>Corrected a bug in tests that did not forced to clean-up the state
   after <tt>OntoTest</tt> (test)</li>
 <li>Corrected a (commented) error in the <tt>wine.xml</tt> OMWG
@@ -186,8 +182,8 @@ If you want to stay with WordNet-2.0, you need to replace the jwnl.jar
   in favour of <tt>Alignment.init(onto,onto)</tt>, see below (api)</tt>
 <li>NeOn plug-in compatible with <span style="color: green">NeOn toolkit 1.2</span> (plugin)</li>
 <li><tt>OntologyCache</tt> is now local to each <tt>OntologyFactory</tt>, it does not need to be manipulated from outside (onto)</li>
-<li>Implemented <tt>owlapi10</tt> as <tt>HeavyLoadedAlignment</tt> (onto)</li>
-<li>Completed the integration of Jena ontologies (onto)</li>
+<li>Implemented <tt>owlapi10</tt> as <tt>HeavyLoadedAlignment</tt> (ontowrap)</li>
+<li>Completed the integration of Jena ontologies (ontowrap)</li>
 <li>Implemented basic algebraic operations (impl)</li>
 <li>Added diff algebraic operation (api)</li>
 <li>Reengineered parameter passing for web service interface (server)</li>
@@ -200,7 +196,7 @@ If you want to stay with WordNet-2.0, you need to replace the jwnl.jar
 <li>Corrected a bug in <tt>SKOSRendererVisitor</tt> and <tt>XSLTRendererVisitor</tt> (impl)</li>
 <li>Started to put copyright notices to INRIA instead of INRIA Rh&ocirc;ne-Alpes (misc)</li>
 <li>Used Java 1.5 print Formatter instead of our printFormat (impl)</li>
-<li>Unit tests for onto and owlapi10 (onto)</li>
+<li>Unit tests for onto and owlapi10 (ontowrap)</li>
 </ul>
 </p>
 
@@ -213,7 +209,7 @@ If you want to stay with WordNet-2.0, you need to replace the jwnl.jar
 <li><span style="color: red;">Deprecated</span> <tt>Cell.getObjectXAsURI()</tt>
   in favour of <tt>Cell.getObjectXAsURI(Alignment al)</tt> (api)</tt>
 <li>Upgraded NeOn plug-in for working with <span style="color: green">NeOn toolkit 1.1</span> (plugin)</li>
-<li>Implemented OWL API 2 support [not shipped] (onto)</li>
+<li>Implemented OWL API 2 support [not shipped] (ontowrap)</li>
 <li>Added <tt>init( Parameters )</tt> arguments to visitors (api)</tt>
 <li>Implemented <tt>embedded</tt> parameter allowing to avoid ?xml
   declaration when embedded (renderer)</li>
@@ -249,8 +245,8 @@ If you want to stay with WordNet-2.0, you need to replace the jwnl.jar
 <li><a href="up2to3.html" style="color:red;">Deprecated</a>
   <tt>OWLAPIAlignment</tt> to be replaced by <tt>ObjectAlignment</tt></li>
 <li>Reimplemented the whole API in function of the onto package (impl)</li>
-<li>Added an abstract ontology package allowing to change API (onto)</li>
-<li>Added Jena 2.5 ontology plug-in (onto)</li>
+<li>Added an abstract ontology package allowing to change API (ontowrap)</li>
+<li>Added Jena 2.5 ontology plug-in (ontowrap)</li>
 <li>Changed HTML renderer to XHTML+RDFa (impl)</li>
 <li>Made <tt>Alignment</tt> iterable&lt;Cell&gt; (api/impl)</li>
 <li>Improved NeOn plug-in and upgraded to <span style="color: green">
-- 
GitLab