0.7.1
0.7.1
The release introduces the Seldon Core ZenML integration, featuring the Seldon Core Model Deployer and a Seldon Core standard model deployer step. The Model Deployer is a new type of stack component that enables you to develop continuous model deployment pipelines that train models and continuously deploy them to an external model serving tool, service or platform. You can read more on deploying models to production with Seldon Core in our Continuous Training and Deployment documentation section and our Seldon Core deployment example.
We also see two new integrations with Feast as ZenML's first feature store integration. Feature stores allow data teams to serve data via an offline store and an online low-latency store where data is kept in sync between the two. It also offers a centralized registry where features (and feature schemas) are stored for use within a team or wider organization. ZenML now supports connecting to a Redis-backed Feast feature store as a stack component integration. Check out the full example to see it in action!
0.7.1 also brings an addition to ZenML training library integrations with NeuralProphet. Check out the new example for more details, and the docs for more further detail on all new features!
What's Changed
- Add linting of examples to
pre-commit
by @strickvl in #490 - Remove dev-specific entries in
.gitignore
by @strickvl in #488 - Produce periodic mocked data for Segment/Mixpanel by @AlexejPenner in #487
- Abstractions for artifact stores by @bcdurak in #474
- enable and disable cache from runtime config by @AlexejPenner in #492
- Basic Seldon Core Deployment Service by @stefannica in #495
- Parallelise our test suite and make errors more readable by @alex-zenml in #378
- Provision local zenml service by @jwwwb in #496
- bugfix/optional-secrets-manager by @safoinme in #493
- Quick fix for copying folders by @bcdurak in #501
- Pin exact ml-pipelines-sdk version by @schustmi in #506
- Seldon Core model deployer stack component and standard step by @stefannica in #499
- Fix datetime test / bug by @strickvl in #507
- Added NeuralProphet integration by @htahir1 in #504
- Feature Store (Feast with Redis) by @strickvl in #498