Owlready 0.36

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Owlready 0.36

Jiba
Administrator
Hi all,

Owlready 0.36 is out!


Here are the changes:

* Support xsd:duration, including DATETIME_DIFF(), DATETIME_ADD(), DATETIME_SUB() SPARQL non-standard functions
* Faster ontology operation (e.g. ontology deletion) on big quadstores
* Automatically add .owl, .rdf or .xml to ontology IRI if the IRI itself does not yield an OWL file
* Bugfixes:
  - Fix FusionClasses (= individuals belonging to several classes, i.e. multiple instanciation) when using several worlds
  - Fix OPTIONAL SPARQL clause when guessing variable types
  - Fix typo in undo entity destruction (thanks Lukas Westhofen)
  - Fix IRI from OWL namespace in SWRL rules
  - Fix Pellet explanation on inconsistent ontology
  - Fix MEDDRA parent-child relation of LLT in PyMedTermino2
  - Make sure the filename is a file before returning (Thanks Nicolas Rouquette)

 
The new version be downloaded from PyPI (Python Package Index):
https://pypi.python.org/pypi/Owlready2

Best regards,
Jiba
Reply | Threaded
Open this post in threaded view
|

Re: Owlready 0.36

franzlst
Let me use this opportunity to thank you for all your efforts in creating, extending and maintaining this package. You have accomplished awesome work: Owlready2 is a fantastic and feature-rich package for interfacing ontologies while being performant even for large ontologies. Keep up the good work :-)
Reply | Threaded
Open this post in threaded view
|

Re: Owlready 0.36

Mehmed
In reply to this post by Jiba
Thank you JiBa!
Reply | Threaded
Open this post in threaded view
|

Re: Owlready 0.36

chrum
In reply to this post by Jiba
Thank you for the great work!