* adds new `viz` module to visualize logged data (149) * more info [in our docs](https://capitalone.github.io/rubicon-ml/visualizations.html) * deprecates `ui` module in favor of `viz` * removes old `rubicon` module that was deprecated in favor of `rubicon_ml` in 93 (169)
0.2.11
changelog
* add ability to instantiate dashboard with `Rubicon` object (119) * support Dash 2.0.0 (121) * preserve logging order on fetches (129) * add ability to get all rubicon-ml entities by name and ID (128, 131, 133, 135, 141, 152, 153) * add `storage_options` passthru to prefect task (155)
bugfixes
* fix local dataframe logging (156)
0.2.10
changelog
* add passthrough for `dash.Dash` keyword arguments to the `Dashboard` (117)
bugfixes
* get dashboard working behind Jupyter proxies (116)
0.2.9
bugfixes
* preserve the order in which artifacts were logged (114)
0.2.8
bugfixes
* dashboard fix so it can render param/metric's that have dict values (112)
0.2.7
changelog
* log estimator parameters passed to `fit` in the Scikit-learn pipeline (111)
bugfixes
* properly serialize `date` types when logging (108) * properly serialize `datetime` types with null fields (111)