Skip to content
  • Gregory Ashton's avatar
    Close #17 move output format to h5 · ea2a7aa7
    Gregory Ashton authored
    Removes use of pickle in favour of h5 format. Uses deepdish
    (https://github.com/uchicago-cs/deepdish) over the more standard
    h5py for the following reasons
    
    - h5py is built around saving 'arrays' while deepdish around saving
      dictionaries
    - provides useful tools to check what data is in the h5 file
    - is well written, provides good documentation and no strange error
      messages (personal experience with trying to implement h5py).
    ea2a7aa7
This project manages its dependencies using pip. Learn more