Skip to content

Commit 76aa8e6

Browse files
committed
Merge branch 'stable'
2 parents 0295e1e + 326cad5 commit 76aa8e6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
## [Unreleased]
77
_Nothing yet_
88

9+
## [0.4.7] - 2025-11-27
10+
### Fixed
11+
- Fixed compilation issues in Praat when compiling with Clang 17.
12+
- Fixed build of source distributions on Windows with VS 2022, and updated documentation links to VC++ Redistributable downloads.
13+
914
## [0.4.6] - 2025-06-08
1015
### Fixed
1116
- Fixed potential vulnerability in Praat's opusfile external dependency (#141).
@@ -131,7 +136,8 @@ _Nothing yet_
131136
- Main functionality of `Thing`, `Data`, `Matrix`, `Vector`, `Sound`, `Spectrum`, `Spectrogram`, and `Intensity` classes. Preliminary implementations of `Pitch`, `Harmonicity`, `Formant`, and `MFCC`.
132137
- Basic Travis CI configuration.
133138

134-
[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.6...HEAD
139+
[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.7...HEAD
140+
[0.4.7]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.6...v0.4.7
135141
[0.4.6]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.5...v0.4.6
136142
[0.4.5]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.4...v0.4.5
137143
[0.4.4]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.3...v0.4.4

docs/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ If you do not have ``pip`` installed, you follow these instructions to install p
127127
``ImportError: DLL load failed`` on Windows
128128
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
129129

130-
Sometimes on Windows, the installation works, but importing Parselmouth fails with an error message saying ``ImportError: DLL load failed: The specified module could not be found.``. This error is cause by some missing system files, but can luckily be solved quite easily by installing the "Microsoft Visual C++ Redistributable for Visual Studio 2017".
130+
Sometimes on Windows, the installation works, but importing Parselmouth fails with an error message saying ``ImportError: DLL load failed: The specified module could not be found.``. This error is cause by some missing system files, but can luckily be solved quite easily by installing the "Microsoft Visual C++ Redistributable for Visual Studio 2022".
131131

132-
The "Microsoft Visual C++ Redistributable for Visual Studio 2019" installer can be downloaded from `Microsoft's website <https://visualstudio.microsoft.com/downloads/>`_, listed under the "Other Tools and Frameworks" section. These are the direct download links to the relevant files:
132+
The "Microsoft Visual C++ Redistributable for Visual Studio 2022" installer can be downloaded from `Microsoft's website <https://visualstudio.microsoft.com/downloads/>`_, listed under the "Other Tools and Frameworks" section. These are the direct download links to the relevant files:
133133

134-
- For a 64-bit Python installation: https://aka.ms/vs/16/release/VC_redist.x64.exe
135-
- For a 32-bit Python installation: https://aka.ms/vs/16/release/VC_redist.x86.exe
134+
- For a 64-bit Python installation: https://aka.ms/vs/17/release/VC_redist.x64.exe
135+
- For a 32-bit Python installation: https://aka.ms/vs/17/release/VC_redist.x86.exe
136136

137137
To check which Python version you are using, you can look at the first line of output when starting a Python shell. The version information should contain ``[MSC v.xxxx 64 bit (AMD64)]`` in a 64-bit installation, or ``[MSC v.xxxx 32 bit (Intel)]`` in a 32-bit installation.

0 commit comments

Comments
 (0)