Skip to content

Releases: reichelu/copasul

1.5.3

20 Apr 18:06
Compare
Choose a tag to compare

fix requirements and setuptools dependencies

v1.5.0

20 Apr 17:18
7834eba
Compare
Choose a tag to compare

add Praat/Parselmouth support for pitch and pulse extraction

v1.4.0

11 Dec 12:45
d14ddd6
Compare
Choose a tag to compare
  • update: copasul_preproc.pp_bv(), copasul_styl.styl_reg_med(): percentiles rounded to 8th decimal due to likely precision differences of different numpy versions.
  • copasul_augment.aug_annot_init() added Windows path support
  • *.py explicit marking of regular expressions for re.search and re.sub
  • dropped support for Python 3.6 due to audeer dependency

1.3.1

21 Nov 19:58
Compare
Choose a tag to compare
  • scripts/run_copasul.py: platform-independent directory string normalization
  • scripts/*praat: cleaned code
  • README.md update
  • setup.cfg update

1.3.0

18 Nov 15:12
Compare
Choose a tag to compare

Version 1.3.0 (2023-11-18)

  • update: copasul.py restructured: all functions now included as methods in Copasul class.
  • update: copasul_init.copa_opt_init()
    • path names standardized to respective platform (so that provided minimal example should run on MS Windows without manual update of the config file)
    • if config input is a string (name of json file), relative paths in this file are expanded relative to its location
  • update: directory structure changed for packaging
  • as a consequence copasul.py cannot be run anymore on the command line. See scripts/example_call.py for a command line script
  • copasul now available as package which can be installed with pip install copasul
  • tests added to tests/ folder
  • praat scripts and example_call.py moved to scripts/ folder
  • documentation updated accordingly

v1.2.3

08 Nov 11:54
Compare
Choose a tag to compare
  • version 1.2.3
  • see CHANGELOG.md

v1.2.2

03 Nov 11:18
Compare
Choose a tag to compare
  • added: fixed random seed for augmentation and clustering reproducibility
  • updated: manual

v1.2.1

21 Oct 12:52
Compare
Choose a tag to compare

updates

  • refactoring and pep8-ification
  • some bugfixes
  • see CHANGELOG.md between versions 1.0.0 and 1.2.1

copasul

09 Apr 13:25
Compare
Choose a tag to compare

Contour-based, parametric, and superpositional intonation stylization - first release