0.45.6
UPDATE: a breaking update to one of our dependencies means that you should run the following update after installing this version of zenml
:
pip install 'bcrypt==4.0.1'
This release brings an array of enhancements and refinements. Notable improvements include
allowing for disconnecting
service connectors from stack components, adding connector support to the
sagemaker step operator, turning synchronous mode on by default for all orchestrators, and enabling
server-side component config validation.
What's Changed
- Updating
README.md
and update images by @znegrin in #1986 - Always set the active workspace to be the default workspace server side by @stefannica in #1989
- Update outdated CLI docs by @strickvl in #1990
- Turn synchronous mode on by default for all orchestrators by @stefannica in #1991
- Use docker credentials in the skypilot orchestrator by @stefannica in #1983
- Add missing space to
@step
warning message by @strickvl in #1994 - Fix sagemaker orchestrator and step operator env vars and other minor bugs by @stefannica in #1993
- fix:
BasePyTorchMaterliazer
->Materializer
by @cameronraysmith in #1969 - allow calling old base pytorch materilizzer by @safoinme in #1997
- Add connector support to sagemaker step operator. by @stefannica in #1996
- Server-Side Component Config Validation by @fa9r in #1988
- Allow disconnecting service-connector from stack component by @safoinme in #1864
New Contributors
Full Changelog: 0.45.5...0.45.6