Owlready2 0.50 est disponible !
Owlready2 est un module Python pour la programmation orientée ontologie. Il permet de charger des ontologies OWL 2.0 et de les manipuler de manière transparente en Python.
Cette nouvelle corrige une faille de sécurité dans Pellet (NB en pratique, cette faille concerne seulement les appels directs à Pellet, mais pas ceux passant par Owlready) et améliore la terminologie CIM10 en français.
Voici les modifications :
Improve French ICD10 import to support the RDF format from ATIH (now the default)
Improve French ICD10 import with management of sub-codes defined by modifers (CLAML format)
Fix vulnerability CVE-2021-39239 in Jena (used by Pellet) This vulnerability concerns XML parsing but Owlready2 does not use XML for communicating with Pellet (it uses NTriple) For more security, XMLRDF loading has been disabled in Jena
Fix for Python 3.14 (tests, Cython-optimized module)
Bugfixes:
Fix ontology loading from file object inside a Zip file
Fix test test_parallel_4
La nouvelle version peut être téléchargé sur PyPI (Python Package Index) : https://pypi.python.org/pypi/Owlready2



