Releases: capitalone/rubicon-ml
Releases · capitalone/rubicon-ml
v0.10.3
full changelog: 0.10.2...0.10.3
changes
- update schema artifact logging to support additional parameters @thebrianbn (#492)
v0.10.2
full changelog: 0.10.1...0.10.2
changes
- update workflows by @ryanSoley (#487)
- changes by run-edgetest action by GitHub actions (#489)
bugfixes
- fix edgetest by @ryanSoley (#488)
v0.10.1
full changelog: 0.10.0...0.10.1
changes
- add support for logging of H2O MOJO model artifacts @thebrianbn (#486)
v0.10.0
v0.9.2
full changelog: 0.9.1...0.9.2
bug fixes
- pass s3 storage options to dataframe read/write by @ryanSoley (#484)
v0.9.1
full changelog: 0.9.0...0.9.1
changes
- changes by run-edgetest action by GitHub actions (#480)
deprecations
- deprecate prefect tasks by @ryanSoley (#476)
v0.9.0
full changelog: 0.8.3...0.9.0
changes
DataframePlot
- warn on missing dataframes by @jeh362 (#471)- project dataclass - warn on extra kwargs by @ryanSoley (#474)
- experiment dataclass - warn on extra kwargs by @ryanSoley (#475)
- remaining dataclasses - warn on extra kwargs by @ryanSoley (#476)
- changes by run-edgetest action by GitHub actions (#479)
bugfixes
- add
polars
to edgetest config by @ryanSoley (#477)
v0.8.3
v0.8.2
changes
- Add visualization widgets to catalog through publish.py (#450)
- Base Intake source for Rubicon Visualization Objects (#451)
- Work to deprecate pickle flag (#459)
- Polars writing (#460)
- Created an Intake Source for Experiment Table (#456)
- allow additional AWS CLI config via
sync
(#462) - Add XGBoost JSON Reader/writer (#461)
- Changes by run-edgetest action (#452, #457)
bugfixes
- guard viz import and fix prefect dependency (#463)