Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 22:29
· 194 commits to main since this release
b90e9a1

What’s Changed

🐜 Bug Fixes

  • Fix the inference of transformer-based models trained with masked language modeling @sararb (#909)
  • Making InputBlockV2(..., embeddings) deprecated and adjusting tests to use categorical arg @gabrielspmoreira (#880)
  • Preventing silent error when evaluating V1 retrieval models (TwoTower, MF) @gabrielspmoreira (#892)
  • Fix loading of TwoTowerModel with context query variable @oliverholworthy (#887)
  • Enable sequence-testing synthetic data to be generated with different sequence lengths @oliverholworthy (#882)
  • Enable concat of sequence features with InputBlockV2 @oliverholworthy (#883)
  • Make path optional in get_booking @marcromeyn (#874)
  • fix dtype error due to date column in ecommerce-session-based-next-item-prediction-for-fashion nb @rnyak (#921)
  • Fix the serialization of SequenceSummary block @sararb (#927)
  • Use tf.function for list column operations @edknv (#938)

🚀 Features

  • Save output schema of model and add save method to Encoder @oliverholworthy (#886)
  • Add the support of different thresholds k in the TopkEncoder @sararb (#869)

📄 Documentation

🔧 Maintenance

Full Changelog: v0.10.0...v0.11.0