Skip to content

V0.4.0

Compare
Choose a tag to compare
@grantkriegerai grantkriegerai released this 06 Aug 00:23
· 120 commits to main since this release
5a951b7

What's Changed Summary

This release includes several enhancements and fixes: bug fixes, schema.yml file generation, updated documentation, improvements to pip installation, configurable thread properties via the profile.yml file, extended timeout configuration up to 7 days, default lakehouse settings configuration in notebook metadata, updated command line help text, altered wrapper to cater for single model build and publish, and the addition of a hash to the notebook description to track notebook changes and allow for improved upload times

What's Changed details

Bug fixes

Documentation updates

Schema.yml file generation

Imovements to pip installation and default lakehouse settings configuration in notebook metadata

  • High Concurrency support, Only install packages that are not available Feature/excludenotebookcells2 by @cheinamann in #132
    (Note):- On the initial deployment, all notebooks will be replaced due to metadata changes.

Extended timeout configuration up to 7 days

Updated command line help text

Addition of a hash to the notebook description to track notebook changes

  • Feature/notebook hash#87 jm by @JacquesInsight in #134
    (Note):- On the initial deployment, all notebooks will be replaced due to metadata changes.

Configurable thread properties via the profile.yml file

Altered wrapper to cater for single model build and publish

  • Feature/issuetags by @insightgrantkrieger in #137

Full Changelog: V0.3.0...V0.4.0