[Update - this has been removed] Added a new type of storage: `ModelStore.from_api_key()`. If you're reading this and do not want to manage your own storage, get in touch with me for an API key.
Added skeleton functions for summary stats about training data; implemented feature importances for sklearn models.
**🐛 Bug fixes**
Fixed bugs related to listing domains and the models inside of a domain.
0.0.6
Not secure
**🆕 New functionality**
Added FastAI support.
Add support for scikit-learn pipelines.
0.0.4
Not secure
**🆕 New functionality**
Clean up how meta-data is generated
Add interactive authentication when using Google Colab
Added auto-extraction of model params and model info into the meta-data
**🐛 Bug fixes**
Upgraded dependencies to deal with an issue using `modelstore` in Colab
0.0.3
Not secure
**🆕 New functionality**
Simplied the API to just requiring `upload()` (no more `create_archive()`).