Skip to content

Feast v0.10.7

Compare
Choose a tag to compare
@woop woop released this 07 Jun 06:19
· 1714 commits to master since this release

Fixed bugs:

  • Fix race condition in historical e2e tests #1620 (woop)

Merged pull requests:

  • Use drop_duplicates() instead of groupby (about 1.5~2x faster) #1617 (rightx2)
  • Use CONCAT() instead of ROW_NUMBER() #1601 (MattDelac)
  • Minor doc fix in the code snippet: Fix to reference the right instance for the retrieved job instance object #1599 (dmatrix)
  • Append nanoseconds to dataset name in test_historical_retrival to prevent tests stomping over each other #1593 (achals)
  • Make start and end timestamps tz aware in the CLI #1590 (achals)