Skip to content

Releases: NVIDIA-Merlin/NVTabular

v1.4.0

06 Sep 18:40
16e4e34
Compare
Choose a tag to compare

What’s Changed

⚠ Breaking Changes

🐜 Bug Fixes

🚀 Features

📄 Documentation

🔧 Maintenance

v1.3.3: Increase rossmann integration test threshold (#1631)

22 Jul 19:55
bc71785
Compare
Choose a tag to compare
Increase rossmann integration test threshold

We were failing on some tests, because the results were 1.5e-04 different
instead of the 1e-04 tolerance we had specified. Raise the tolerance to
make sure tests pass

v1.3.2: Inference Integration test fix (#1627)

20 Jul 17:39
465fb4e
Compare
Choose a tag to compare
* skip download step, that is not allowed in CI

* fix inference data creation path helper

v1.3.1

19 Jul 20:54
6c32ec3
Compare
Choose a tag to compare

What’s Changed

🔧 Maintenance

v1.3.0

19 Jul 00:36
298aec8
Compare
Choose a tag to compare

What’s Changed

🐜 Bug Fixes

📄 Documentation

🔧 Maintenance

v1.2.2

21 Jun 22:51
6645899
Compare
Choose a tag to compare

What’s Changed

🐜 Bug Fixes

📄 Documentation

🔧 Maintenance

v1.2.1

16 Jun 19:54
6d07ed4
Compare
Choose a tag to compare

What’s Changed

🔧 Maintenance

v1.2.0

15 Jun 00:00
90e4346
Compare
Choose a tag to compare

What’s Changed

🐜 Bug Fixes

📄 Documentation

🔧 Maintenance

v1.1.1: Fix install model_config_pb2.py (#1538)

10 May 20:11
abadde0
Compare
Choose a tag to compare
We are generating the model_config_pb2.py file from a protobuf script,
but doing this as part of the 'build_ext' phase - running at the same
time as building our native extensions. This caused the build to not
pick up the generated python file unless it already existed.

Fix by moving the proto generation to the correct 'build_py' phase

v1.1.0

10 May 00:02
c5176ca
Compare
Choose a tag to compare

Known Issues

  • Error when sending request to Triton after loading a Transformers4Rec PyTorch model #1502

What's Changed

Full Changelog: v1.0.0...v1.1.0