[med-svn] [praat] branch master updated (f347899 -> 75806c1)
Rafael Laboissiere
rafael at debian.org
Sun Sep 24 06:50:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
rafael pushed a change to branch master
in repository praat.
from f347899 Changelog entry for version 6.0.31-1
new a852891 New upstream version 6.0.32
new 5b9f808 Merge tag 'upstream/6.0.32'
new e5999d5 d/What_s_new_.html: Update for new upstream release
new 05ac2e0 d/control: Bump Standards-Version to 4.1.0 (no changes needed)
new 8b0e30d d/praat-open-files: Use Python 3
new 786af3b d/control: Depends on Python 3
new 75806c1 Changelog entry for version 6.0.32-1
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
EEG/EEG.cpp | 6 +-
EEG/EEG.h | 4 +-
EEG/ERPTier.cpp | 25 +-
EEG/ERPTier.h | 12 +-
EEG/ERPWindow.cpp | 26 +-
EEG/praat_EEG.cpp | 22 +-
LPC/Cepstrogram.cpp | 16 +-
LPC/Cepstrogram.h | 2 +-
LPC/Cepstrum.h | 4 +-
LPC/LPC.cpp | 32 +-
LPC/LPC_and_LineSpectralFrequencies.cpp | 46 +-
LPC/LPC_and_Polynomial.cpp | 8 +-
LPC/LPC_to_Spectrogram.cpp | 13 +-
LPC/Sound_and_LPC.cpp | 10 +-
LPC/Sound_and_LPC_robust.cpp | 14 +-
LPC/manual_LPC.cpp | 6 -
artsynth/Art_Speaker.cpp | 38 +-
artsynth/Art_Speaker_Delta.cpp | 16 +-
artsynth/Artword.cpp | 38 +-
artsynth/Artword.h | 40 +-
artsynth/ArtwordEditor.cpp | 24 +-
artsynth/ArtwordEditor.h | 6 +-
artsynth/praat_Artsynth.cpp | 36 +-
debian/What_s_new_.html | 18 +-
debian/changelog | 10 +
debian/control | 4 +-
debian/praat-open-files | 2 +-
dwsys/FileInMemory.cpp | 2 +-
dwsys/NUM2.cpp | 25 +-
dwsys/NUM2.h | 10 +-
dwsys/NUMcomplex.cpp | 73 +-
dwsys/NUMhuber.cpp | 18 +-
dwsys/NUMstring.cpp | 2 +-
dwtest/speechsynthesizer_test.praat | 6 +-
dwtest/test_ActivationList.praat | 2 +-
dwtest/test_Eigen.praat | 2 +-
dwtest/test_MDS.praat | 2 +-
dwtest/test_PatternList.praat | 2 +-
dwtest/test_Polynomial.praat | 8 +-
dwtools/CCA.cpp | 4 +-
dwtools/ComplexSpectrogram.cpp | 4 +-
dwtools/DTW.cpp | 15 +-
dwtools/DataModeler.cpp | 7 +-
dwtools/Discriminant.cpp | 4 +-
dwtools/FilterBank.cpp | 21 +-
dwtools/GaussianMixture.cpp | 2 +-
dwtools/ICA.cpp | 226 ++--
dwtools/ICA.h | 1 +
dwtools/KlattGrid.cpp | 4 +-
dwtools/LongSound_extensions.cpp | 6 +-
dwtools/Matrix_extensions.cpp | 2 +-
dwtools/MixingMatrix.cpp | 10 +-
dwtools/MixingMatrix.h | 2 +
dwtools/PCA.cpp | 4 +-
dwtools/Pitch_extensions.cpp | 44 +-
dwtools/Polynomial.cpp | 151 +--
dwtools/Polynomial.h | 4 +-
dwtools/Polynomial_def.h | 2 +-
dwtools/SSCP.cpp | 4 +-
dwtools/Sound_and_MixingMatrix.cpp | 3 +
dwtools/Sound_and_Spectrogram_extensions.cpp | 28 +-
dwtools/Sound_extensions.cpp | 50 +-
dwtools/Sound_extensions.h | 6 +-
dwtools/Sound_to_Pitch2.cpp | 25 +-
dwtools/Sound_to_SPINET.cpp | 78 +-
dwtools/SpeechSynthesizer_and_TextGrid.cpp | 4 +-
dwtools/Table_extensions.cpp | 24 +-
dwtools/Table_extensions.h | 4 +-
dwtools/TextGrid_and_DurationTier.cpp | 4 +-
dwtools/TextGrid_and_DurationTier.h | 2 +-
dwtools/TextGrid_and_PitchTier.cpp | 55 +-
dwtools/TextGrid_and_PitchTier.h | 6 +-
dwtools/TextGrid_extensions.cpp | 14 +-
dwtools/VowelEditor.cpp | 91 +-
dwtools/manual_BSS.cpp | 43 +-
dwtools/manual_dwtools.cpp | 144 ++-
dwtools/praat_BSS_init.cpp | 54 +-
dwtools/praat_DataModeler_init.cpp | 16 +-
dwtools/praat_David_init.cpp | 25 +-
fon/ExperimentMFC.cpp | 10 +-
fon/Experiment_enums.h | 5 +-
fon/FormantGrid.cpp | 8 +-
fon/FormantGridEditor.cpp | 2 +-
fon/Ltas.cpp | 4 +-
fon/ManipulationEditor.cpp | 71 +-
fon/Matrix.cpp | 4 +-
fon/Pitch.cpp | 156 +--
fon/Pitch.h | 32 +-
fon/PitchEditor.cpp | 6 +-
fon/PitchTier.cpp | 24 +-
fon/PitchTier.h | 9 +-
fon/Pitch_AnyTier_to_PitchTier.cpp | 2 +-
fon/Pitch_Intensity.cpp | 2 +-
fon/Pitch_to_PointProcess.cpp | 12 +-
fon/PointEditor.cpp | 2 +-
fon/Praat_tests.cpp | 152 ++-
fon/Praat_tests.h | 2 +-
fon/Praat_tests_enums.h | 9 +-
fon/RealTier.cpp | 4 +-
fon/RealTierEditor.cpp | 6 +-
fon/RunnerMFC.cpp | 12 +-
fon/Sampled.cpp | 6 +-
fon/Sampled.h | 4 +-
fon/SampledXY_def.h | 4 +-
fon/Sampled_def.h | 4 +-
fon/Sound.cpp | 82 +-
fon/Sound.h | 10 +-
fon/SoundEditor.cpp | 2 +-
fon/SoundRecorder.cpp | 20 +-
fon/Sound_and_Spectrogram.cpp | 20 +-
fon/Sound_and_Spectrogram.h | 4 +-
fon/Sound_audio.cpp | 8 +-
fon/Sound_files.cpp | 2 +-
fon/Sound_to_Cochleagram.cpp | 2 +-
fon/Sound_to_Formant.cpp | 4 +-
fon/Sound_to_Harmonicity_GNE.cpp | 4 +-
fon/Sound_to_Intensity.cpp | 24 +-
fon/Sound_to_Pitch.cpp | 20 +-
fon/Spectrum.cpp | 2 +-
fon/TextGrid.cpp | 50 +-
fon/TextGrid.h | 26 +-
fon/TextGridEditor.cpp | 36 +-
fon/TextGrid_Sound.cpp | 48 +-
fon/TextGrid_Sound.h | 8 +-
fon/TimeSoundAnalysisEditor.cpp | 132 +-
fon/TimeSoundAnalysisEditor_enums.h | 4 +-
fon/TimeSoundEditor.cpp | 16 +-
fon/VocalTract_to_Spectrum.cpp | 35 +-
fon/VoiceAnalysis.cpp | 10 +-
fon/manual_Fon.cpp | 41 -
fon/manual_Manual.cpp | 4 +-
fon/manual_Picture.cpp | 6 +-
fon/manual_Script.cpp | 363 ++++--
fon/manual_annotation.cpp | 4 +-
fon/manual_glossary.cpp | 4 +-
fon/manual_sound.cpp | 78 +-
fon/manual_soundFiles.cpp | 6 +-
fon/manual_spectrum.cpp | 26 +-
fon/manual_tutorials.cpp | 25 +-
fon/praat_Fon.cpp | 64 +-
fon/praat_Matrix.cpp | 20 +-
fon/praat_Sound.cpp | 30 +-
fon/praat_TextGrid_init.cpp | 62 +-
fon/praat_Tiers.cpp | 29 +-
fon/praat_TimeTier.cpp | 4 +-
gram/Network.cpp | 10 +-
gram/Network.h | 4 +-
gram/Network_enums.h | 5 +-
gram/OTGrammar.cpp | 118 +-
gram/OTGrammarEditor.cpp | 18 +-
gram/OTGrammar_enums.h | 5 +-
gram/OTMulti.cpp | 92 +-
gram/OTMultiEditor.cpp | 2 +-
main/main_Praat.cpp | 6 +-
num/NUMarrays.cpp | 2 +-
num/NUMsort.cpp | 117 +-
stat/Table.cpp | 16 +-
stat/Table.h | 6 +-
stat/TableEditor.cpp | 2 +-
stat/TableOfReal.cpp | 34 +-
stat/TableOfReal.h | 8 +-
stat/praat_Stat.cpp | 118 +-
stat/praat_TableOfReal.cpp | 8 +-
sys/Data.cpp | 64 +-
sys/Data.h | 43 +-
sys/DataEditor.cpp | 43 +-
sys/DemoEditor.cpp | 4 +-
sys/Editor.cpp | 8 +-
sys/EditorM.h | 126 +-
sys/Editor_enums.h | 10 +-
sys/Formula.cpp | 786 +++++++++---
sys/Formula.h | 6 +-
sys/Graphics.cpp | 24 +-
sys/Graphics.h | 16 +-
sys/GraphicsP.h | 12 +-
sys/GraphicsPostscript.cpp | 20 +-
sys/Graphics_enums.h | 24 +-
sys/Graphics_image.cpp | 4 +-
sys/Graphics_record.cpp | 2 +-
sys/Graphics_text.cpp | 208 +--
sys/Graphics_utils.cpp | 2 +-
sys/GuiText.cpp | 6 +-
sys/HyperPage.cpp | 136 +-
sys/HyperPage.h | 54 +-
sys/Interpreter.cpp | 1343 +++++++++++++-------
sys/Interpreter.h | 10 +-
sys/ManPage.h | 4 +-
sys/ManPages.cpp | 63 +-
sys/ManPagesM.h | 50 +-
sys/Manual.cpp | 67 +-
sys/PAIRWISE_SUM.h | 542 ++++++++
sys/Preferences.cpp | 10 +-
sys/Preferences.h | 16 +-
sys/Printer.cpp | 14 +-
sys/Printer.h | 10 +-
sys/TextEditor.cpp | 2 +-
sys/Ui.cpp | 71 +-
sys/abcio.cpp | 152 ++-
sys/abcio.h | 15 +-
sys/abcio_enums.h | 8 +-
sys/complex.cpp | 193 +--
sys/complex.h | 111 +-
sys/enums.h | 18 +-
sys/enums_getText.h | 10 +-
sys/enums_getValue.h | 14 +-
sys/melder.cpp | 42 +-
sys/melder.h | 138 +-
sys/melder_alloc.cpp | 11 +-
sys/melder_atof.cpp | 78 +-
sys/melder_audio.cpp | 60 +-
sys/melder_audiofiles.cpp | 14 +-
sys/melder_debug.cpp | 15 +-
sys/melder_files.cpp | 20 +-
sys/melder_ftoa.cpp | 48 +-
sys/melder_readtext.cpp | 32 +-
sys/melder_textencoding.cpp | 74 +-
sys/melder_writetext.cpp | 20 +-
sys/oo.h | 31 +-
sys/oo_CAN_WRITE_AS_ENCODING.h | 16 +-
sys/oo_COPY.h | 22 +-
sys/oo_DESCRIPTION.h | 16 +-
sys/oo_DESTROY.h | 16 +-
sys/oo_EQUAL.h | 24 +-
sys/oo_READ_BINARY.h | 40 +-
sys/oo_READ_TEXT.h | 42 +-
sys/oo_WRITE_BINARY.h | 28 +-
sys/oo_WRITE_TEXT.h | 46 +-
sys/oo_undef.h | 8 +-
sys/praat.cpp | 26 +-
sys/praat.h | 43 +-
sys/praat_logo.cpp | 2 +-
sys/praat_objectMenus.cpp | 14 +-
sys/praat_picture.cpp | 38 +-
sys/praat_script.cpp | 4 +-
sys/praat_version.h | 8 +-
sys/prefs.h | 2 +-
sys/prefs_define.h | 6 +-
sys/prefs_install.h | 4 +-
sys/tensor.cpp | 1052 ++-------------
sys/tensor.h | 42 +-
test/createPraatTests.praat | 83 ++
test/dwtools/Discriminant.praat | 2 +-
test/fon/Sound_to_Formant.praat | 5 +-
test/fon/Sound_to_LPC.praat | 4 +-
test/fon/Spectrum_draw.praat | 4 +-
test/fon/data.praat | Bin 13492 -> 13554 bytes
test/fon/endian.praat | 29 +-
test/fon/resample16_8.praat | 12 +-
test/fon/resample22_8.praat | 10 +-
test/fon/resample44_8.praat | 12 +-
test/fon/soundFiles.praat | 6 +-
test/num/alloc.praat | 44 +
test/num/assign.praat | 11 +
test/num/mean.R | 2 +-
test/num/mean.praat | 38 +-
test/num/mul.praat | 26 +
test/num/plusgets.praat | 17 +
test/num/sort.praat | 21 +
test/num/sum.praat | 7 +-
test/{runAllTests.praat => runAllPraatTests.praat} | 4 +-
...ests_leak.praat => runAllPraatTests_leak.praat} | 10 +-
test/script/RBM.praat | 74 +-
test/script/script.praat | Bin 390 -> 576 bytes
test/sys/Formula.cpp.praat | 59 +
test/sys/object.praat | 34 +-
test/sys/script2.praat | Bin 4276 -> 4734 bytes
266 files changed, 6196 insertions(+), 5002 deletions(-)
create mode 100644 sys/PAIRWISE_SUM.h
create mode 100644 test/createPraatTests.praat
create mode 100644 test/num/alloc.praat
create mode 100644 test/num/assign.praat
create mode 100644 test/num/mul.praat
create mode 100644 test/num/plusgets.praat
create mode 100644 test/num/sort.praat
rename test/{runAllTests.praat => runAllPraatTests.praat} (98%)
rename test/{runAllTests_leak.praat => runAllPraatTests_leak.praat} (96%)
create mode 100644 test/sys/Formula.cpp.praat
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git
More information about the debian-med-commit
mailing list