Owlready2 0.37 has been released!
Owlready is a Python module for ontology-oriented programming. It can load OWL 2.0 ontologies and manipulate them transparently in Python.
Here are the changes:
Add World.forget_reference(entity)
Add NamedIndividual (for SPARQL results on rdf:type)
Add 'update_relation' optional args to Ontology.destroy()
Add Ontology.set_base_iri() and Ontology.base_iri = "new_base_iri"
Bugfixes: - Fix SPARQL queries having a UNION but using no variable from the UNION - Fix SPARQL queries on read only quadstores - Fix SPARQL queries mixing OPTIONAL and VALUES / STATIC - Fix property defined as a subproperty of TransitiveProperty (and the like), but not of type ObjectProperty - Fix importlib.reload(owlready2) - Fix RDF/XML serialization of individuals whose class name start by a digit - Fix RDF/XML serialization when ontology base IRI ends with / - Fix Or.Classes = ... and And.Classes = ... - Fix ONLY class properties with more than two values
The new version be downloaded from PyPI (Python Package Index): https://pypi.python.org/pypi/Owlready2