🚀 Streaming v0.11.0
Streaming v0.11.0
is released! Install via pip
:
pip install --upgrade mosaicml-streaming==0.11.0
What's new
1. Introducing registry for customizable components (#858)
StreamingDataset
can now be used with custom Stream
implementations via a registry. See the documentation page for example usage.
🐛 Bug fixes
- Fix
simulation
module import paths (@srstevenson) - Fix
S3Downloader
serialization issues (@wouterzwerink)
What's Changed
- Bound numpy version below 2.2.0 by @snarayan21 in #849
- Fix import paths in
simulation
module by @srstevenson in #838 - Prevent _s3_client from being serialized by @wouterzwerink in #847
- Fix a few typos by @srstevenson in #843
- Change broken user guide link to quick start by @srstevenson in #841
- Remove unused import from quick start example by @srstevenson in #842
- Change simulator UI help text to refer to directory by @srstevenson in #839
- Bump fastapi from 0.115.5 to 0.115.6 by @dependabot in #845
- Bump pydantic from 2.10.2 to 2.10.3 by @dependabot in #846
- Update mosaicml-cli requirement from <0.7,>=0.5.25 to >=0.5.25,<0.8 by @dependabot in #850
- Bump uvicorn from 0.32.1 to 0.34.0 by @dependabot in #855
- Bump pydantic from 2.10.3 to 2.10.4 by @dependabot in #856
- Update huggingface-hub requirement from <0.27,>=0.23.4 to >=0.23.4,<0.28 by @dependabot in #859
- Set
epoch_seed_change
attribute onSimulationDataset
by @srstevenson in #840 - Use registry when creating Stream in StreamingDataset by @es94129 in #858
- Bump pydantic from 2.10.4 to 2.10.5 by @dependabot in #861
New Contributors
- @srstevenson made their first contribution in #838
- @wouterzwerink made their first contribution in #847
- @es94129 made their first contribution in #858
Full Changelog: v0.10.0...v0.11.0