Skip to content

Releases: capitalone/rubicon-ml

v0.10.3

04 Oct 14:53
3098ca6
Compare
Choose a tag to compare

full changelog: 0.10.2...0.10.3

changes

  • update schema artifact logging to support additional parameters @thebrianbn (#492)

v0.10.2

02 Oct 17:24
b2b64db
Compare
Choose a tag to compare

full changelog: 0.10.1...0.10.2

changes

  • update workflows by @ryanSoley (#487)
  • changes by run-edgetest action by GitHub actions (#489)

bugfixes

v0.10.1

01 Oct 19:57
6f22bce
Compare
Choose a tag to compare

full changelog: 0.10.0...0.10.1

changes

v0.10.0

23 Sep 16:38
cfc90ab
Compare
Choose a tag to compare

full changelog: 0.9.2...0.10.0

deprecations

v0.9.2

20 Sep 14:21
5054eb1
Compare
Choose a tag to compare

full changelog: 0.9.1...0.9.2

bug fixes

  • pass s3 storage options to dataframe read/write by @ryanSoley (#484)

v0.9.1

12 Sep 15:19
32d1a83
Compare
Choose a tag to compare

full changelog: 0.9.0...0.9.1

changes

  • changes by run-edgetest action by GitHub actions (#480)

deprecations

v0.9.0

21 Aug 14:25
ea84be7
Compare
Choose a tag to compare

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

v0.8.3

30 Jul 16:58
b5f44ce
Compare
Choose a tag to compare

Changes

  • Metric correlation plot intake source added by @austinhk in #464
  • Added a new DataframePlotDataSource by @jeh362 in #465
  • Adding MetricListComparisonDataSource by @jeh362 in #467

Bugfixes

  • Fixed metric lists comparison length None bug by @austinhk in #473

New Contributors

Full Changelog: 0.8.2...0.8.3

v0.8.2

17 Jul 17:28
878d691
Compare
Choose a tag to compare

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)

v0.8.1

18 Jun 14:55
5aeb706
Compare
Choose a tag to compare

changes

  • remove extra try/excepts (#445)
  • update binder environment (#448)
  • changes by run-edgetest action (#447)