Skip to content

First release

Compare
Choose a tag to compare
@alivinco alivinco released this 08 May 11:04
· 830 commits to main since this release
7800cde

[0.11.0] - 11-05-24
Refactored application bootstrap process and core application functions aggregated into NeatApp class.
Small bug fixes.
Fixed global configurations via UI and API.
[0.10.4] - 28-04-24
Added readme to publish process on pypi.org.
[0.10.3] - 26-04-24
Handling edge case in graph that results in decommissioned relationships
[0.10.2] - 23-04-24
Fix issue with duplicated labels for relationships
[0.10.1] - 20-04-24
Fix for issue of creation of relationships for assets that do not exist
[0.10.0] - 17-04-24
Refactor rdf_to_asset to use micro batching
Refactor rdf_to_relationships to use micro batching
Improved logging and performance for rdf_to_asset and rdf_to_relationships
Additional labels for relationships
[0.9.2] - 05-04-24
Refactor TransformationRules to entail data modeling, relationship definition, label creation methods
[0.9.1] - 05-04-24
Remove duplicated rules for relationships which are causing duplicated relationships
Improve performance of relationship categorization
Improve NeatGraphStore to better handle graph.drop() for in-memory store
Improved current example workflows
[0.9.0] - 03-04-24
Created mock module
Added generation of mock graphs based on data model provided in transformation rules
DataModelingDefinition class extended with methods:
reduce_data_model: Reduces the data model to desired set of classes
to_dataframe : Converts DataModelingDefinition instance to a pandas dataframe for easier manipulation
get_class_linkage: gets the linkage between classes in the data model
get_symmetric_pairs: gets the symmetric pairs of classes in the data model
Added descriptive notebook demoing the use of the mock graph generator