Skip to content

0.3.0

Compare
Choose a tag to compare
@YannickJadoul YannickJadoul released this 09 Feb 22:31

Added

  • Exposed calls to Praat commands through parselmouth.praat.call.
  • Exposed running Praat scripts through parselmouth.praat.run and parselmouth.praat.run_script.
  • Added Thing.class_name as read-only property to get underlying Praat class, even when that one is not yet exposed.
  • Added name and full_name properties to Thing class.
  • Added save, save_as_text_file, save_as_short_text_file, and save_as_binary_file to Data class.

Changed

  • Updated Praat version to 6.0.37.
  • Updated pybind11 to development version v2.3.dev0 (for py::args bugfix in dispatcher).

Fixed

  • Corrected confusion between get_time_from_frame_number and get_frame_number_from_time in time-sampled classes.
  • Minor fixes to the examples in the docs.