Releases: capitalone/rubicon-ml
Releases · capitalone/rubicon-ml
v0.2.3
changelog
- rename package to
rubicon_ml
(#93)
v0.2.2
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
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
changelog
jupyter-dash
proof-of-concept (#77)
- automatic rubicon logging with Scikit-klearn pipelines (#50)
v0.1.8
bugfixes
- add pass through for filesystem
storage_options
(#69)
v0.1.7
bugfixes
- relaxing constraint for s3fs (#66)
v0.1.6
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
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
bugfixes
- bump
fsspec
version to account for updates in v0.1.3 (#45)
- drop Python 3.6 support (#43)
v0.1.3
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)