v0.3.0: Support PySpark UDF, one click deploy experience, Delta Lake Support
In this release, we have added:
- PySpark UDF preprocessing. Now users can define UDFs with all the capabilities that PySpark has.
- Enhanced Feature Registry experience. Note: users might need to manually update the feature definitions in the purview service. This is a one-time work and future updates will be backward compatible.
- Added one-click Azure resource provision and deployment. Users can deploy resources with Azure template.
- Supported Delta Lake and more formats as input/output format.
- Bug fixes and documentation improvement.
Highlighted Changes
- Fix register features by @tarockey in #87
- Add support for Delta Lake by @xiaoyongzhu in #95
- Adding Pyspark UDF support by @hangfei in #107
- One click deployment for Feathr on Azure by @xiaoyongzhu in #116
- Rewrite feature registry with new Pythonic APIs and add tagging support by @xiaoyongzhu in #105
New Contributors
Full Changelog: v0.2.1...v0.3.0