v1.0.0 π
What's changed
- β¨ Added a FastAPI implementation in
fastapi_utils
#67 #68 ( thanks @shabihsherjeel ! )β οΈ Breaking change:flaskutils
andtornadoutils
were renamed toflask_utils
andtornado_utils
- β¨ Added
dtype
argument toencode
and/data/
endpoint #65.dtype
can have two values:origin
(default): do not change the dtype of the returned datasafe
: convert the dtype of the returned data to a dtype supported by JS TypedArray (if possible)
β οΈ Breaking change: Previously, the default behaviour of/data
was to convert the dtype (safe
). Now, by default, the dtype is unchanged (origin
).
Full Changelog: v0.0.16...v1.0.0