Skip to content

v0.68.0

Compare
Choose a tag to compare
@doctrino doctrino released this 19 Mar 15:51
· 546 commits to main since this release
0f078b8

[0.68.0] - 19-03-24

Multiple fixes and features for the upcoming v1.0.0 release.

Added

  • YAML (json) Exporter and Importer
  • DMS Rules:
    • Support for revers direct relations
    • Views have support for InModel option to exclude views from the data model.
    • Views have support for Filters (hasData and nodeType)
    • List of direct relations are converted to edges.
  • Robustify reading of rules, all extra whitespaces are now stripped.
  • Option for exporting Transformations + Raw Tabels based on DMS rules.
  • Workflows:
    • ValidateWorklow can also be used to covert rules.
    • Visualization of data model workflows.

Fixed

  • Bugs in the ExcelImporter:
    • It was not releasing the Excel file after reading it.
    • Warnings were not captured.
    • Pydantic errors were not captured.

Details

  • Neat 32 workflow visualization of information rules using mock data by @nikokaoja in #308
  • [NEAT-70] Finish DMS Docs by @doctrino in #311
  • Neat 80 workflow visualization of information rules using mock data. part 2 update mock graph generator by @nikokaoja in #309
  • [NEAT-31] Conversion workflow by @doctrino in #312
  • Neat 83 workflow visualization of information rules using mock data. part 3 workflow updated docs by @nikokaoja in #313
  • [NEAT-62] Cleanup Validation -> Issues Module by @doctrino in #314
  • [NEAT-107] Cleanup validation module part2 by @doctrino in #315
  • [NEAT-108] Transformation/RawTable/RawDatabase Loaders by @doctrino in #316
  • [NEAT-108] Export transformations Part 2 by @doctrino in #317
  • [NEAT-110] Support direct relation list by @doctrino in #318
  • [NEAT-74] In Model Option by @doctrino in #319
  • [Prep for NEAT-48] Refactor: _DMSExporter by @doctrino in #321
  • Neat 68 update information architect text by @nikokaoja in #324
  • [NEAT-43] Add reverse direct relations by @doctrino in #322
  • Debug loading Core Spec by @doctrino in #323
  • [NEAT-89] YAML exporter/importer by @doctrino in #327
  • improve base pydantic errors in issues by @nikokaoja in #329
  • added missing def on schema in tutorila by @nikokaoja in #328
  • Split Transformation export from DMS and Release 0.68.0 by @doctrino in #330

Full Changelog: v0.67.5...v0.68.0