RELEASE_NOTES: HDF5 encoding

This commit is contained in:
Robert Jördens 2016-04-05 17:21:51 +08:00
parent 0b32d9946a
commit 7dab0433be
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,12 @@ Release notes
unreleased [1.0rc3]
-------------------
* The HDF5 format has changed. The datasets are located in the subgroup ``datasets``.
* The HDF5 format has changed.
* The datasets are located in the HDF5 subgroup ``datasets``.
* Datasets are now stored without additional type annotations from ARTIQ,
trusting that h5py maps and convert types between HDF5 and python/numpy
"as expected".
1.0rc2