v0.7.0: Start using the `validate_schemas` hook from `core` (#95)
What’s Changed
🐜 Bug Fixes
- fix for faiss artifact path from config @jperez999 (#216)
🔧 Maintenance
- Add
transform
method toEnsemble
@oliverholworthy (#218) - Move Triton ensemble and executor export to runtime classes @oliverholworthy (#217)
- tensorflow import or skip required for tf_utils @jperez999 (#215)
- Rework Systems operators to use
DictArray
andLocalExecutor
from Merlin Core @karlhigley (#204) - Update example notebook tests to write to temp directory. @oliverholworthy (#214)
- Add
requests
dependency to base requirements @oliverholworthy (#213) - Create a separate directory parallel to
unit
for version tests @karlhigley (#212)