Skip to content

Releases: NVIDIA-Merlin/systems

v23.08.00: migrated base runtime to core (#380)

29 Aug 16:28
54dcf29
Compare
Choose a tag to compare
* migrated base runtime to core

* add comments to init file

* change runtime imports

v23.06.00

22 Jun 21:16
e4ab9fa
Compare
Choose a tag to compare

v23.05.00

31 May 14:40
a73cddd
Compare
Choose a tag to compare

What’s Changed

⚠ Breaking Changes

🐜 Bug Fixes

  • Fix the code that aligns returned data with the output schema @karlhigley (#335)
  • Convert Workflow outputs to Triton-friendly format using TensorTable @bschifferer (#317)
  • Make minor adjustments to the way Workflow outputs are formatted @karlhigley (#314)
  • Revert "Remove the Triton-specific Workflow execution code (#309)" @karlhigley (#313)
  • remove numpy conversion for cpu based data @jperez999 (#311)
  • Fix PredictTensorflow args in session-based serving integration test @karlhigley (#310)
  • Adjust setup_faiss to use METRIC_INNER_PRODUCT @karlhigley (#308)
  • Remove the extra columns validation from WorkflowRunner @karlhigley (#303)
  • Fix Tensorflow serving to make Merlin example tests pass again @karlhigley (#298)

🚀 Features

  • update feast op to handle feast 0.31 - latest @jperez999 (#344)
  • Support Ragged inputs and outputs in TransformWorkflow with Triton @oliverholworthy (#324)
  • add AUTO kind for deployment of tritonserver and support no gpu environment @jperez999 (#321)
  • Update SoftmaxSampling to support dynamic dtypes @oliverholworthy (#304)
  • Add initial support and integration test for Merlin Models transformer models @karlhigley (#299)
  • Fix Tensorflow serving to make Merlin example tests pass again @karlhigley (#298)

🔧 Maintenance

v23.02.00

08 Mar 16:29
15c6543
Compare
Choose a tag to compare

What’s Changed

⚠ Breaking Changes

🐜 Bug Fixes

🚀 Features

  • Return the original predicted scores from SoftmaxSampling @karlhigley (#290)
  • Add error messages for NotImplementedError Exceptions @jperez999 (#280)

🔧 Maintenance

v0.9.0

30 Dec 19:41
Compare
Choose a tag to compare

What’s Changed

🚀 Features

📄 Documentation

🔧 Maintenance

v0.8.0

22 Nov 19:34
Compare
Choose a tag to compare

What’s Changed

⚠ Breaking Changes

  • Move Triton ensemble and executor export to runtime classes @oliverholworthy (#217)
  • Rework Systems operators to use DictArray and LocalExecutor from Merlin Core @karlhigley (#204)

🐜 Bug Fixes

🚀 Features

🔧 Maintenance

v0.7.0: Start using the `validate_schemas` hook from `core` (#95)

24 Oct 18:11
3fae964
Compare
Choose a tag to compare

What’s Changed

🐜 Bug Fixes

🔧 Maintenance

v0.6.0

26 Sep 18:03
a6016fb
Compare
Choose a tag to compare

What’s Changed

🐜 Bug Fixes

🚀 Features

📄 Documentation

🔧 Maintenance

v0.5.0

06 Sep 23:53
f8a0b2a
Compare
Choose a tag to compare

What’s Changed

⚠ Breaking Changes

🐜 Bug Fixes

🚀 Features

📄 Documentation

🔧 Maintenance

v0.4.0

19 Jul 21:21
fac784f
Compare
Choose a tag to compare

What’s Changed

🐜 Bug Fixes

📄 Documentation

🔧 Maintenance