Versions Compared

Key

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

...

Known Issues

  • pytables does not load . pytables needs to be rebuilt against the new hdf5 library. We expect to address this in the next versiondue to inconsistency between the version of the hdf5 library (1.8.13) and h5py library (HDF 1.8.6) in the relese. Workaround - import h5py before tables, that is:
    import h5py
    import tables
    • this should be fixed in the next release.
  • h5py linked to older hdf5 library - meaning users cannot explore new features of the hdf5 library through h5py (likewise for tables)
  • using key strings with configStore/calibStore has bug on Python side - fixed in next release.