Skip to content

Releases: capitalone/rubicon-ml

v0.2.3

17 May 17:36
b15a238
Compare
Choose a tag to compare

changelog

  • rename package to rubicon_ml (#93)

v0.2.2

29 Apr 13:58
47f909d
Compare
Choose a tag to compare

changelog

  • adds test suite for example notebooks (#90)

bugfixes

  • ignore non-rubicon files within data directories (#84)
  • ignore non-rubicon files in async repo (#91)
  • fix pytest warnings (#92)

v0.2.1

19 Apr 19:57
7c1a4cc
Compare
Choose a tag to compare

bugfixes

  • revisit examples (#79)
    • ensures all examples in the notebooks directory are working with the latest version of rubicon
    • the asynchronous S3 client can now read data back
    • the dashboard now works with an in-memory filesystem with a default root_dir

v0.2.0

12 Apr 19:02
86278a9
Compare
Choose a tag to compare

changelog

  • jupyter-dash proof-of-concept (#77)
  • automatic rubicon logging with Scikit-klearn pipelines (#50)

v0.1.8

07 Apr 13:21
21afe5f
Compare
Choose a tag to compare

bugfixes

  • add pass through for filesystem storage_options (#69)

v0.1.7

05 Apr 18:11
e8565f5
Compare
Choose a tag to compare

bugfixes

  • relaxing constraint for s3fs (#66)

v0.1.6

01 Apr 14:05
2c7a925
Compare
Choose a tag to compare

changelog

  • support hiding cols within experiment table and comparison plot (#60)

bugfixes

  • fixes a bug related to dataframe plotting using hvplot (#62)

v0.1.5

29 Mar 15:16
7d44ec7
Compare
Choose a tag to compare

changelog

  • add logo SVG, remove unused logos (#46)

bugfixes

  • don't write empty files (#57)
  • support logging either pandas or dask dataframes (#49)

v0.1.4

15 Mar 17:49
38fcfeb
Compare
Choose a tag to compare

bugfixes

  • bump fsspec version to account for updates in v0.1.3 (#45)
  • drop Python 3.6 support (#43)

v0.1.3

11 Mar 14:45
e5de434
Compare
Choose a tag to compare

changelog

  • add support and examples for how to visualize logged dataframes (#40)
  • cleanup conda env dependencies (#34)
  • add versioneer for versioning (#31)
  • cleanup and improve docs (#25 , #28 , #29)

bugfixes

  • remove fsspec workarounds after upgrade (#39)