I started working with HDF file format on Python a few weeks ago, and first thing you realize when doing this is that there are two main libraries that are both great though slightly different: Pytables (which works well with ViTables tool for visualization) and h5py (which works well with HDFView and HDFCompass).
Sadly, this two libraries don't behave well together. I read in several places (like here or here) that the idea is to make them compatible by "placing" one on top the other in this way:
This was discussed at SciPy 2015, so my question is: does anyone know how is this going? What is the current situation?