Features / Enhancements
- SDK: Add v3io-frames package requirement, #545, @Hedingber
- SDK: Raise exception on major/minor mismatch with API version, #554, @Hedingber
- Serving: Add VotingEnsemble serving router, #547, @zilbermanor
- Build: Use python's -slim tag for mlrun/mlrun image, #555, @Hedingber
- Docs: Add mlrun-kit doc, #552, @gilad-shaham
- UI: Features & enhancment
Bug fixes
- SDK: Don't fail on missing uid when user is configured, #543, @Hedingber
- SDK: Save function on deploy success, #544, @Hedingber
- Spark: Don't use igz version for spark image tag, #546, @Hedingber
- Feature store: Feature set api fixes, #549, @theSaarco
- Runtimes: Support running with non default API name and namespace, #550, @Hedingber
- UI: Bug fixes
Pull requests:
337433e [Build] Use python's -slim tag for mlrun/mlrun image (#555)
5d4e920 [Serving] Add VotingEnsemble serving router (#547)
ada7a92 [Feature store] Feature set api fixes (#549)
6ff63b5 [SDK] Raise exception on major/minor mismatch with API version (#554)
dfb3af3 rename mlrun-kit doc helm chart name (#553)
4b816e3 mlrun-kit doc (#552)
a1e1d75 [Runtimes] Support running with non default API name and namespace (#550)
2d5a31b [Spark] Don't use igz version for spark image tag (#546)
c5dbdad [SDK] Add v3io-frames package requirement (#545)
29ce0fd [SDK] Save function on deploy success (#544)
765a989 [SDK] Don't fail on missing uid when user is configured (#543)