[med-svn] [praat] branch master updated (1fd2b6a -> 2cc4fc8)

Rafael Laboissiere rafael at debian.org
Mon Feb 5 22:53:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

rafael pushed a change to branch master
in repository praat.

      from  1fd2b6a   Changelog entry for version 6.0.36-5
       new  611f3b4   New upstream version 6.0.37
       new  913fd0e   Update upstream source from tag 'upstream/6.0.37'
       new  e44c27d   d/p/fix-gsl-unit-test.patch: Drop patch (applied upstream)
       new  ba2df47   d/p/espeak-big-endian.patch: Drop patch (applied upstream)
       new  74cb486   d/copyright: Reflect upstream changes
       new  666d503   .gitignore: Reintroduce file (removed by mistake)
       new  173c298   d/t/run-tests: Skip unit tests resample48_8 and ba-da-continuum
       new  2cc4fc8   Changelog entry for version 6.0.37-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:
 EEG/EEG.cpp                                        |      2 +-
 EEG/ERPTier.cpp                                    |      4 +-
 FFNet/FFNet.cpp                                    |    507 +-
 FFNet/FFNet.h                                      |     66 +-
 FFNet/FFNet_ActivationList_Categories.cpp          |     56 +-
 FFNet/FFNet_Eigen.cpp                              |     65 +-
 FFNet/FFNet_Eigen.h                                |      8 +-
 FFNet/FFNet_Matrix.cpp                             |     59 +-
 FFNet/FFNet_Matrix.h                               |      6 +-
 FFNet/FFNet_PatternList.cpp                        |      2 +-
 FFNet/FFNet_PatternList.h                          |      2 +-
 FFNet/FFNet_PatternList_ActivationList.cpp         |     79 +-
 FFNet/FFNet_PatternList_ActivationList.h           |      8 +-
 FFNet/FFNet_PatternList_Categories.cpp             |     40 +-
 FFNet/FFNet_PatternList_Categories.h               |      6 +-
 FFNet/Makefile                                     |      4 +-
 FFNet/RBM_extensions.cpp                           |     38 -
 FFNet/RBM_extensions.h                             |     28 -
 FFNet/manual_FFNet.cpp                             |      2 +-
 FFNet/praat_FFNet_init.cpp                         |     33 +-
 LPC/Cepstrogram.cpp                                |    188 +-
 LPC/Cepstrogram.h                                  |      8 +-
 LPC/Cepstrum.cpp                                   |    124 +-
 LPC/Cepstrum.h                                     |     14 +-
 LPC/Cepstrum_and_Spectrum.cpp                      |     42 +-
 LPC/Cepstrumc.cpp                                  |     58 +-
 LPC/Cepstrumc.h                                    |      6 +-
 LPC/Formant_extensions.cpp                         |     59 +-
 LPC/Formant_extensions.h                           |      6 +-
 LPC/LPC.cpp                                        |     18 +-
 LPC/LPC.h                                          |      8 +-
 LPC/LPC_and_Cepstrumc.cpp                          |     56 +-
 LPC/LPC_and_Formant.cpp                            |     84 +-
 LPC/LPC_and_Formant.h                              |      4 +-
 LPC/LPC_and_LFCC.cpp                               |     48 +-
 LPC/LPC_and_LFCC.h                                 |      6 +-
 LPC/LPC_and_LineSpectralFrequencies.cpp            |     96 +-
 LPC/LPC_and_Polynomial.cpp                         |      6 +-
 LPC/LPC_and_Tube.cpp                               |     71 +-
 LPC/LPC_and_Tube.h                                 |      4 +-
 LPC/LPC_to_Spectrogram.cpp                         |      6 +-
 LPC/LPC_to_Spectrum.cpp                            |     52 +-
 LPC/LineSpectralFrequencies.cpp                    |     20 +-
 LPC/LineSpectralFrequencies.h                      |     10 +-
 LPC/Sound_and_Cepstrum.cpp                         |     42 +-
 LPC/Sound_and_LPC.cpp                              |    416 +-
 LPC/Sound_and_LPC.h                                |     14 +-
 LPC/Sound_and_LPC_robust.cpp                       |    108 +-
 LPC/Sound_and_LPC_robust.h                         |     14 +-
 LPC/Tube.cpp                                       |     24 +-
 LPC/Tube.h                                         |     12 +-
 LPC/VocalTractTier.cpp                             |     32 +-
 LPC/manual_LPC.cpp                                 |      2 +-
 LPC/praat_LPC_init.cpp                             |     89 +-
 artsynth/Art_Speaker_to_VocalTract.cpp             |      4 +-
 artsynth/Artword.cpp                               |      5 +-
 artsynth/praat_Artsynth.cpp                        |      4 +-
 contrib/ola/KNN.cpp                                |     16 +-
 contrib/ola/Pattern_to_Categories_cluster.cpp      |      4 +-
 contrib/ola/praat_contrib_Ola_KNN.cpp              |      4 +-
 debian/changelog                                   |     11 +
 debian/copyright                                   |      6 +-
 debian/patches/espeak-big-endian.patch             |  63554 ---
 debian/patches/fix-gsl-unit-test.patch             |     30 -
 debian/patches/series                              |      2 -
 debian/tests/run-tests                             |      4 +-
 dwsys/Collection_extensions.cpp                    |     86 +-
 dwsys/Collection_extensions.h                      |     26 +-
 dwsys/Command.cpp                                  |      8 +-
 dwsys/Command.h                                    |      6 +-
 dwsys/DoublyLinkedList.cpp                         |     24 +-
 dwsys/DoublyLinkedList.h                           |      4 +-
 dwsys/Eigen.cpp                                    |    139 +-
 dwsys/Eigen.h                                      |      2 +-
 dwsys/FileInMemory.cpp                             |     13 +-
 dwsys/FileInMemoryManager.cpp                      |    226 +-
 dwsys/FileInMemoryManager.h                        |      1 +
 dwsys/FileInMemoryManager_def.h                    |      5 +
 dwsys/FileInMemorySet.cpp                          |     16 +-
 dwsys/FileInMemorySet.h                            |      1 +
 dwsys/Graphics_extensions.cpp                      |     30 +-
 dwsys/Graphics_extensions.h                        |      8 +-
 dwsys/Index.cpp                                    |     38 +-
 dwsys/Index.h                                      |     16 +-
 dwsys/NUM2.cpp                                     |    130 +-
 dwsys/NUM2.h                                       |     28 +-
 dwsys/NUMcblas.cpp                                 |      2 +-
 dwsys/NUMclapack.cpp                               |      6 +-
 dwsys/NUMcomplex.cpp                               |     49 +-
 dwsys/NUMcomplex.h                                 |      7 +-
 dwsys/NUMfft_f.cpp                                 |     14 +-
 dwsys/NUMhuber.cpp                                 |     33 +-
 dwsys/NUMmathlib.cpp                               |     10 +-
 dwsys/NUMsort2.cpp                                 |    148 +-
 dwsys/NUMstring.cpp                                |     91 +-
 dwsys/Permutation.cpp                              |    303 +-
 dwsys/Permutation.h                                |     34 +-
 dwsys/Permutation_and_Index.cpp                    |     40 +-
 dwsys/Permutation_and_Index.h                      |      2 +-
 dwsys/SVD.cpp                                      |    349 +-
 dwsys/SVD.h                                        |     30 +-
 dwsys/SVD_def.h                                    |     27 +-
 dwsys/SimpleVector.cpp                             |     10 +-
 dwsys/SimpleVector.h                               |     10 +-
 dwsys/SimpleVector_def.h                           |      2 +-
 dwsys/Simple_extensions.cpp                        |     10 +-
 dwsys/Simple_extensions.h                          |      2 +-
 dwsys/regularExp.cpp                               |     12 +-
 dwtest/test_Ltas_reportSpectralTilt.praat          |     54 +-
 dwtest/test_Matrix_solve.praat                     |     43 +-
 dwtest/test_Permutation.praat                      |    138 +-
 dwtest/test_SVD.praat                              |     93 +
 dwtest/test_Sound_draw_where.praat                 |    144 +-
 dwtest/test_angle_between_planes.praat             |     40 +-
 dwtest/test_gammatonefilter.praat                  |     16 +-
 dwtest/test_gsl.praat                              |    227 +-
 dwtools/AffineTransform.cpp                        |     37 +-
 dwtools/AffineTransform.h                          |      4 +-
 dwtools/AffineTransform_def.h                      |      2 +-
 dwtools/CC.cpp                                     |     80 +-
 dwtools/CC.h                                       |     22 +-
 dwtools/CCA.cpp                                    |    137 +-
 dwtools/CCA.h                                      |     20 +-
 dwtools/CCA_and_Correlation.cpp                    |     61 +-
 dwtools/CCA_and_Correlation.h                      |      8 +-
 dwtools/CCs_to_DTW.cpp                             |     41 +-
 dwtools/Categories.cpp                             |     22 +-
 dwtools/Categories.h                               |      8 +-
 dwtools/CategoriesEditor.cpp                       |      4 +-
 dwtools/Categories_and_Strings.cpp                 |     16 +-
 dwtools/ClassificationTable.cpp                    |     32 +-
 dwtools/ClassificationTable.h                      |      6 +-
 dwtools/ComplexSpectrogram.cpp                     |    118 +-
 dwtools/ComplexSpectrogram.h                       |      6 +-
 dwtools/Configuration.cpp                          |    147 +-
 dwtools/Configuration.h                            |     16 +-
 dwtools/Configuration_AffineTransform.cpp          |    110 +-
 dwtools/Configuration_AffineTransform.h            |      6 +-
 dwtools/Configuration_and_Procrustes.cpp           |      2 +-
 dwtools/Configuration_and_Procrustes.h             |      4 +-
 dwtools/Confusion.cpp                              |    337 +-
 dwtools/Confusion.h                                |     22 +-
 dwtools/ContingencyTable.cpp                       |     88 +-
 dwtools/ContingencyTable.h                         |      4 +-
 dwtools/DTW.cpp                                    |    408 +-
 dwtools/DTW.h                                      |     30 +-
 dwtools/DTW_and_TextGrid.cpp                       |     80 +-
 dwtools/DTW_and_TextGrid.h                         |      8 +-
 dwtools/DataModeler.cpp                            |    902 +-
 dwtools/DataModeler.h                              |    158 +-
 dwtools/Discriminant.cpp                           |    281 +-
 dwtools/Discriminant.h                             |     52 +-
 dwtools/Discriminant_PatternList_Categories.cpp    |      8 +-
 dwtools/Discriminant_PatternList_Categories.h      |      6 +-
 dwtools/Distance.cpp                               |      8 +-
 dwtools/Distance.h                                 |      4 +-
 dwtools/EEG_extensions.cpp                         |     59 +-
 dwtools/EEG_extensions.h                           |      6 +-
 dwtools/EditDistanceTable.cpp                      |    315 +-
 dwtools/EditDistanceTable.h                        |     14 +-
 dwtools/Eigen_and_Matrix.cpp                       |     26 +-
 dwtools/Eigen_and_Matrix.h                         |      6 +-
 dwtools/Eigen_and_Procrustes.cpp                   |     26 +-
 dwtools/Eigen_and_Procrustes.h                     |      4 +-
 dwtools/Eigen_and_SSCP.cpp                         |     38 +-
 dwtools/Eigen_and_SSCP.h                           |      4 +-
 dwtools/Eigen_and_TableOfReal.cpp                  |     26 +-
 dwtools/Eigen_and_TableOfReal.h                    |      6 +-
 dwtools/Excitations.cpp                            |     32 +-
 dwtools/Excitations.h                              |      6 +-
 dwtools/FilterBank.cpp                             |    332 +-
 dwtools/FilterBank.h                               |     22 +-
 dwtools/FormantGrid_extensions.cpp                 |     11 +-
 dwtools/FormantGrid_extensions.h                   |      2 +-
 dwtools/GaussianMixture.cpp                        |    499 +-
 dwtools/GaussianMixture.h                          |     46 +-
 dwtools/HMM.cpp                                    |    247 +-
 dwtools/HMM.h                                      |     26 +-
 dwtools/ICA.cpp                                    |    403 +-
 dwtools/ICA.h                                      |     32 +-
 dwtools/Intensity_extensions.cpp                   |     18 +-
 dwtools/Intensity_extensions.h                     |      5 +-
 dwtools/KlattGrid.cpp                              |    646 +-
 dwtools/KlattGrid.h                                |     66 +-
 dwtools/KlattGridEditors.cpp                       |     11 +-
 dwtools/KlattTable.cpp                             |    314 +-
 dwtools/KlattTable.h                               |      4 +-
 dwtools/LFCC.cpp                                   |      4 +-
 dwtools/LFCC.h                                     |      6 +-
 dwtools/LongSound_extensions.cpp                   |    117 +-
 dwtools/Ltas_extensions.cpp                        |      6 +-
 dwtools/MDS.cpp                                    |    826 +-
 dwtools/MDS.h                                      |      2 +-
 dwtools/MFCC.cpp                                   |     97 +-
 dwtools/MFCC.h                                     |      6 +-
 dwtools/Matrix_Categories.cpp                      |     14 +-
 dwtools/Matrix_Categories.h                        |      2 +-
 dwtools/Matrix_extensions.cpp                      |    145 +-
 dwtools/Matrix_extensions.h                        |      8 +-
 dwtools/Minimizers.cpp                             |     98 +-
 dwtools/Minimizers.h                               |     34 +-
 dwtools/MixingMatrix.cpp                           |     44 +-
 dwtools/MixingMatrix.h                             |      6 +-
 dwtools/PCA.cpp                                    |     83 +-
 dwtools/PCA.h                                      |     18 +-
 dwtools/PatternList.cpp                            |     46 +-
 dwtools/PatternList.h                              |     10 +-
 dwtools/Pitch_extensions.cpp                       |     82 +-
 dwtools/Pitch_extensions.h                         |      2 +-
 dwtools/Polygon_extensions.cpp                     |    386 +-
 dwtools/Polygon_extensions.h                       |      4 +-
 dwtools/Polynomial.cpp                             |    777 +-
 dwtools/Polynomial.h                               |     66 +-
 dwtools/Polynomial_def.h                           |      6 +-
 dwtools/Procrustes.cpp                             |     46 +-
 dwtools/Procrustes.h                               |      2 +-
 dwtools/Procrustes_def.h                           |      2 +-
 dwtools/Proximity.cpp                              |      4 +-
 dwtools/Proximity.h                                |      4 +-
 dwtools/SPINET.cpp                                 |     41 +-
 dwtools/SPINET.h                                   |      6 +-
 dwtools/SPINET_to_Pitch.cpp                        |     62 +-
 dwtools/SPINET_to_Pitch.h                          |      4 +-
 dwtools/SSCP.cpp                                   |    853 +-
 dwtools/SSCP.h                                     |     62 +-
 dwtools/Sound_and_MixingMatrix.cpp                 |     64 +-
 dwtools/Sound_and_MixingMatrix.h                   |     12 +-
 dwtools/Sound_and_PCA.cpp                          |     46 +-
 dwtools/Sound_and_PCA.h                            |     10 +-
 dwtools/Sound_and_Spectrogram_extensions.cpp       |    101 +-
 dwtools/Sound_and_Spectrogram_extensions.h         |      2 +-
 dwtools/Sound_extensions.cpp                       |   1031 +-
 dwtools/Sound_extensions.h                         |     40 +-
 dwtools/Sound_to_MFCC.cpp                          |      4 +-
 dwtools/Sound_to_MFCC.h                            |      4 +-
 dwtools/Sound_to_Pitch2.cpp                        |    132 +-
 dwtools/Sound_to_Pitch2.h                          |      8 +-
 dwtools/Sound_to_SPINET.cpp                        |     14 +-
 dwtools/Sound_to_SPINET.h                          |      4 +-
 dwtools/Sounds_to_DTW.cpp                          |      6 +-
 dwtools/Spectrogram_extensions.cpp                 |    175 +-
 dwtools/Spectrogram_extensions.h                   |     14 +-
 dwtools/Spectrum_extensions.cpp                    |    154 +-
 dwtools/Spectrum_extensions.h                      |      6 +-
 dwtools/SpeechSynthesizer.cpp                      |     65 +-
 dwtools/SpeechSynthesizer.h                        |      2 +-
 dwtools/SpeechSynthesizer_and_TextGrid.cpp         |    226 +-
 dwtools/SpeechSynthesizer_and_TextGrid.h           |     24 +-
 dwtools/Strings_extensions.cpp                     |     50 +-
 dwtools/Strings_extensions.h                       |      6 +-
 dwtools/TableOfReal_and_Permutation.cpp            |     18 +-
 dwtools/TableOfReal_and_Permutation.h              |      4 +-
 dwtools/TableOfReal_and_SVD.cpp                    |     30 +-
 dwtools/TableOfReal_and_SVD.h                      |      4 +-
 dwtools/TableOfReal_extensions.cpp                 |    817 +-
 dwtools/TableOfReal_extensions.h                   |     68 +-
 dwtools/Table_extensions.cpp                       |    538 +-
 dwtools/Table_extensions.h                         |     36 +-
 dwtools/TextGrid_and_DurationTier.cpp              |     40 +-
 dwtools/TextGrid_and_DurationTier.h                |      8 +-
 dwtools/TextGrid_and_PitchTier.cpp                 |     47 +-
 dwtools/TextGrid_and_PitchTier.h                   |      6 +-
 dwtools/TextGrid_extensions.cpp                    |    142 +-
 dwtools/TextGrid_extensions.h                      |     22 +-
 dwtools/VowelEditor.cpp                            |    239 +-
 dwtools/VowelEditor.h                              |      4 +-
 dwtools/manual_MDS.cpp                             |      2 +-
 dwtools/manual_dwtools.cpp                         |     62 +-
 dwtools/praat_BSS_init.cpp                         |     90 +-
 dwtools/praat_DataModeler_init.cpp                 |     68 +-
 dwtools/praat_David_init.cpp                       |   1082 +-
 dwtools/praat_HMM_init.cpp                         |    142 +-
 dwtools/praat_KlattGrid_init.cpp                   |     36 +-
 dwtools/praat_MDS_init.cpp                         |     46 +-
 external/espeak/ESPEAK_NG_READ_ME.TXT              |     59 +
 external/espeak/Makefile                           |      7 +-
 external/espeak/compiledata.cpp                    |     45 +-
 external/espeak/config.h                           |      1 +
 .../create_espeak_ng_FileInMemoryManager.cpp       |     24 +-
 .../espeak/create_espeak_ng_FileInMemorySet.cpp    | 371013 ++++++++----------
 external/espeak/dictionary.cpp                     |    295 +-
 external/espeak/espeak_io.cpp                      |    238 +-
 external/espeak/espeak_io.h                        |      8 +
 external/espeak/espeak_ng_data_to_code.praat       |    188 +
 external/espeak/espeak_ng_version.h                |      4 +-
 external/espeak/espeakdata_FileInMemory.cpp        |      5 +
 external/espeak/fifo.cpp                           |     63 +-
 external/espeak/intonation.cpp                     |     15 +-
 external/espeak/phonemelist.cpp                    |     19 +-
 external/espeak/readclause.cpp                     |     18 +-
 external/espeak/synth_mbrola.cpp                   |     23 +-
 external/espeak/synthdata.cpp                      |     43 +-
 external/espeak/synthesize.cpp                     |     23 +-
 external/espeak/synthesize.h                       |     34 +-
 external/espeak/tr_languages.cpp                   |     68 +-
 external/espeak/translate.cpp                      |     27 +-
 external/espeak/translate.h                        |      1 +
 external/espeak/voices.cpp                         |     31 +-
 external/espeak/wavegen.cpp                        |     23 +-
 fon/AmplitudeTier.cpp                              |      6 +-
 fon/AmplitudeTier.h                                |      2 +-
 fon/ExperimentMFC.cpp                              |     12 +-
 fon/FormantGrid.cpp                                |     10 +-
 fon/FormantGrid.h                                  |      2 +-
 fon/FormantTier.cpp                                |      8 +-
 fon/FormantTier.h                                  |      2 +-
 fon/FunctionEditor.cpp                             |      2 +-
 fon/IntensityTier.cpp                              |      4 +-
 fon/IntensityTier.h                                |      2 +-
 fon/LongSound.cpp                                  |      8 +-
 fon/Ltas.cpp                                       |      6 +-
 fon/Manipulation.cpp                               |      8 +-
 fon/Matrix.cpp                                     |     26 +-
 fon/Matrix.h                                       |     12 +-
 fon/ParamCurve.cpp                                 |      2 +-
 fon/Photo.cpp                                      |     26 +-
 fon/PitchEditor.cpp                                |      4 +-
 fon/PitchTier_to_Sound.cpp                         |      2 +-
 fon/Pitch_to_PitchTier.cpp                         |     22 +-
 fon/PointProcess.cpp                               |      2 +-
 fon/PointProcess_and_Sound.cpp                     |      8 +-
 fon/Polygon.cpp                                    |      2 +-
 fon/Praat_tests.cpp                                |      4 +
 fon/Praat_tests_enums.h                            |      3 +-
 fon/Sampled.cpp                                    |     12 +-
 fon/Sampled.h                                      |      6 +-
 fon/SampledXY.cpp                                  |      2 +-
 fon/SampledXY.h                                    |      6 +-
 fon/Sound.cpp                                      |     36 +-
 fon/Sound.h                                        |      8 +-
 fon/SoundEditor.cpp                                |     28 +-
 fon/SoundRecorder.cpp                              |     12 +-
 fon/Sound_PointProcess.cpp                         |      2 +-
 fon/Sound_and_Spectrogram.cpp                      |     14 +-
 fon/Sound_audio.cpp                                |      6 +-
 fon/Sound_files.cpp                                |     10 +-
 fon/Sound_to_Cochleagram.cpp                       |     10 +-
 fon/Sound_to_Formant.cpp                           |      8 +-
 fon/Sound_to_Harmonicity_GNE.cpp                   |      4 +-
 fon/Sound_to_Intensity.cpp                         |      2 +-
 fon/Sound_to_Pitch.cpp                             |     14 +-
 fon/Spectrum_to_Excitation.cpp                     |      2 +-
 fon/TextGridEditor.cpp                             |      8 +-
 fon/TextGrid_Sound.cpp                             |     18 +-
 fon/TimeSoundAnalysisEditor.cpp                    |      2 +-
 fon/TimeSoundEditor.cpp                            |      2 +-
 fon/Vector.cpp                                     |      2 +-
 fon/manual_formant.cpp                             |      4 +-
 fon/manual_sound.cpp                               |     26 +-
 fon/manual_tutorials.cpp                           |     14 +-
 fon/praat_Fon.cpp                                  |      8 +-
 fon/praat_Sound.cpp                                |     29 +-
 fon/praat_TextGrid_init.cpp                        |      4 +-
 gram/DeepBeliefNetwork.cpp                         |    208 -
 gram/DeepBeliefNetwork.h                           |     59 -
 gram/DeepBeliefNetwork_enums.h                     |     24 -
 fon/Image.cpp => gram/Layer.cpp                    |     40 +-
 gram/{DeepBeliefNetwork_def.h => Layer.h}          |     21 +-
 gram/Layer_def.h                                   |     47 +
 gram/{DeepBeliefNetwork_def.h => Layer_enums.h}    |     17 +-
 gram/Makefile                                      |      4 +-
 gram/Net.cpp                                       |    477 +
 gram/Net.h                                         |     65 +
 gram/Net_def.h                                     |     96 +
 gram/OTGrammar.cpp                                 |     51 +-
 gram/OTGrammar_ex_metrics.cpp                      |      2 +-
 gram/OTMulti_ex_metrics.cpp                        |      4 +-
 gram/RBM.cpp                                       |    267 -
 gram/RBM.h                                         |     52 -
 gram/RBM_def.h                                     |     44 -
 gram/praat_gram.cpp                                |    350 +-
 kar/longchar.cpp                                   |     47 +-
 kar/longchar.h                                     |      2 +
 main/praat.plist                                   |     26 +-
 num/NUM.cpp                                        |      2 +-
 num/NUMarrays.cpp                                  |    212 +-
 stat/Table.cpp                                     |      2 +-
 stat/TableOfReal.cpp                               |      2 +-
 stat/praat_Stat.cpp                                |      6 +-
 stat/praat_TableOfReal.cpp                         |      4 +-
 sys/Collection.h                                   |     17 -
 sys/Data.h                                         |     29 +-
 sys/DataEditor.cpp                                 |      7 +-
 sys/Formula.cpp                                    |    194 +-
 sys/GraphicsPostscript.cpp                         |     10 +-
 sys/Graphics_image.cpp                             |     12 +-
 sys/Graphics_linesAndAreas.cpp                     |     18 +-
 sys/Graphics_text.cpp                              |     58 +-
 sys/Graphics_utils.cpp                             |     44 +-
 sys/Gui.cpp                                        |      2 +-
 sys/GuiFileSelect.cpp                              |      6 +-
 sys/GuiMenu.cpp                                    |      2 +-
 sys/GuiProgressBar.cpp                             |      2 +-
 sys/GuiText.cpp                                    |      6 +-
 sys/Interpreter.cpp                                |      6 +-
 sys/ManPages.cpp                                   |     21 +-
 sys/PAIRWISE_SUM.h                                 |     12 +-
 sys/Preferences.cpp                                |     12 +-
 sys/Simple.cpp                                     |      8 -
 sys/Simple.h                                       |      1 -
 sys/Simple_def.h                                   |      6 -
 sys/Strings.cpp                                    |      8 +-
 sys/Thing.h                                        |      5 +-
 sys/Ui.cpp                                         |     15 +-
 sys/abcio.cpp                                      |     20 +-
 sys/enums.h                                        |      7 +-
 sys/melder.cpp                                     |      6 +-
 sys/melder.h                                       |    129 +-
 sys/melder_alloc.cpp                               |      2 +-
 sys/melder_audiofiles.cpp                          |      6 +-
 sys/melder_debug.cpp                               |      4 +-
 sys/melder_files.cpp                               |     24 +-
 sys/melder_readtext.cpp                            |      6 +-
 sys/melder_textencoding.cpp                        |     22 +-
 sys/oo.h                                           |     21 +-
 sys/oo_DESCRIPTION.h                               |     42 +-
 sys/praat.cpp                                      |     50 +
 sys/praat.h                                        |      4 +-
 sys/praat_objectMenus.cpp                          |      4 +-
 sys/praat_version.h                                |     10 +-
 sys/tensor.cpp                                     |      8 +-
 test/fon/resample48_8.praat                        |     48 +
 test/gram/DBN.praat                                |     12 +-
 423 files changed, 184547 insertions(+), 276717 deletions(-)
 delete mode 100644 FFNet/RBM_extensions.cpp
 delete mode 100644 FFNet/RBM_extensions.h
 delete mode 100644 debian/patches/espeak-big-endian.patch
 delete mode 100644 debian/patches/fix-gsl-unit-test.patch
 create mode 100644 dwtest/test_SVD.praat
 create mode 100644 external/espeak/ESPEAK_NG_READ_ME.TXT
 create mode 100644 external/espeak/espeak_ng_data_to_code.praat
 delete mode 100644 gram/DeepBeliefNetwork.cpp
 delete mode 100644 gram/DeepBeliefNetwork.h
 delete mode 100644 gram/DeepBeliefNetwork_enums.h
 copy fon/Image.cpp => gram/Layer.cpp (64%)
 copy gram/{DeepBeliefNetwork_def.h => Layer.h} (73%)
 create mode 100644 gram/Layer_def.h
 rename gram/{DeepBeliefNetwork_def.h => Layer_enums.h} (71%)
 create mode 100644 gram/Net.cpp
 create mode 100644 gram/Net.h
 create mode 100644 gram/Net_def.h
 delete mode 100644 gram/RBM.cpp
 delete mode 100644 gram/RBM.h
 delete mode 100644 gram/RBM_def.h
 create mode 100644 test/fon/resample48_8.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