Skip to content

v1.0.0 πŸŽ‰

Compare
Choose a tag to compare
@loichuder loichuder released this 08 Jun 13:06
· 73 commits to main since this release

What's changed

  • ✨ Added a FastAPI implementation in fastapi_utils #67 #68 ( thanks @shabihsherjeel ! )
    • ⚠️ Breaking change: flaskutils and tornadoutils were renamed to flask_utils and tornado_utils
  • ✨ Added dtype argument to encode and /data/ endpoint #65. dtype can have two values:
    • origin (default): do not change the dtype of the returned data
    • safe: 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