Releases: NVIDIA-Merlin/Transformers4Rec
Releases · NVIDIA-Merlin/Transformers4Rec
v0.1.12
What’s Changed
🚀 Features
- Update nv logo in the notebooks @rnyak (#482)
- Update getting started ETL notebook to generate schema file from nvt and training nb to read the schema file @rnyak (#471)
- Make the model traceable with Torchscript @edknv (#469)
- Fix sparse_max dict in the export_pytorch_ensemble() func @rnyak (#468)
- fix tutorial ETL pipeline @rnyak (#467)
- Small fixes in the example notebooks @rnyak (#462)
📄 Documentation
- Update nv logo in the notebooks @rnyak (#482)
- Second pass for removing mention of TensorFlow @mikemckiernan (#479)
- Remove mention of TensorFlow @mikemckiernan (#474)
🔧 Maintenance
- Update processing csv file text in tutorial nb @rnyak (#481)
- Update
versioneer
from 0.20 to 0.23 @oliverholworthy (#472)
v0.1.11
What’s Changed
🐜 Bug Fixes
🚀 Features
- Add the support of prediction step to the Trainer class @sararb (#436)
- Add PostContextFusion block to support Latent Cross technique @sararb (#444)
- support sequential binary task @sararb (#434)
📄 Documentation
- Update the conda install command @mikemckiernan (#445)
🔧 Maintenance
- Integration test data path replacement @jperez999 (#457)
- Remove unnecessary docs dependencies @benfred (#458)
- Don't git pull origin main in unit and integration tests, use container version @karlhigley (#455)
- Move Tensorflow code to
tensorflow
branch @karlhigley (#448) - Update requirement on
nvidia-dllogger
to follow install instructions @karlhigley (#450) - Set
INPUT_DATA_DIR
env var to/tmp/data
in notebook tests @karlhigley (#449)
v0.1.10
v0.1.9
What’s Changed
🐜 Bug Fixes
- fix: Enable tests to succeed @mikemckiernan (#416)
📄 Documentation
- Add common release-drafter configuration @mikemckiernan (#415)
- Improve TOC navigation @mikemckiernan (#413)
🔧 Maintenance
v0.1.8
What's Changed
- docs: Use MyST-NB and ext-toc by @mikemckiernan in #408
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Update reqs by @albert17 in #368
- Add MRR to ranking metrics module by @murphp15 in #354
- Updates Container testing by @albert17 in #379
- chore: Add docs preview to PRs by @mikemckiernan in #382
- fixes for workflow and model triton config creation by @jperez999 in #388
- docs: Add nightly multi-version build by @mikemckiernan in #390
- Set click<8.1.0 by @benfred in #396
- Fix test by @albert17 in #397
- docs: Add a redirect page by @mikemckiernan in #394
- Allow the test_schocastic_swap_noise tests to fail by @benfred in #401
- Remove pinned keras version by @benfred in #398
- Automate pushing package to pypi by @benfred in #402
New Contributors
- @murphp15 made their first contribution in #354
- @mikemckiernan made their first contribution in #382
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
- No changes in this release
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
What's Changed
- Refactor RankingMetric to fix serialization and graph-mode by @sararb in #308
- Adding missing DLLogger requirement for the paper reproducibility example by @gabrielspmoreira in #315
- Add codespell to CI by @benfred in #316
- Disable stochastic swap noise during eval by @gabrielspmoreira in #311
- CI working by @albert17 in #326
- Fix a bug in GPU evaluation with PyArrow dataloader by @WoosukKwon in #325
- Fix save/load tf4rec model by @sararb in #317
- Quick fix of the value returned by fit_and_evaluate by @sararb in #334
- Fixes the OOM error when running all unit tests in CI env and GPU enabled machine by @gabrielspmoreira in #336
- Getting-started notebook with CLM task by @sararb in #332
- Tf end-to-end example notebook by @rnyak in #341
- Integration testing infrastructure by @albert17 in #343
- Ci fix by @jperez999 in #345
New Contributors
- @WoosukKwon made their first contribution in #325
- @jperez999 made their first contribution in #345
Full Changelog: v0.1.2...v0.1.3