Skip to content

v0.10.0

Compare
Choose a tag to compare
@a-s-g93 a-s-g93 released this 11 Sep 20:40
· 27 commits to main since this release
43db7bb

Fixed

  • Initial data modeling takes into account entity pool generation step
  • Fixed bug where some filepaths break saving content to file

Changed

  • All data input to Discovery is converted to TableCollection class
  • Discovery generated content is contained in Table on discovery_content attribute
  • Discovery file output is handled on Table and TableCollection classes instead of Discovery class
  • Data Modeling prompts have been significantly refactored and organized into a consistent format

Added

  • Add verbose arg to PyIngest to suppress progress printing
  • Multi file support for Discovery process (EXPERIMENTAL)
    • parameters in discovery.run() and discovery.run_async() to control process
    • async capability to improve response time for multi file
  • Multi file support for Data Modeling process (EXPERIMENTAL)
  • Cypher generation support for relationships spanning across different files

What's Changed

Full Changelog: v0.9.1...v0.10.0