Releases: oncodash/ontoweaver
Releases · oncodash/ontoweaver
v1.0.0
v0.2.5
v0.2.4_JOBIM-25
- Adds new entry point for CLI.
v0.2.3
v0.2.2
v0.2.1
v0.1.3 PyPI
- 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
- 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
Merge pull request #83 from mbaric758/main fix(from_subject):Loop until end of transformers...
v0.2.0 PyPI
- 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
YAMLparsing stage into three distinct steps. - Introduces more synonyms to be used in the
YAMLmapping. - Updates dependencies to newest versions.
- Updates documentation.