Skip to content

Releases: Photon-HDF5/phconvert

Version 0.5.5

22 Jun 21:23
Compare
Choose a tag to compare

What's new?

This version adds type checks when saving Photon-HDF5 files as described in this Pull Request.

Version 0.5.4

21 Jun 03:07
Compare
Choose a tag to compare

In this version a few fields have been renamed and a few were added:

  • acquisition_time -> acquisition_duration
  • comment -> description
  • funding (new field)
  • license (new field)

Additionally:

  • The notebook to convert files have been updated to be easier to follow for users new to Jupyter.
  • The default URL saved in the file is now http://photon-hdf5.org

Version 0.5.3

16 Jun 01:46
Compare
Choose a tag to compare

What's new?

  • Still one forgotten rename (e05873a)

Version 0.5.2

16 Jun 01:21
Compare
Choose a tag to compare

What's new?

  • Finish renaming some fields forgotten in the previous release (bd4032d).

Version 0.5.1

14 Jun 22:35
Compare
Choose a tag to compare

What's new

Some fields were renamed, namely:

  • laser_pulse_rate -> laser_repetition_rate
  • alex_period_excitationN -> alex_excitation_periodN

Also, always save binary ASCII strings (instead of unicode strings) to maximize file compatibility.

Version 0.4.8

05 Jun 17:00
Compare
Choose a tag to compare

What's new?

When saving Photon-HDF5 files with phconvert, the fields in detectors_specs are now casted to be the same type as detectors array.

This change does not affect users reading Photon-HDF5 files in Python and MATLAB, but it may simplify the life (and potentially remove a source of confusion) for users using strongly typed languages.