Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@dakinggg dakinggg released this 25 Sep 02:34
· 8 commits to main since this release

🚀 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

Full Changelog: v0.8.1...v0.9.0