Skip to content

Releases: oncodash/ontoweaver

v1.0.0

02 Dec 10:36

Choose a tag to compare

  • OWL Adapter for ontologies.
  • Automatic extraction of reverse edges.
  • Refactoring of run functions and parsing stage.
  • Detection of Null data.

v0.2.5

06 Aug 08:32

Choose a tag to compare

  • Better error management for NetworkX.
  • Improved documentation.
  • Wider range of Python versions accepted.

v0.2.4_JOBIM-25

09 Jul 18:50

Choose a tag to compare

  • Adds new entry point for CLI.

v0.2.3

19 May 11:21

Choose a tag to compare

  • Fixes bug with final_type usage with SimpleLabelMaker.
  • Fixes bug with rowIndex usage with target type nodes.

v0.2.2

13 May 14:12

Choose a tag to compare

  • Enables usage of final_type option within the match section of branching transformers.
  • Fixes minor bugs.
  • Updates documentation.

v0.2.1

05 May 09:12

Choose a tag to compare

  • Fixes bugs with cat_format transformer usage.
  • Allows to enable or disable validation of outputs, enabling a faster build of graphs for larger databases.

v0.1.3 PyPI

11 Mar 15:13
601bba6

Choose a tag to compare

  • Multi-type transformers.
  • Final_type definition in YAML mappings.
  • Modules from tools moved to ontoweaver.
  • Refactored tests to assert of OntoWeaver tuples instead of BioCypher output.
  • Updated dependencies.
  • Fixed CLI execution errors within Poetry.
  • Fixes for data validation bugs (Separator definition for data loading, OutputValidator fails, validation failing when mapping not present).
  • Fixes for in memory data frame loading.
  • Fixes for fusion bugs (setter functions for Edge objects)
  • Updated docs.

v0.1.2 PyPI

20 Feb 10:19
71af407

Choose a tag to compare

  • Better error management.
  • Data validation module using Pandera.
  • Updated function naming and enabled loading of in memory data frames.
  • Tool for conversion of OWL ontologies to BioCypher constraints.
  • Downgrade Python to 3.12.

v0.1.1 PyPI

13 Jan 09:13
e5b996c

Choose a tag to compare

Merge pull request #83 from mbaric758/main

fix(from_subject):Loop until end of transformers...

v0.2.0 PyPI

11 Apr 09:48

Choose a tag to compare

  • Introduces type branching based on value from another column.
  • Fixes bugs for usage of multi type transformers on subjects.
  • Adds new interfaces for defining logic of cell value extraction and type definition.
  • Decouples the YAML parsing stage into three distinct steps.
  • Introduces more synonyms to be used in the YAML mapping.
  • Updates dependencies to newest versions.
  • Updates documentation.