Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-07-10 | 4.6 kB | |
v0.10.0 source code.tar.gz | 2023-07-10 | 29.5 MB | |
v0.10.0 source code.zip | 2023-07-10 | 29.8 MB | |
Totals: 3 Items | 59.3 MB | 0 |
What's Changed
V0.10 release brings:
- A brand-new Dashboard UI and enhanced functionality - Vector database support in local and hosted mode for Weaviate and Pinecone - API improvements for data science development - Updated documentation and bugfixes
Dashboard Makeover and Upgrades
We're excited to bring you a more visually appealing Dashboard with new functionality for both users and administrators, including metadata management for resource tags, previewing transformation results, and clear visibility of transformation logic
Assign tags to resources directly through the dashboard UI
Edit Resource Metadata from the Dashboard
Preview datasets directly from the dashboard
Better formatting for Python and SQL transformations
Vector Database Support
You can now register Weaviate and Pinecone as providers!
API Improvements for Data Science Development
Read all files from a directory into a dataframe with ff.register_directory()
Inference Stores are now optional in Local Mode: if an inference store is not specified, it will default to local mode.
Bug Fixes
- Bugfix: Added error check for inputs list by @sdreyer in https://github.com/featureform/featureform/pull/878
- Bugfix: Fixed how state is cleared by @ahmadnazeri in https://github.com/featureform/featureform/pull/876
- Bugfix: Fixed lingering default variants by @ahmadnazeri in https://github.com/featureform/featureform/pull/879
- Bugfix: Allowed nearest() to accept a Feature object by @ahmadnazeri in https://github.com/featureform/featureform/pull/885
- Bugfix: Banner Color @RedLeader16 in https://github.com/featureform/featureform/pull/873
- Bugfix: Give meaningful error when resource not found by @ahmadnazeri in https://github.com/featureform/featureform/pull/883
- Bugfix: Fixed scheduling for KCF by @aolfat in https://github.com/featureform/featureform/pull/853
- Bugfix: Fixed missing weaviate provider config implementation by @epps in https://github.com/featureform/featureform/pull/899
- Bugfix: Removes Outdated logging package by @sdreyer in https://github.com/featureform/featureform/pull/913
Full Changelog: https://github.com/featureform/featureform/compare/v0.9.0...v0.10.0