[med-svn] [praat] branch master updated (23ad6d0 -> 5e5e5c1)
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Mon Jun 27 21:48:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a change to branch master
in repository praat.
from 23ad6d0 Merge tag 'upstream/6.0.18'
new db8a34e Use my Debian email address
new 0993113 Imported Upstream version 6.0.19
new d3fe51e Merge tag 'upstream/6.0.19'
new 204a212 Update upstream changelog
new 5e5e5c1 Changelog entry for version 6.0.19-1
The 5 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:
FFNet/FFNet.cpp | 6 +-
...ies.cpp => FFNet_ActivationList_Categories.cpp} | 14 +-
...egories.h => FFNet_ActivationList_Categories.h} | 16 +-
FFNet/{FFNet_Pattern.cpp => FFNet_PatternList.cpp} | 10 +-
FFNet/{FFNet_Pattern.h => FFNet_PatternList.h} | 12 +-
...on.cpp => FFNet_PatternList_ActivationList.cpp} | 52 +--
...vation.h => FFNet_PatternList_ActivationList.h} | 24 +-
FFNet/FFNet_PatternList_Categories.cpp | 99 +++++
...Categories.h => FFNet_PatternList_Categories.h} | 24 +-
FFNet/FFNet_Pattern_Categories.cpp | 99 -----
FFNet/Makefile | 10 +-
.../Artword_to_Art.cpp => FFNet/RBM_extensions.cpp | 25 +-
EEG/ERP_def.h => FFNet/RBM_extensions.h | 19 +-
FFNet/manual_FFNet.cpp | 122 +++---
FFNet/praat_FFNet_init.cpp | 180 +++++----
LPC/LPC_and_LineSpectralFrequencies.cpp | 305 ++++++++++++++
.../LPC_and_LineSpectralFrequencies.h | 29 +-
LPC/LPC_and_Polynomial.cpp | 4 +-
LPC/LPC_to_Spectrum.cpp | 3 +-
LPC/LineSpectralFrequencies.cpp | 140 +++++++
LPC/LineSpectralFrequencies.h | 50 +++
.../LineSpectralFrequencies_def.h | 44 ++-
LPC/Makefile | 4 +-
LPC/Sound_and_LPC.cpp | 14 +-
LPC/manual_LPC.cpp | 6 +-
LPC/praat_LPC_init.cpp | 47 ++-
contrib/ola/FeatureWeights.cpp | 10 +-
contrib/ola/FeatureWeights.h | 6 +-
contrib/ola/KNN.cpp | 64 +--
contrib/ola/KNN.h | 93 ++---
contrib/ola/KNN_def.h | 2 +-
contrib/ola/KNN_prune.cpp | 10 +-
contrib/ola/KNN_prune.h | 10 +-
contrib/ola/Pattern_to_Categories_cluster.cpp | 6 +-
contrib/ola/Pattern_to_Categories_cluster.h | 10 +-
contrib/ola/manual_KNN.cpp | 112 +++---
contrib/ola/praat_contrib_Ola_KNN.cpp | 152 +++----
debian/What_s_new_.html | 8 +-
debian/changelog | 10 +
debian/control | 2 +-
debian/copyright | 2 +-
dwsys/NUM2.cpp | 50 ++-
dwsys/NUM2.h | 11 +-
dwtest/English_default.SpeechSynthesizer | 14 +
dwtest/espeakdata_voices_names_1.47.04.Strings | 89 +++++
dwtest/espeakdata_voices_names_1.48.04.Strings | 90 +++++
dwtest/iris_4-2-3-3.FFNet | Bin 0 -> 309 bytes
dwtest/old_type.Activation | Bin 0 -> 8097 bytes
dwtest/old_type.Pattern | Bin 0 -> 8094 bytes
dwtest/speechsynthesizer_test.praat | 73 ++++
dwtest/test_Activation.praat | 25 --
dwtest/test_ActivationList.praat | 34 ++
dwtest/test_LineSpectralFrequencies.praat | 32 ++
dwtest/test_PatternList.praat | 34 ++
dwtest/test_Polynomial.praat | 67 ++++
dwtest/test_SpeechSynthesizer.praat | 21 +-
dwtools/{Activation.cpp => ActivationList.cpp} | 24 +-
dwtools/{Activation.h => ActivationList.h} | 20 +-
...cpp => Discriminant_PatternList_Categories.cpp} | 14 +-
...ies.h => Discriminant_PatternList_Categories.h} | 26 +-
dwtools/Eigen_and_Matrix.h | 2 +-
dwtools/Excitations.cpp | 6 +-
dwtools/Excitations.h | 4 +-
dwtools/Makefile | 6 +-
dwtools/{Pattern.cpp => PatternList.cpp} | 46 ++-
dwtools/{Pattern.h => PatternList.h} | 25 +-
dwtools/Polynomial.cpp | 230 ++++++++++-
dwtools/Polynomial.h | 48 ++-
dwtools/Polynomial_def.h | 10 +-
dwtools/Spectrogram_extensions.cpp | 14 +-
dwtools/TableOfReal_extensions.cpp | 8 +-
dwtools/TableOfReal_extensions.h | 6 +-
dwtools/Table_extensions.h | 1 -
dwtools/manual_dwtools.cpp | 40 +-
dwtools/praat_David_init.cpp | 271 ++++++++++---
dwtools/praat_HMM_init.cpp | 4 +-
fon/manual_tutorials.cpp | 6 +-
fon/praat_Fon.cpp | 4 +-
gram/RBM.cpp | 8 +-
gram/RBM.h | 8 +-
gram/praat_gram.cpp | 24 +-
stat/Table.cpp | 8 +-
sys/Formula.cpp | 440 ++++++++++++++-------
sys/Formula.h | 31 +-
sys/Graphics_colour.cpp | 4 +-
sys/Interpreter.cpp | 371 ++++++++++++-----
sys/Interpreter.h | 16 +-
sys/Strings.cpp | 8 +-
sys/melder.h | 10 +-
sys/melder_files.cpp | 8 +-
sys/praat_objectMenus.cpp | 4 +-
sys/praat_version.h | 8 +-
test/script/arrays.praat | 58 +--
test/script/indexedVariables.praat | 47 +++
94 files changed, 2987 insertions(+), 1276 deletions(-)
rename FFNet/{FFNet_Activation_Categories.cpp => FFNet_ActivationList_Categories.cpp} (86%)
rename FFNet/{FFNet_Activation_Categories.h => FFNet_ActivationList_Categories.h} (67%)
rename FFNet/{FFNet_Pattern.cpp => FFNet_PatternList.cpp} (77%)
rename FFNet/{FFNet_Pattern.h => FFNet_PatternList.h} (76%)
rename FFNet/{FFNet_Pattern_Activation.cpp => FFNet_PatternList_ActivationList.cpp} (61%)
rename FFNet/{FFNet_Pattern_Activation.h => FFNet_PatternList_ActivationList.h} (55%)
create mode 100644 FFNet/FFNet_PatternList_Categories.cpp
rename FFNet/{FFNet_Pattern_Categories.h => FFNet_PatternList_Categories.h} (57%)
delete mode 100644 FFNet/FFNet_Pattern_Categories.cpp
copy artsynth/Artword_to_Art.cpp => FFNet/RBM_extensions.cpp (50%)
copy EEG/ERP_def.h => FFNet/RBM_extensions.h (68%)
create mode 100644 LPC/LPC_and_LineSpectralFrequencies.cpp
copy dwtools/Categories_def.h => LPC/LPC_and_LineSpectralFrequencies.h (61%)
create mode 100644 LPC/LineSpectralFrequencies.cpp
create mode 100644 LPC/LineSpectralFrequencies.h
copy dwtools/Categories_def.h => LPC/LineSpectralFrequencies_def.h (50%)
create mode 100644 dwtest/English_default.SpeechSynthesizer
create mode 100644 dwtest/espeakdata_voices_names_1.47.04.Strings
create mode 100644 dwtest/espeakdata_voices_names_1.48.04.Strings
create mode 100644 dwtest/iris_4-2-3-3.FFNet
create mode 100644 dwtest/old_type.Activation
create mode 100644 dwtest/old_type.Pattern
create mode 100644 dwtest/speechsynthesizer_test.praat
delete mode 100644 dwtest/test_Activation.praat
create mode 100644 dwtest/test_ActivationList.praat
create mode 100644 dwtest/test_LineSpectralFrequencies.praat
create mode 100644 dwtest/test_PatternList.praat
create mode 100644 dwtest/test_Polynomial.praat
rename dwtools/{Activation.cpp => ActivationList.cpp} (71%)
rename dwtools/{Activation.h => ActivationList.h} (68%)
rename dwtools/{Discriminant_Pattern_Categories.cpp => Discriminant_PatternList_Categories.cpp} (70%)
rename dwtools/{Discriminant_Pattern_Categories.h => Discriminant_PatternList_Categories.h} (57%)
rename dwtools/{Pattern.cpp => PatternList.cpp} (65%)
rename dwtools/{Pattern.h => PatternList.h} (64%)
create mode 100644 test/script/indexedVariables.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