Skip to content

v2.0.7

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Apr 21:45

PATCH NOTES

  • Include the ability to attach attributes to Datasets in write routines.
    • These key-value pairs can be passed through as **kwargs in the write_hdf_data routine (and the relevant functions that dispatch to this base writer).
  • Add the convert and convert_psih4_to_psih5 for converting between HDF versions.
    • The former copies the exact data/attributes from one version to another.
    • The latter enforces PSI conventions when converting between HDF4 and HDF5.
  • This release has significantly updated the API documentation and added examples for writing/convert HDF files.