Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • upgraded pytables and h5py to hdf5 version 1.8.13 to resolve the import problem in release ana-0.13.1
  • fix bug with using key strings from Python with configStore
  • additional bug fixed to mpi split scan Translator. Now production ready,
  • Remove warning about invalid experiment number (not correct for running from shmem)

Known Issues

  • h5py and hdf5 users may run into a bug in the hdf5 library 1.8.13. After many loads of a dataset (4194220 I believe), in h5py one can get the error RuntimeError: Unable to register datatype (Can't insert duplicate key). This will be fixed in hdf5 1.8.14 due in November. In the interim, if one can rewrite code to load the dataset less this should resolve it. We can also look into applying the patch to hdf 1.8.13 if need be.none