Skip to content

Releases: Lightning-AI/litdata

v0.2.25

28 Aug 15:51
f9c0713
Compare
Choose a tag to compare

What's Changed

  • fix(ci): prune duplicated tests/checks by @Borda in #333
  • fix(lint): prune invalid configurations by @Borda in #334
  • ci: enable testing py3.10 & prune unused workflows by @Borda in #335
  • bump: use the latest/fixed version of RequirementCache by @Borda in #336
  • Fix: Ensure Compression Algorithm is Installed Before Reading Compressed Data by @bhimrazy in #342
  • Bump: release version 0.2.25 by @bhimrazy in #343

Full Changelog: v0.2.24...v0.2.25

v0.2.24

14 Aug 18:57
36049a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.23...v0.2.24

v0.2.23

07 Aug 10:04
e584d65
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.22...v0.2.23

Release 0.2.22

05 Aug 08:38
c8509cc
Compare
Choose a tag to compare

What's Changed

  • Add support for passing the start_method to optimize by @tchaton in #298
  • Add compression example in the readme by @tchaton in #300
  • Enforce passing item_loader when customizing underlying storage format by @tchaton in #296
  • Optimization when there is no data to download by @tchaton in #301
  • Pre release 0.2.22 by @tchaton in #302

Full Changelog: v0.2.21...v0.2.22

Weekly release 0.2.21

01 Aug 16:33
7f830b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.20...v0.2.21

Weekly release 0.2.20

01 Aug 13:48
b2974f8
Compare
Choose a tag to compare

What's Changed

  • Fix: Prevent xarray hanging due to lock and wrong multiprocessing default by @tchaton in #284
  • Bump mosaicml-streaming from 0.7.6 to 0.8.0 by @dependabot in #289
  • Update pytest requirement from ==8.2.* to ==8.3.* by @dependabot in #287
  • Reduce uploaders by @tchaton in #290

Full Changelog: v0.2.19...v0.2.20

0.2.19

30 Jul 10:24
3d3a287
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.18...v0.2.19

0.2.18

24 Jul 21:34
b20f37f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.17...v0.2.18

v0.2.17

22 Jul 13:05
09129c1
Compare
Choose a tag to compare

This release contains new features and fixes for distributed training.

Important: This release fixes hangs in distributed training by ensuring the same number of batches are returned on each rank (#237). However, this and other fixes change how samples are assigned to ranks and is therefore a breaking change. Resuming from checkpoints created with an older version of LitData will not be valid (if you are using the stateful data loader feature).

What's Changed

New Contributors

Full Changelog: v0.2.16...v0.2.17

v0.2.16

11 Jul 12:13
1b354d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.15...v0.2.16