Skip to content

Releases: capitalone/rubicon-ml

v0.3.1

24 Jan 14:30
2d1eaaa
Compare
Choose a tag to compare

bugfixes

  • fixes broken 0.3.0 PyPi release artifact (#170, #171)

v0.3.0

21 Jan 15:00
5a74a42
Compare
Choose a tag to compare

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

29 Nov 20:13
b0a24e4
Compare
Choose a tag to compare

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

24 Aug 19:43
005eeb8
Compare
Choose a tag to compare

changelog

  • add passthrough for dash.Dash keyword arguments to the Dashboard (#117)

bugfixes

  • get dashboard working behind Jupyter proxies (#116)

v0.2.9

19 Aug 15:41
28fd974
Compare
Choose a tag to compare

bugfixes

  • preserve the order in which artifacts were logged (#114)

v0.2.8

22 Jul 18:13
00fd2af
Compare
Choose a tag to compare

bugfixes

  • dashboard fix so it can render param/metric's that have dict values (#112)

v0.2.7

08 Jul 13:20
89d5054
Compare
Choose a tag to compare

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

09 Jun 13:31
fb64c57
Compare
Choose a tag to compare

changelog

  • add runnable binder example (#99)

bugfixes

  • check for root_dir before initializing in-memory filesystem (#104)
  • address whitesource vulnerability (#100)

v0.2.5

21 May 13:52
1757485
Compare
Choose a tag to compare

bugfixes

  • reset groupings whenever a project is selected (#98)

v0.2.4

19 May 15:52
2f00a0b
Compare
Choose a tag to compare

bugfixes

  • update manifest paths to use rubicon_ml (#97)