Skip to content

v2.23.0

Compare
Choose a tag to compare
@mdesalvo mdesalvo released this 09 May 16:24
· 1032 commits to master since this release
2664be0

(NEW) Added async query capabilities to SPARQL engine (#202, #203, #204, #205, #206, #207)
(NEW) Slightly improved performances with lazyness of hashing engine (#200)
(NEW) Introduce handy typed literals for easier modeling (#195)
(NEW) Added OWL-DL validation rule checking for unfinished restriction declarations (#194)
(NEW) Added ability to replace an ontology fact with another one (#187)
(NEW) Added cleanup of A-BOX knowledge about the ontology fact being removed (#201)
(NEW) Added facilities for counting and enumerating deprecated classes and properties (#188)
(FIX) Infinite loop when parsing bad-formed RDF lists (#191, #193)
(FIX) Ensure to add individual to ontology data along with its ClassType relation (#185)
(FIX) Crash on advanced mathematical behaviors applied to not-object properties during graph->ontology process (#189)
(FIX) Vocabulary_Declaration validation rule should also detect undeclared QualifiedCardinality.OnClass (#196)
(FIX) Weird parsing of SKOS collections from graph (#197, #198)
(FIX) Unexpected emission of warning during parsing of negative data assertions from graph (#199)
(MISC) Refactored graph->ontology process with improved maintainability index and reduced memory consumption
(MISC) Code cleanups, modernization and improvements