Releases: NVIDIA-Merlin/systems
Releases · NVIDIA-Merlin/systems
v0.3.0
What’s Changed
🐜 Bug Fixes
- Fixes Merlin e2e example @jperez999 (#117)
- add unit tests script @jperez999 (#109)
🚀 Features
- Add Forest Inference Operator @oliverholworthy (#118)
- Add an Operator for Forest Inference Libary (FIL) Triton backend. @oliverholworthy (#110)
📄 Documentation
- Document the container name changes @mikemckiernan (#121)
- Add release-drafter with workflow dispatch @mikemckiernan (#106)
- Add common release-drafter configuration @mikemckiernan (#103)
- Update Serving-Ranking-Models-With-Merlin-Systems.ipynb notebook and add notebook metadata. @rnyak (#102)
🔧 Maintenance
- Switch to the Python Backend for the TransformWorkflow operator @oliverholworthy (#119)
- Remove use of PlusTwo op in Triton ensemble test (it can't be imported) @oliverholworthy (#120)
- Add a GA workflow that requires labels on PR's @benfred (#116)
- Use shared implementation of triage workflow @benfred (#114)
- Update setup.py to only publish the merlin namespace @oliverholworthy (#111)
- Request to add labels to PRs @mikemckiernan (#108)
- chore: Specify new directory for reused workflow @mikemckiernan (#107)
- Remove the static release drafter @mikemckiernan (#105)
- Add release-drafter workflow @mikemckiernan (#104)
v0.2.0
What's Changed
- Added send_triton_request function and updated example notebook by @jperez999 in #85
- move gpu resource allocation inside GPU safe if statement by @jperez999 in #86
- refactor run_ensemble_on_tritonserver to use send_triton_request by @jperez999 in #90
- Fix build issue that resulted in
build/lib/build/lib/build/lib/...
by @karlhigley in #93 - Adjust test utils to avoid skipped tests due to missing imports by @karlhigley in #94
- docs: Add ext-toc and revisions for the change by @mikemckiernan in #97
- remove unneeded packs by @jperez999 in #98
- Create a conda recipe for merlin-systems by @benfred in #101
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Exclude additional directories from docstring coverage checks by @karlhigley in #47
- chore: linting by @mikemckiernan in #49
- Copy Github issue templates from Merlin Models by @karlhigley in #51
- Add a README by @karlhigley in #50
- Set click<8.1.0 by @benfred in #60
- Create utils file with run_ensemble_on_tritonserver() function by @rnyak in #58
- Docs add by @jperez999 in #52
- Readme up by @jperez999 in #53
- Merlin Systems example notebook by @jperez999 in #48
- Fix
QueryFaiss.export
return type annotation by @karlhigley in #63 - add torch to cpu ci by @jperez999 in #61
- Fixes notebook bug bash edition by @jperez999 in #64
- Bump docstring coverage check threshold to 70% by @karlhigley in #65
- fix links in nb by @jperez999 in #67
- fix name of nb and title by @jperez999 in #71
- docs: Add nightly build and start API by @mikemckiernan in #77
- Add CONTRIBUTING.md file by @karlhigley in #76
- docs: Add redirect page by @mikemckiernan in #79
- merlin-core req to install source on github by @jperez999 in #81
- Update faiss to work with ANN using IVF index mapped using IDs by @jperez999 in #80
- Update NVTabular and merlin-core requirements for the release by @benfred in #82
- if gpu available use GPU for faiss by @jperez999 in #83
- Get feast repo path from feature store by @jperez999 in #84
New Contributors
Full Changelog: v0.0.1...v0.1.0