[med-svn] [praat] branch master updated (27ad328 -> 3cd752e)

Rafael Laboissiere rafael at debian.org
Sun Oct 15 22:33:09 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  27ad328   Changelog entry for version 6.0.33-4
       new  02b8b0d   d/s/include-binaries: Remove obsolete file
       new  0102ae6   .gitignore: Extend list of exclusions for Git
       new  8fd7eda   New upstream version 6.0.34
       new  5aebbf5   Merge tag 'upstream/6.0.34'
       new  05d250e   d/p/logis-reg-test-typo.patch: Drop patch (applied upstream)
       new  5c205ef   d/p/fix-unit-test-polynomial.patch: New patch
       new  4367dbd   d/p/fix-unit-test-procrustes.patch: New patch
       new  3cd752e   Changelog entry for version 6.0.34-1

The 8 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:
 .gitignore                                    |    5 +
 EEG/EEG.cpp                                   |  126 +--
 EEG/EEG.h                                     |   18 +-
 EEG/EEGWindow.cpp                             |    2 +-
 EEG/EEGWindow.h                               |    4 +-
 EEG/EEGWindow_prefs.h                         |   44 +-
 EEG/EEG_def.h                                 |    4 +-
 EEG/ERP.cpp                                   |   16 +-
 EEG/ERP.h                                     |    6 +-
 EEG/ERPTier.cpp                               |   92 +-
 EEG/ERPTier.h                                 |   14 +-
 EEG/ERPTier_def.h                             |    4 +-
 EEG/ERPWindow.cpp                             |  252 ++---
 EEG/ERPWindow.h                               |    4 +-
 EEG/ERPWindow_prefs.h                         |   44 +-
 EEG/praat_EEG.cpp                             |   34 +-
 FFNet/FFNet.cpp                               |   14 +-
 FFNet/FFNet_def.h                             |   30 +-
 FFNet/praat_FFNet_init.cpp                    |   18 +-
 LPC/Cepstrum.cpp                              |   14 +-
 LPC/Cepstrum.h                                |   10 +-
 LPC/praat_LPC_init.cpp                        |   45 +-
 artsynth/Art_Speaker_to_VocalTract.cpp        |    8 +-
 artsynth/ArtwordEditor.cpp                    |    8 +-
 artsynth/Artword_Speaker_to_Sound.cpp         |    6 +-
 artsynth/Delta.cpp                            |    4 +-
 artsynth/Delta.h                              |   24 +-
 artsynth/Speaker_to_Delta.cpp                 |   36 +-
 artsynth/praat_Artsynth.cpp                   |   12 +-
 contrib/ola/FeatureWeights.cpp                |  124 +--
 contrib/ola/FeatureWeights.h                  |   16 +-
 contrib/ola/KNN.cpp                           |  492 +++++-----
 contrib/ola/KNN.h                             |  130 ++-
 contrib/ola/KNN_def.h                         |    2 +-
 contrib/ola/KNN_prune.cpp                     |  104 +-
 contrib/ola/KNN_prune.h                       |   44 +-
 contrib/ola/Pattern_to_Categories_cluster.cpp |   36 +-
 contrib/ola/Pattern_to_Categories_cluster.h   |    6 +-
 contrib/ola/praat_contrib_Ola_KNN.cpp         |   28 +-
 debian/changelog                              |   10 +
 debian/patches/fix-polynomial-unit-test.patch |   22 +
 debian/patches/fix-procrustes-unit-test.patch |   21 +
 debian/patches/logis-reg-test-typo.patch      |   16 -
 debian/patches/series                         |    3 +-
 debian/source/include-binaries                |    1 -
 dwsys/Collection_extensions.cpp               |    2 +-
 dwsys/Eigen.cpp                               |  140 +--
 dwsys/Eigen.h                                 |   30 +-
 dwsys/Eigen_def.h                             |    4 +-
 dwsys/Index.cpp                               |    2 +-
 dwsys/Index_def.h                             |    4 +-
 dwsys/NUM2.cpp                                |  732 +++++++-------
 dwsys/NUM2.h                                  |  226 ++---
 dwsys/NUMcblas.cpp                            |  250 ++---
 dwsys/NUMcblas.h                              |   52 +-
 dwsys/NUMclapack.cpp                          | 1286 ++++++++++++-------------
 dwsys/NUMclapack.h                            |  334 +++----
 dwsys/NUMf2c.cpp                              |   22 +-
 dwsys/NUMf2c.h                                |   17 +-
 dwsys/NUMfft_core.h                           |   81 +-
 dwsys/NUMfft_d.cpp                            |   16 +-
 dwsys/NUMlapack.cpp                           |  230 ++---
 dwsys/NUMlapack.h                             |   48 +-
 dwsys/NUMsort2.cpp                            |   20 +-
 dwsys/NUMstring.cpp                           |   68 +-
 dwsys/Permutation.cpp                         |   10 +-
 dwsys/Permutation_def.h                       |    4 +-
 dwsys/SVD.cpp                                 |   36 +-
 dwsys/SVD_def.h                               |    6 +-
 dwsys/SimpleVector_def.h                      |    8 +-
 dwtools/ActivationList.cpp                    |   19 +-
 dwtools/ActivationList.h                      |   38 +-
 dwtools/AffineTransform_def.h                 |    2 +-
 dwtools/CCA_def.h                             |    4 +-
 dwtools/CC_def.h                              |    4 +-
 dwtools/CategoriesEditor.cpp                  |  128 +--
 dwtools/Configuration_def.h                   |    2 +-
 dwtools/Confusion.cpp                         |    2 +-
 dwtools/DTW_def.h                             |   12 +-
 dwtools/DataModeler.cpp                       |   42 +-
 dwtools/DataModeler_def.h                     |    4 +-
 dwtools/Discriminant_def.h                    |    6 +-
 dwtools/EEG_extensions.cpp                    |   74 +-
 dwtools/EEG_extensions.h                      |   10 +-
 dwtools/EditDistanceTable_def.h               |    8 +-
 dwtools/Eigen_and_Matrix.cpp                  |   14 +-
 dwtools/Eigen_and_Matrix.h                    |   20 +-
 dwtools/GaussianMixture_def.h                 |    4 +-
 dwtools/HMM.cpp                               |  484 +++++-----
 dwtools/HMM.h                                 |   48 +-
 dwtools/HMM_def.h                             |   16 +-
 dwtools/KlattGrid.cpp                         |   12 +-
 dwtools/KlattGridEditors.h                    |   56 +-
 dwtools/KlattGrid_def.h                       |   32 +-
 dwtools/LongSound_extensions.cpp              |    3 +-
 dwtools/MDS.cpp                               |  737 +++++++-------
 dwtools/MDS.h                                 |  112 +--
 dwtools/OptimalCeilingTierEditor.h            |    8 +-
 dwtools/PCA_def.h                             |    2 +-
 dwtools/Polynomial.cpp                        |   16 +-
 dwtools/Polynomial_def.h                      |    8 +-
 dwtools/SPINET_def.h                          |    2 +-
 dwtools/SSCP.cpp                              |   22 +-
 dwtools/SSCP.h                                |    2 +-
 dwtools/SSCP_def.h                            |    2 +-
 dwtools/Sound_and_PCA.cpp                     |   48 +-
 dwtools/Sound_and_PCA.h                       |   17 +-
 dwtools/Sound_extensions.cpp                  |    8 +-
 dwtools/Spectrogram_extensions.cpp            |    2 +-
 dwtools/Spectrogram_extensions.h              |    2 +-
 dwtools/SpeechSynthesizer.cpp                 |   16 +-
 dwtools/SpeechSynthesizer_def.h               |   33 +-
 dwtools/Strings_extensions.cpp                |   62 +-
 dwtools/Strings_extensions.h                  |   16 +-
 dwtools/TableOfReal_extensions.cpp            |   42 +-
 dwtools/TableOfReal_extensions.h              |   12 +-
 dwtools/Table_extensions.cpp                  |  102 +-
 dwtools/TextGrid_extensions.cpp               |   14 +-
 dwtools/TextGrid_extensions.h                 |    6 +-
 dwtools/VowelEditor.cpp                       |  156 ++-
 dwtools/praat_BSS_init.cpp                    |   50 +-
 dwtools/praat_DataModeler_init.cpp            |   78 +-
 dwtools/praat_David_init.cpp                  |  383 ++++----
 dwtools/praat_HMM_init.cpp                    |    4 +-
 dwtools/praat_KlattGrid_init.cpp              |   15 +-
 dwtools/praat_MDS_init.cpp                    |   55 +-
 external/gsl/Makefile                         |    5 +-
 external/mp3/mp3.h                            |    5 +-
 fon/AmplitudeTierEditor.h                     |    8 +-
 fon/AnyTier.cpp                               |   44 +-
 fon/AnyTier.h                                 |   10 +-
 fon/Cochleagram_and_Excitation.cpp            |    6 +-
 fon/DurationTier.cpp                          |    4 +-
 fon/DurationTierEditor.h                      |    8 +-
 fon/Excitation.cpp                            |   26 +-
 fon/Excitation.h                              |    6 +-
 fon/Excitation_to_Formant.cpp                 |   30 +-
 fon/Excitation_to_Formant.h                   |    4 +-
 fon/ExperimentMFC.cpp                         |   94 +-
 fon/ExperimentMFC.h                           |    8 +-
 fon/ExperimentMFC_def.h                       |   22 +-
 fon/Formant.cpp                               |  124 ++-
 fon/Formant.h                                 |   67 +-
 fon/FormantGrid.cpp                           |    4 +-
 fon/FormantGridEditor.cpp                     |   80 +-
 fon/FormantGrid_def.h                         |    8 +-
 fon/Formant_def.h                             |    2 +-
 EEG/ERP_def.h => fon/Formant_enums.h          |   19 +-
 fon/FunctionEditor.cpp                        |   85 +-
 fon/Function_def.h                            |   22 +-
 fon/Harmonics_def.h                           |    2 +-
 fon/Image_def.h                               |    4 +-
 fon/Intensity.cpp                             |   12 +-
 fon/Intensity.h                               |   12 +-
 fon/IntensityTierEditor.h                     |    8 +-
 fon/Label.cpp                                 |    8 +-
 fon/LongSound.cpp                             |   34 +-
 fon/LongSound.h                               |    8 +-
 fon/Ltas.cpp                                  |   10 +-
 fon/Ltas.h                                    |    8 +-
 fon/ManipulationEditor.cpp                    |  101 +-
 fon/ManipulationEditor_prefs.h                |   20 +-
 fon/Matrix.cpp                                |    4 +-
 fon/Matrix_def.h                              |    6 +-
 fon/MovieWindow.cpp                           |    6 +-
 fon/ParamCurve.cpp                            |    2 +-
 fon/ParamCurve.h                              |    4 +-
 fon/Photo_def.h                               |    4 +-
 fon/Pitch.cpp                                 |   28 +-
 fon/Pitch.h                                   |    1 -
 fon/PitchEditor.cpp                           |   38 +-
 fon/PitchTierEditor.h                         |    8 +-
 fon/Pitch_def.h                               |   20 +-
 fon/PointEditor.cpp                           |    8 +-
 fon/PointProcess_def.h                        |    6 +-
 fon/Polygon_def.h                             |    4 +-
 fon/Praat_tests.cpp                           |    8 +-
 fon/RealTier.cpp                              |    4 +-
 fon/RealTierEditor.cpp                        |   43 +-
 fon/RealTierEditor.h                          |    3 -
 fon/RealTier_def.h                            |   10 +-
 fon/RunnerMFC.cpp                             |   14 +-
 fon/RunnerMFC.h                               |    4 +-
 fon/SampledXY.cpp                             |    4 +-
 fon/SampledXY_def.h                           |    2 +-
 fon/Sampled_def.h                             |    4 +-
 fon/Sound.cpp                                 |    8 +-
 fon/Sound.h                                   |    2 +-
 fon/SoundEditor.cpp                           |   22 +-
 fon/SoundRecorder.cpp                         |   62 +-
 fon/SoundRecorder.h                           |    6 +-
 fon/Sound_audio.cpp                           |    2 +-
 fon/Sound_files.cpp                           |    3 +-
 fon/SpectrogramEditor.cpp                     |    6 +-
 fon/Spectrum.cpp                              |    2 +-
 fon/SpectrumEditor.cpp                        |   18 +-
 fon/SpectrumTier.h                            |    4 +-
 fon/Spectrum_def.h                            |    4 +-
 fon/SpellingChecker.cpp                       |    2 +-
 fon/SpellingChecker.h                         |    4 +-
 fon/TextGridEditor.cpp                        |  179 ++--
 fon/TimeSoundAnalysisEditor.cpp               |  501 +++++-----
 fon/TimeSoundAnalysisEditor_prefs.h           |  120 +--
 fon/TimeSoundEditor.cpp                       |  125 ++-
 fon/TimeSoundEditor.h                         |    6 +-
 fon/Transition_def.h                          |    4 +-
 fon/Vector.cpp                                |   80 +-
 fon/Vector.h                                  |   26 +-
 fon/WordList_def.h                            |    4 +-
 fon/manual_Script.cpp                         |   89 +-
 fon/manual_tutorials.cpp                      |    5 +-
 fon/praat_ExperimentMFC.cpp                   |    2 +-
 fon/praat_Fon.cpp                             |  179 ++--
 fon/praat_Matrix.cpp                          |   71 +-
 fon/praat_Sound.cpp                           |   78 +-
 fon/praat_TextGrid_init.cpp                   |   54 +-
 fon/praat_Tiers.cpp                           |   80 +-
 gram/Network_def.h                            |    8 +-
 gram/OTGrammar.cpp                            |    9 +-
 gram/OTGrammar.h                              |    8 +-
 gram/OTGrammarEditor.cpp                      |   76 +-
 gram/OTGrammar_def.h                          |   18 +-
 gram/OTGrammar_enums.h                        |   18 +
 gram/OTGrammar_ex_metrics.cpp                 |    8 +-
 gram/OTGrammar_ex_tongueRoot.cpp              |   18 +-
 gram/OTMulti.cpp                              |   12 +-
 gram/OTMulti.h                                |    6 +-
 gram/OTMultiEditor.cpp                        |   36 +-
 gram/OTMulti_def.h                            |    8 +-
 gram/OTMulti_ex_metrics.cpp                   |    8 +-
 gram/RBM_def.h                                |    4 +-
 gram/manual_gram.cpp                          |   17 +-
 gram/praat_gram.cpp                           |   50 +-
 kar/Makefile                                  |    6 +-
 kar/longchar.cpp                              |    4 +-
 kar/longchar.h                                |    3 +-
 num/NUM.cpp                                   |  152 ++-
 num/NUMarrays.cpp                             |    1 +
 num/NUMlinprog.cpp                            |    6 +-
 num/NUMrandom.cpp                             |    6 +-
 num/NUMsort.cpp                               |   20 +-
 stat/Regression_def.h                         |    4 +-
 stat/Table.cpp                                |    6 +-
 stat/TableEditor.cpp                          |    6 +-
 stat/TableOfReal.cpp                          |    6 +-
 stat/TableOfReal_def.h                        |   12 +-
 stat/Table_def.h                              |   14 +-
 stat/praat_Stat.cpp                           |   41 +-
 stat/praat_TableOfReal.cpp                    |   25 +-
 sys/ButtonEditor.cpp                          |   22 +-
 sys/Collection.cpp                            |   22 +-
 sys/Collection.h                              |  104 +-
 sys/Data.cpp                                  |   26 +-
 sys/Data.h                                    |   96 +-
 sys/DataEditor.cpp                            |   55 +-
 sys/DataEditor.h                              |   14 +-
 sys/DemoEditor.h                              |    2 +-
 sys/Editor.cpp                                |   57 +-
 sys/Editor.h                                  |    8 +-
 sys/EditorM.h                                 |  316 ++++--
 sys/Formula.cpp                               |  264 ++---
 sys/Formula.h                                 |    2 +-
 sys/Graphics.cpp                              |   10 +-
 sys/Graphics.h                                |   68 +-
 sys/GraphicsP.h                               |   14 +-
 sys/GraphicsScreen.cpp                        |    8 +-
 sys/Graphics_altitude.cpp                     |   16 +-
 sys/Graphics_colour.cpp                       |    6 +-
 sys/Graphics_grey.cpp                         |    6 +-
 sys/Graphics_image.cpp                        |  124 +--
 sys/Graphics_linesAndAreas.cpp                |   96 +-
 sys/Graphics_record.cpp                       |   72 +-
 sys/Graphics_surface.cpp                      |   16 +-
 sys/Graphics_text.cpp                         |   52 +-
 sys/Gui.h                                     |   46 +-
 sys/GuiList.cpp                               |   50 +-
 sys/GuiP.h                                    |   10 +-
 sys/GuiText.cpp                               |   80 +-
 sys/GuiWindow.cpp                             |    2 +-
 sys/HyperPage.cpp                             |   66 +-
 sys/HyperPage.h                               |   18 +-
 sys/Interpreter.cpp                           |   74 +-
 sys/Interpreter.h                             |    4 +-
 sys/ManPage.h                                 |    6 +-
 sys/ManPages.cpp                              |   73 +-
 sys/ManPages.h                                |   12 +-
 sys/ManPagesM.h                               |    2 +-
 sys/Manual.cpp                                |  109 ++-
 sys/Manual.h                                  |   10 +-
 sys/MelderGui.cpp                             |    4 +-
 sys/Preferences.cpp                           |   44 +-
 sys/Preferences.h                             |   26 +-
 sys/ScriptEditor.cpp                          |   84 +-
 sys/Simple.cpp                                |    8 +-
 sys/Simple.h                                  |    4 +-
 sys/Simple_def.h                              |    8 +-
 sys/Strings.cpp                               |   42 +-
 sys/StringsEditor.cpp                         |   14 +-
 sys/Strings_.h                                |    8 +-
 sys/Strings_def.h                             |    6 +-
 sys/TextEditor.cpp                            |   69 +-
 sys/Thing.cpp                                 |   21 +-
 sys/Thing.h                                   |   26 +-
 sys/Ui.cpp                                    |  742 +++++++-------
 sys/Ui.h                                      |  178 ++--
 sys/UiFile.cpp                                |    2 +-
 sys/UiPause.cpp                               |   22 +-
 sys/abcio.cpp                                 |    6 +-
 sys/abcio.h                                   |   14 +-
 sys/enums.h                                   |    2 +-
 sys/enums_getValue.h                          |    4 +-
 sys/melder.cpp                                |    6 +-
 sys/melder.h                                  |  120 +--
 sys/melder_audio.cpp                          |   82 +-
 sys/melder_audiofiles.cpp                     |  226 ++---
 sys/melder_debug.cpp                          |    2 +-
 sys/melder_files.cpp                          |   16 +-
 sys/melder_ftoa.cpp                           |   18 +-
 sys/melder_readtext.cpp                       |   34 +-
 sys/melder_strings.cpp                        |    2 +-
 sys/melder_sysenv.cpp                         |    2 +-
 sys/melder_textencoding.cpp                   |   56 +-
 sys/melder_token.cpp                          |   14 +-
 sys/motifEmulator.cpp                         |   24 +-
 sys/oo.h                                      |   30 +-
 sys/oo_CAN_WRITE_AS_ENCODING.h                |   12 +-
 sys/oo_COPY.h                                 |   10 +-
 sys/oo_DESCRIPTION.h                          |   68 +-
 sys/oo_DESTROY.h                              |    8 +-
 sys/oo_EQUAL.h                                |   10 +-
 sys/oo_READ_BINARY.h                          |    8 +-
 sys/oo_READ_TEXT.h                            |   28 +-
 sys/oo_WRITE_BINARY.h                         |   12 +-
 sys/oo_WRITE_TEXT.h                           |   14 +-
 sys/praat.cpp                                 |   83 +-
 sys/praat.h                                   |  273 ++++--
 sys/praatP.h                                  |   14 +-
 sys/praat_actions.cpp                         |   62 +-
 sys/praat_menuCommands.cpp                    |   56 +-
 sys/praat_objectMenus.cpp                     |   63 +-
 sys/praat_picture.cpp                         |  359 +++----
 sys/praat_script.cpp                          |   28 +-
 sys/praat_statistics.cpp                      |   15 +-
 sys/praat_version.h                           |    8 +-
 sys/prefs.h                                   |   10 +-
 sys/prefs_copyToInstance.h                    |   12 +-
 sys/prefs_define.h                            |   16 +-
 sys/prefs_install.h                           |   18 +-
 test/createPraatTests.praat                   |   25 +-
 test/fon/manual_Script.cpp.praat              |   39 +
 test/stat/logisticRegression.praat            |    2 +-
 test/sys/Formula.cpp.praat                    |    2 +-
 test/sys/melder_ftoa.cpp.praat                |    8 +
 test/sys/praat_statistics.cpp.praat           |   12 +
 354 files changed, 8795 insertions(+), 8658 deletions(-)
 create mode 100644 debian/patches/fix-polynomial-unit-test.patch
 create mode 100644 debian/patches/fix-procrustes-unit-test.patch
 delete mode 100644 debian/patches/logis-reg-test-typo.patch
 delete mode 100644 debian/source/include-binaries
 copy EEG/ERP_def.h => fon/Formant_enums.h (72%)
 create mode 100644 test/fon/manual_Script.cpp.praat
 create mode 100644 test/sys/melder_ftoa.cpp.praat
 create mode 100644 test/sys/praat_statistics.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