H5grove

Latest version: v2.3.0

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.1.0

What's Changed
* The `dtype` field is now a dictionary of the dtypes of the compound fields for compound datasets and attributes https://github.com/silx-kit/h5grove/pull/69


**Full Changelog**: https://github.com/silx-kit/h5grove/compare/v1.0.0...v1.1.0

1.0.0

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

0.0.16

What's Changed
* Fix handling of np.float128 62 ( thanks cherbon1! )
* Include chunking and compression info in dataset metadata 64

**Full Changelog**: https://github.com/silx-kit/h5grove/compare/v0.0.15...v0.0.16

0.0.15

What's Changed
* Add support for JSON serialization of `float128` by converting to `float` https://github.com/silx-kit/h5grove/pull/60


**Full Changelog**: https://github.com/silx-kit/h5grove/compare/v0.0.14...v0.0.15

0.0.14

What's Changed
* Add content-length header in `Response` (was already present for flask but not for tornado) 57
* **:warning: `Response` can no longer be unpacked.** This does not work anymore: `content, headers = response`. Use `response.headers` and `response.content` instead.
* Add a setting to resolve only valid links 58
* This is now the default behaviour when `resolve_links` is not specified.
* Requests with `resolve_links` set to `true` or `false` retain their former behaviour.


**Full Changelog**: https://github.com/silx-kit/h5grove/compare/v0.0.13...v0.0.14

0.0.13

What's Changed
* Add csv, tiff and npy as encodings for downloadable files 54 56
* **:warning: `encoders.npy_stream` was removed**
* Remove `*.pyc` files and `test` folder from the package https://github.com/silx-kit/h5grove/pull/55



**Full Changelog**: https://github.com/silx-kit/h5grove/compare/v0.0.12...v0.0.13

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.