Releases: capitalone/rubicon-ml
Releases · capitalone/rubicon-ml
v0.3.1
bugfixes
- fixes broken 0.3.0 PyPi release artifact (#170, #171)
v0.3.0
changelog
- adds new
viz
module to visualize logged data (#149)
- more info in our docs
- deprecates
ui
module in favor of viz
- removes old
rubicon
module that was deprecated in favor of rubicon_ml
in #93 (#169)
v0.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)
v0.2.10
changelog
- add passthrough for
dash.Dash
keyword arguments to the Dashboard
(#117)
bugfixes
- get dashboard working behind Jupyter proxies (#116)
v0.2.9
bugfixes
- preserve the order in which artifacts were logged (#114)
v0.2.8
bugfixes
- dashboard fix so it can render param/metric's that have dict values (#112)
v0.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)
v0.2.6
changelog
- add runnable binder example (#99)
bugfixes
- check for
root_dir
before initializing in-memory filesystem (#104)
- address whitesource vulnerability (#100)
v0.2.5
bugfixes
- reset groupings whenever a project is selected (#98)
v0.2.4
bugfixes
- update manifest paths to use
rubicon_ml
(#97)