Skip to content

Releases: silx-kit/h5grove

v0.0.15

28 Feb 14:32
Compare
Choose a tag to compare

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

05 Jan 15:54
Compare
Choose a tag to compare

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

06 Dec 08:22
Compare
Choose a tag to compare

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

01 Dec 15:01
Compare
Choose a tag to compare

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

27 Oct 14:17
Compare
Choose a tag to compare

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

25 Oct 07:18
Compare
Choose a tag to compare
  • 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

22 Oct 08:08
Compare
Choose a tag to compare
  • Fix OS-dependent joining of paths in HDF file #42
  • Include release history in Sphinx doc #43

0.0.7: 2021/10/13

22 Oct 07:16
Compare
Choose a tag to compare

Example apps

  • Disable libhdf5 file locking #37

0.0.6: 2021/09/03

22 Oct 07:16
Compare
Choose a tag to compare

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

22 Oct 07:15
Compare
Choose a tag to compare
  • 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