Skip to content

v0.77

Compare
Choose a tag to compare
@doctrino doctrino released this 13 May 12:09
· 482 commits to main since this release
54fb2ec

Changed

  • [BREAKING] The subpackage cognite.neat.rules.models is reorganized. All imports using this subpackage must be
    updated.

Added

  • Support for exporting/importing Last spreadsheets in the ExcelExporter and ExcelImporter.
  • [BREAKING] As a result of the above, in the ExcelExporter the parameter is_reference is replaced by dump_as.
    To continue using the old behavior, set dump_as='reference'.
  • In the DMSImporter.from_data_model_id, now supports setting reference_model_id to download a solution model
    with a reference model.

Details

  • [NEAT-235] Excel Importer/Exporter Support Last 🛟 by @doctrino in #444
  • Neat 239 a has data filter can reference at most 10 views and or containers by @nikokaoja in #445
  • Remove unused parameter 🧹 by @doctrino in #447
  • [prep NEAT-236] Refactor DMS schema single model by @doctrino in #449
  • [NEAT-236] DMS Exporter Support downloading Solution with Enterprise 🧑‍🧒 by @doctrino in #448

Full Changelog: v0.76.2...v0.77