Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@snarayan21 snarayan21 released this 03 Dec 21:14

🚀 Streaming v0.10.0

Streaming v0.10.0 is released! Install via pip:

pip install --upgrade mosaicml-streaming==0.10.0

Improvements

1. Reusable cloud download clients (#817)

  • Streaming now reuses cloud download clients when downloading shard files instead of creating a new client for each download.
  • This avoids run failures that sometimes occur with too many open sockets or excessive cloud authentication requests.

2: py1b shuffle algorithm deprecation (#837)

  • The py1b shuffle algorithm has now been deprecated. Please use the improved py1e (default) or the py1br shuffle algorithms instead.

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0