v0.7.4
🚀 Streaming v0.7.4
Streaming v0.7.4
is released! Install via pip
:
pip install --upgrade mosaicml-streaming==0.7.4
🐛 Bug Fixes
- Download to temporary path from azure by @philipnrmn in #566
- fix(merge_index): scheme was not well formatted by @fwertel in #576
- Update misplaced params of _format_remote_index_files by @lsongx in #584
- Modifications to resumption shared memory allowing
load_state_dict
multiple times. by @snarayan21 in #593
What's Changed
- Bump fastapi from 0.108.0 to 0.109.0 by @dependabot in #564
- Bump gitpython from 3.1.40 to 3.1.41 by @dependabot in #565
- Download to temporary path from azure by @philipnrmn in #566
- Use
tempfile.gettempdir()
instead of a hardcoded temp root. by @knighton in #570 - fix(merge_index): scheme was not well formatted by @fwertel in #576
- Bump uvicorn from 0.25.0 to 0.26.0 by @dependabot in #572
- Bump sphinx-tabs from 3.4.4 to 3.4.5 by @dependabot in #571
- Update misplaced params of _format_remote_index_files by @lsongx in #584
- Remove .ci folder and move FILE_HEADER and CODEOWNERS by @irenedea in #588
- Modifications to resumption shared memory allowing
load_state_dict
multiple times. by @snarayan21 in #593 - Bump version to 0.7.4 by @snarayan21 in #595
New Contributors
- @philipnrmn made their first contribution in #566
- @fwertel made their first contribution in #576
- @lsongx made their first contribution in #584
- @irenedea made their first contribution in #588
Full Changelog: v0.7.3...v0.7.4