What's changed
* :sparkles: Added a [FastAPI](https://fastapi.tiangolo.com/) implementation in `fastapi_utils` https://github.com/silx-kit/h5grove/pull/67 https://github.com/silx-kit/h5grove/pull/68 ( thanks shabihsherjeel ! )
* :warning: **Breaking change:** `flaskutils` and `tornadoutils` were renamed to `flask_utils` and `tornado_utils`
* :sparkles: Added `dtype` argument to `encode` and `/data/` endpoint https://github.com/silx-kit/h5grove/pull/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](https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) (if possible)
* :warning: **Breaking change:** Previously, the default behaviour of `/data` was to convert the dtype (`safe`). Now, by default, the dtype is unchanged (`origin`).
**Full Changelog**: https://github.com/silx-kit/h5grove/compare/v0.0.16...v1.0.0