Enhancements 🎉 * New `submit_cloud` and `submit_manual` Job methods make it easier to create and submit a model or record handler. These methods will replace the existing `submit` method in future releases. * `Project.search_models` now returns a `Model` instance instead of a `dict`. * Added a new helper method, `submit_docker_local` that makes it easier to launch local Jobs via docker.
Bugfixes 🐛 * CLI flags and environment variables now correctly take precedence over configuration file settings. * Cloud models no longer are downloaded from the CLI after training. * Local docker runs now gracefully fail when docker isn't running or installed on the host machine.
0.8.1
Not secure
* Bugfix: API requests would fail SSL cert verification on certain machine configurations.
0.8.0
Not secure
This release supports Gretel's Beta2 workflows and APIs 🥳.
For more information about the release, please refer to this blog post, https://gretel.ai/blog/beta2-privacy-engineering-as-a-service.
_Note: The 0.8.0 release contains a number of breaking changes from 0.7.0._
0.8.0.rc5
Various updates and bugfixes.
0.8.0.rc4
* Updates to `--model-id` param * New polling interface for python notebooks * CLI output format changes