v.0.10

On 2022.08.17

triangle-exclamation
triangle-exclamation
circle-info

To get the new version ๐ŸŽ๐ŸŽ๐ŸŽ

pip install --upgrade shimoku-api-python
pip install --upgrade shimoku-components-catalog
circle-info

This version brings Machine Learning features through our API by the first time!!

Fixes

  • For readability, renamed s.file.* by s.io.*:

Before: s.file.get_dataframe(...)

Now: s.io.get_dataframe(...)

  • Fixed IO for large dataframes now you can POST and GET dataframes of large sizes without size limit.

  • Fix path and subpaths. Now Apps with multiple words can be sorted too: s.plt.set_apps_orders() and s.plt.set_sub_path_orders()

  • Fixes in the default look&feel of different charts and with new features to see data, download image, zoom in and out and change chart type:

    • Heatmap s.plt.heatmap()

  • Barchart s.plt.bar() and Linechart s.plt.line()

Improvements

  • Improvements in the Input Forms look&feel

  • Easier to initialize the Shimoku Client

  • Added IO methods for Machine Learning models:

New

  • Added method to clear a whole business (tabula rasa) shimoku.plt.clear_business()

Before

  • Added method to retrieve input forms data

Machine Learning!

  • AI for Machine Learning features. Now users can use Shimoku's Machine Learning from the SDK just passing a test dataframe and specifying the Model endpoint (ask to Shimoku about what endpoints are available). You can decide whether to add Explainability or not to the predictions

Also predictive tables have been added that create a table with the prediction

Last updated

Was this helpful?