v23.02.00
What’s Changed
⚠ Breaking Changes
- Remove unused legacy serving code @karlhigley (#265)
🐜 Bug Fixes
- Error propagation from tritonserver for nvtabular workflow @jperez999 (#277)
- Remove tf model from ensemble export @jperez999 (#289)
- Use row lengths instead of offsets in Triton input helper function @oliverholworthy (#285)
- increase triton fail time to 30 seconds each cycle @jperez999 (#284)
🚀 Features
- Return the original predicted scores from
SoftmaxSampling
@karlhigley (#290) - Add error messages for NotImplementedError Exceptions @jperez999 (#280)
🔧 Maintenance
- Error propagation from tritonserver for nvtabular workflow @jperez999 (#277)
- Update
compute_dims
function to use new shape property @oliverholworthy (#288) - Replace
distutils.spawn
(deprecated) withshutil.which
@karlhigley (#261) - increase triton fail time to 30 seconds each cycle @jperez999 (#284)
- refactor out pipelineable inference operator @jperez999 (#279)
- Add error messages for NotImplementedError Exceptions @jperez999 (#280)
- throttling back systems triton call check. @jperez999 (#276)
- Run
lint
action with Python 3.8 @karlhigley (#283) - Add Prettier YAML/Markdown formatter to the linters @karlhigley (#273)
- Minor fixes to the Github actions @karlhigley (#272)
- Apply Merlin dtypes to Systems code base @karlhigley (#239)
- add gcp label to Jenkinsfile @AyodeAwe (#267)
- Remove unused legacy serving code @karlhigley (#265)