Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
3bac526d
Commit
3bac526d
authored
15 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- last change reported
parent
3aaad87e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
html/relnotes.html
+9
-4
9 additions, 4 deletions
html/relnotes.html
with
9 additions
and
4 deletions
html/relnotes.html
+
9
−
4
View file @
3bac526d
...
@@ -78,13 +78,16 @@ likely to include:
...
@@ -78,13 +78,16 @@ likely to include:
<p>
The Alignment API is now compiled in Java 1.6 (older versions
<p>
The Alignment API is now compiled in Java 1.6 (older versions
should still be able to run it). All
<a
href=
"lib.html"
>
imported
should still be able to run it). All
<a
href=
"lib.html"
>
imported
libraries
</a>
have been upgraded to their current versions. Only the
libraries
</a>
have been upgraded to their current versions. Only the
upgrade from Jena 2.5 to 2.6 required a minor change (due to
upgrade from
<span
style=
"color: green"
>
Jena 2.5 to 2.6
</span>
required a minor change (due to
parameterised declarations: the API still works with 2.5 but needs
parameterised declarations: the API still works with 2.5 but needs
2.6 to compile).
2.6 to compile).
</p>
</p>
<p>
This is still a major release, so see the
<a
href=
"up3to4.html"
>
(small) instructions
</a>
if
you need to upgrade your codebase.
</p>
<p>
<p>
<ul
compact=
"1"
>
<ul
compact=
"1"
>
<li>
Integration and reengineering of OMWG alignments as the new EDOAL language (edoal)
</li>
<li>
Integration and reengineering of OMWG alignments as the new
<a
href=
"edoal.html"
>
EDOAL language
</a>
(edoal)
</li>
<li>
Separated the Alignment API from
<a
href=
"http://ontosim.gforge.inria.fr"
>
OntoSim
</a>
(impl/ling)
</li>
<li>
Separated the Alignment API from
<a
href=
"http://ontosim.gforge.inria.fr"
>
OntoSim
</a>
(impl/ling)
</li>
<li><span
style=
"color: red;"
>
Replacement
</span>
of
<tt>
Parameters
</tt>
by Java
<tt>
Properties
</tt>
(api/impl)
</li>
<li><span
style=
"color: red;"
>
Replacement
</span>
of
<tt>
Parameters
</tt>
by Java
<tt>
Properties
</tt>
(api/impl)
</li>
<li>
Reintegrated
<tt>
JWNLAlignment
</tt>
in implementation (procalign)
</li>
<li>
Reintegrated
<tt>
JWNLAlignment
</tt>
in implementation (procalign)
</li>
...
@@ -94,7 +97,8 @@ likely to include:
...
@@ -94,7 +97,8 @@ likely to include:
<li>
Added cache management to
<tt>
JENAOntology
</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>
Addition of advanced tutorial and
<a
href=
"tutorial"
>
reengineered tutorials
</a>
(doc)
</li>
<li>
Implemented semantic precision and recall (impl)
</li>
<li>
Implemented semantic precision and recall (impl)
</li>
<li>
Implemented ROC curve computing (eval)
</li>
<li>
Implemented ROC curve computing and reimplemented the plotting
structure. Now they are based on harmonic means instead of average. (eval)
</li>
<li>
Fully implemented
<tt>
find
</tt>
to interface (server)
</li>
<li>
Fully implemented
<tt>
find
</tt>
to interface (server)
</li>
<li>
Completely modified the web service interface so that SOAP and
<li>
Completely modified the web service interface so that SOAP and
REST are fully aligned. This is
REST are fully aligned. This is
...
@@ -116,9 +120,10 @@ likely to include:
...
@@ -116,9 +120,10 @@ likely to include:
<li>
Changed the signature of
<tt></tt>
from
<tt>
Enumeration
</tt>
<li>
Changed the signature of
<tt></tt>
from
<tt>
Enumeration
</tt>
to
<tt>
Collection
<
Alignment
>
</tt>
(server)
</tt>
to
<tt>
Collection
<
Alignment
>
</tt>
(server)
</tt>
<li>
Reorganised the lib directory hierarchically (build)
</li>
<li>
Reorganised the lib directory hierarchically (build)
</li>
<li>
Corrected missing hashCode() (bug #9680) (impl)
</li>
<li>
Corrected missing
<tt>
hashCode()
</tt>
(bug #9680) (impl)
</li>
<li>
Corrected a bug when the server is launched without -S
<li>
Corrected a bug when the server is launched without -S
(server)
</li>
(server)
</li>
<li>
Fixed error message in server (#8502: org.apache.xml.resolver.readers.CatalogReader: deprecated) by upgrading resolver.jar (server)
</li>
<li>
Corrected a bug in
<tt>
HTMLRendererVisitor
</tt>
that made the
<li>
Corrected a bug in
<tt>
HTMLRendererVisitor
</tt>
that made the
display of alignments, especially stored, to break (server)
</li>
display of alignments, especially stored, to break (server)
</li>
<li>
Corrected the README.TXT of examples/wservice (serv)
</li>
<li>
Corrected the README.TXT of examples/wservice (serv)
</li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment