Fixed
- Fix bug where patching previous valid nodes into an invalid data model would throw an error
Changed
- Add comma separator for numbers in
GraphEDA
report - Remove deprecated
IngestionGenerator
class - Update README to include
GraphEDA
module - Remove images/
- Mild refactor of
Property.type
validation
Added
- Add
relType
to relationship properties section ofGraphEDA
module - Add arguments to
GraphEDA.run()
to allow for more flexibility in chosen methods and parameters - Add arguments to
GraphEDA.node_degrees
to allow for better result filtering - Add arguments to
GraphEDA.run()
andGraphEDA.create_eda_report()
to control directly returning result
What's Changed
- Update init.py by @a-s-g93 in #139
- Improve grapheda formatting by @a-s-g93 in #140
- improve run() flexibility by @a-s-g93 in #141
- Fix modeling bug by @a-s-g93 in #143
- Clean up by @a-s-g93 in #144
- Clean up by @a-s-g93 in #145
- prep v0.14.0 by @a-s-g93 in #146
Full Changelog: v0.13.1...v0.14.0