Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

2.6.0-k8

Compare
Choose a tag to compare
@Ben-Epstein Ben-Epstein released this 12 Mar 19:32
· 186 commits to master since this release

What's New?

  • New feature set design (#119 , @sergioferragut )
  • New attributes parameter to features that allows key value pairs (tags has been changed to a list. See breaking changes) (#120) (@myles-novick )
  • Undeploy Kubernetes function (#121) (@Ben-Epstein )
  • Bug Fix: Notebook history tracking was causing errors running mlflow locally (#122) (@Ben-Epstein )
  • Delete feature sets is now possible in certain scenarios (#124) (@Ben-Epstein )
  • Labels are now allowed in get_training_set without a view, which forces the proper time-consistent joins for training set creation (#125) (@myles-novick )

Breaking Changes

The tags parameter no longer accepts a dictionary, it now accepts a list. This must be changed to the attributes parameter for things to work. The attributes now accepts a dictionary.

This release is in tandem with the ml-workflow release