Deeponto

Latest version: v0.9.3

Safety actively analyzes 723683 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.6.1

Added

- [x] **Add** the method `remove_axiom` for removing an axiom from the ontology at `deeponto.onto.Ontology` (note that the counterpart `add_axiom` has already been available).
- [x] **Add** the method `check_named_entity` for checking if an entity is named at `deeponto.onto.Ontology`.
- [x] **Add** the method `get_subsumption_axioms` for getting subsumption axioms subject to different entity types at `deeponto.onto.Ontology`.
- [x] **Add** the method `get_asserted_complex_classes` for getting all complex classes that occur in ontology (subsumption and/or equivalence) axioms at `deeponto.onto.Ontology`.
- [x] **Add** the methods `get_asserted_parents` and `get_asserted_children` for getting asserted parent and children for a given entity at `deeponto.onto.Ontology`.
- [x] **Add** the method `check_deprecation` for checking an owl object's deprecation (annotated) at `deeponto.onto.Ontology`.

Changed

- [x] **Move** the spacy `en_core_web_sm` download into the initialisation of `OntologyVerbaliser`.
- [x] **Change** the method of getting equivalence axioms by adding support to different entity types at `deeponto.onto.Ontology`.
- [x] **Rename** the methods of getting inferred super-entities and sub-entities at `deeponto.onto.OntologyReasoner`:
- `super_entities_of` $\rightarrow$ `get_inferred_super_entities`
- `sub_entities_of` $\rightarrow$ `get_inferred_sub_entities`

Fixed

- [x] **Fix** the top and bottom data property iris (from "https:" to "http:") at `deeponto.onto.Ontology`.

0.6.0

- [x] **Add** the OntoLAMA module at `deeponto.lama`.
- [x] **Add** the verb auto-correction and more precise documentation for `deeponto.onto.verbalisation`.

v0.5.x (2023 Jan - Feb)

- [x] **Add** the preliminary ontology verbalisation module at `deeponto.onto.verbalisation`.
- [x] **Fix** PyPI issues based on the new code layout.
- [x] **Change** code layout to the `src/` layout.
- [x] **Rebuild** the whole package based on the OWLAPI.
- [x] **Remove** owlready2 from the essential dependencies.

Deprecated (before 2023)

The code before v0.5.0 is no longer available.

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.