v0.0.16
vanna-ai/vannav0.0.16Jul 28, 2023by zainhoda
AI Summary
Documentation was updated to rename datasets to 'models' for clarity, and the training process was made generic to handle various use cases.
Key Highlights
- Rename dataset to model
- Make vn.train generic
- Answer meta questions about data
Breaking Changes
- Rename dataset to model
New Features
- Generic training
- Meta questions about data
- vn-ask notebook
Full Release Notes
## What's Changed * documentation update by @zainhoda in https://github.com/vanna-ai/vanna-py/pull/48 * chart instructions by @zainhoda in https://github.com/vanna-ai/vanna-py/pull/54 * Rename dataset to model for clarity by @zainhoda in https://github.com/vanna-ai/vanna-py/pull/57 * update vn-full by @zainhoda in https://github.com/vanna-ai/vanna-py/pull/58 * Answer meta questions about the data by @zainhoda in https://github.com/vanna-ai/vanna-py/pull/59 * update tests for permissioning by @zainhoda in https://github.com/vanna-ai/vanna-py/pull/60 * Make vn.train generic by @arslanhashmi in https://github.com/vanna-ai/vanna-py/pull/49 * Update train tests for permissioning by @zainhoda in https://github.com/vanna-ai/vanna-py/pull/61 * document permissions by @zainhoda in https://github.com/vanna-ai/vanna-py/pull/62 * Add vn-ask notebook by @zainhoda in https://github.com/vanna-ai/vanna-py/pull/64 ## New Contributors * @arslanhashmi made their first contribution in https://github.com/vanna-ai/vanna-py/pull/49 **Full Changelog**: https://github.com/vanna-ai/vanna-py/compare/v0.0.15...v0.0.16