Releases: silx-kit/h5grove
Releases · silx-kit/h5grove
v0.0.15
What's Changed
- Add support for JSON serialization of
float128
by converting to float
#60
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- Add content-length header in
Response
(was already present for flask but not for tornado) #57
- ⚠️
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: v0.0.13...v0.0.14
v0.0.13
What's Changed
- Add csv, tiff and npy as encodings for downloadable files #54 #56
- ⚠️
encoders.npy_stream
was removed
- Remove
*.pyc
files and test
folder from the package #55
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- Add a query param to data endpoint to flatten requested array #49 #50
- Fix 404s for entities with trailing spaces in tornado #53
Full Changelog: v0.0.11...v0.0.12
v0.0.11
0.0.10 was skipped due to a release problem
What's Changed
- Make attr_keys query work in flask/tornadoutils #46
- Stringify RegionReference and Reference attributes #47
Full Changelog: v0.0.9...v0.0.11
v0.0.9
- Added binary format to encoders #44
- ⚠️
orjson_encode
now returns bytes
instead of a Generator
Full Changelog: v0.0.8...v0.0.9
v0.0.8: 2021/10/22
- Fix OS-dependent joining of paths in HDF file #42
- Include release history in Sphinx doc #43
0.0.7: 2021/10/13
Example apps
- Disable
libhdf5
file locking #37
0.0.6: 2021/09/03
encode
module
- Default encoding method can now be passed to
orjson_encode
#35
tornadoutils
/flaskutils
module
- Raise a custom error when a link cannot be resolved #34
0.0.5: 2021/07/29
- Made the method computing stats importable #29
- Made
create_content
and encode
importable from h5grove
content
module
- Allow selection to be a valid slice in data and data_stats #28
tornadoutils
/flaskutils
module
- Make the server return 404 when the file is not found #31