Skip to content

Releases: NVIDIA-Merlin/dataloader

v23.06.00

22 Jun 20:21
9437d76
Compare
Choose a tag to compare
Update merlin-core version specifier to match current release (#154)

v23.08.00: update workflow on which docs pr preview depends (#141)

29 Aug 16:35
e73d8ba
Compare
Choose a tag to compare
Co-authored-by: Oliver Holworthy <oholworthy@nvidia.com>
Co-authored-by: Karl Higley <kmhigley@gmail.com>

v23.05.00

31 May 14:52
ec9bedf
Compare
Choose a tag to compare

What’s Changed

🐜 Bug Fixes

🚀 Features

🔧 Maintenance

v23.04.00

26 Apr 19:09
Compare
Choose a tag to compare

What’s Changed

⚠ Breaking Changes

🐜 Bug Fixes

  • Apply device context when converting to torch tensors @edknv (#135)
  • Revert "Set device for torch tensors with gpu > 1 (#132)" @edknv (#134)
  • Set device for torch tensors with gpu > 1 @edknv (#132)
  • Apply map function when peeking in tensorflow @edknv (#129)
  • remove numpy tensorflow conversion logic in tf dataloader @jperez999 (#122)
  • Change row lengths unit tests to use cpu and single gpu @edknv (#115)
  • Put row lengths on the same device on gpu @edknv (#113)

🚀 Features

🔧 Maintenance

v23.02.01

13 Mar 18:36
103f724
Compare
Choose a tag to compare

What's Changed

🔧 Maintenance

Full Changelog: v23.02.00...v23.02.01

v23.02.00

08 Mar 16:39
02aad21
Compare
Choose a tag to compare

What’s Changed

🚀 Features

📄 Documentation

🔧 Maintenance

New Contributors

Full Changelog: v0.0.4...v23.02.00

v0.0.4

30 Dec 19:46
Compare
Choose a tag to compare
Use tf.function for list column operations (#89)

v0.0.3

23 Nov 14:31
Compare
Choose a tag to compare

What’s Changed

🐜 Bug Fixes

  • Put values and offsets on the same device on gpu(#45)

🚀 Features

  • Dl transforms (#41)

📄 Documentation

  • docs: Add basic SEO configuration (#43)

🔧 Maintenance

  • add capability to target branch for unit test in cpu on tox (#58)
  • Add lint workflow using pre-commit (#55)
  • clear init to ensure loading of framework specific ops only (#48)
  • add tox ini as entrypoint for tests in cpu gha (#42)

v0.0.2

25 Oct 20:45
fc97a8f
Compare
Choose a tag to compare
Add MANIFEST.in (#40)

v0.0.1

25 Oct 20:04
e92d341
Compare
Choose a tag to compare
Update README.md