Skip to content

0.11.0

Compare
Choose a tag to compare
@mikeknep mikeknep released this 25 Sep 18:27
· 44 commits to main since this release

Fully removes deprecated methods and arguments ⚠️ 👋

  • MultiTable gretel_model argument (replaced by config argument on train_synthetics)
  • MultiTable train method (replaced by train_synthetics)
  • MultiTable train_transforms_models method (replaced by train_transforms)
  • RelationalData [add|remove]_foreign_key methods (replaced by [add|remove]_foreign_key_constraint)

Adds support for table-specific transforms configs 🚀

You can now pass an optional table_specific_configs: dict[str, GretelModelConfig] argument to train_transforms. This works identically to the same existing argument on train_synthetics.

Misc improvements ⚙️

  • Changes default synthetics model from Amplify to ACTGAN
  • Unifies how individual and cross-table SQS evaluation is performed regardless of synthetic strategy
  • Adds dependency ordering to Connector save to avoid violating foreign key constraints

Full Changelog: v0.10.1...v0.11.0