Skip to content

Dried Peach

Compare
Choose a tag to compare
@shaycrk shaycrk released this 20 May 22:45
· 150 commits to master since this release

New Functionality

  • Adds python 3.10 support (NOTE: loses python 3.7 support) (via #893)
  • Support (and prefer) specifying a SQL file path for cohort and label queries (#883)
  • Adds information about cohort, label, and bias hashes to the triage_runs table (#888)
  • Allow specifying a cohort to be option, defaulting to the label query (#877)

Bug Fixes

  • Fixes issue with installing on macos with python 3.9 (via #893)
  • Removes (buggy) support for groupings other than entity_id in feature generation (#887)

Refactoring/Documentation

  • Various dependency updates (#893)
  • Error on cohort or label duplicates (#889)
  • Various updates to documentation