v0.7.3
🚀 Streaming v0.7.3
Streaming v0.7.3
is released! Install via pip
:
pip install --upgrade mosaicml-streaming==0.7.3
🐛 Bug Fixes
- Logging messages for new defaults only show once per rank. (#543)
- Fixed padding calculation for repeat samples in the partition. (#544)
🔧 Other improvements
- Update copyright license year from 2023 -> 2022-2024. (#560)
What's Changed
- Logging messages from new defaults only show once per rank. by @snarayan21 in #543
- Fixed condition for warning when partitioning over tiny datasets. by @snarayan21 in #544
- Removing stray print statement by @snarayan21 in #553
- Bump pydantic from 2.5.2 to 2.5.3 by @dependabot in #548
- Bump uvicorn from 0.24.0.post1 to 0.25.0 by @dependabot in #549
- Bump fastapi from 0.104.1 to 0.108.0 by @dependabot in #557
- Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #558
- Update copyright: 2023 -> 2022-2024. by @knighton in #560
- Bump version to 0.7.3 by @karan6181 in #562
Full Changelog: v0.7.2...v0.7.3