v0.9.0
🚀 Streaming v0.9.0
Streaming v0.9.0
is released! Install via pip
:
pip install --upgrade mosaicml-streaming==0.9.0
Whats new
1. Improved compatibility for ndarray and json types (#776, #777)
It is now possible to have columns including a map type successfully convert to JSON in an MDS file if the given type for the column is specified as 'json', and allows the JSON encoder to handle ndarray types.
What's Changed
- Bump fastapi from 0.112.1 to 0.112.2 by @dependabot in #768
- Bump ci testing by @snarayan21 in #770
- Bump jupyter from 1.0.0 to 1.1.1 by @dependabot in #772
- Bump fastapi from 0.112.2 to 0.114.0 by @dependabot in #779
- Bump pydantic from 2.8.2 to 2.9.1 by @dependabot in #778
- Allow JSON encoder to handle ndarray by @srowen in #777
- Add MapType as JSON-compatible by @srowen in #776
- Bump fastapi from 0.114.0 to 0.114.2 by @dependabot in #783
- Update datasets requirement from <3,>=2.4.0 to >=2.4.0,<4 by @dependabot in #784
- Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #782
- Bump main branch to 0.10.0.dev0 by @dakinggg in #790
Full Changelog: v0.8.1...v0.9.0