From 7dab0433be58888275132633ba1b4e8ee83b775e Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 5 Apr 2016 17:21:51 +0800 Subject: [PATCH] RELEASE_NOTES: HDF5 encoding --- RELEASE_NOTES.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 588e71aa1..46124c894 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -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