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 versionWorkaround - 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)