File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed
Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 33For details and minor changes, please see the [ version control log
44messages] ( https://github.com/SpotlightKid/python-rtmidi/commits/master ) .
55
6+ ## Development
7+
8+ Changes:
9+
10+ - Updated ` rtmidi ` submodule (#156 ).
11+
12+ Documentation:
13+
14+ - Updated installation documentation (#165 ).
15+ - Updated contributing guide (#165 ).
16+ - Removed Python 3.7 from meta-data classifiers in ` pyproject.toml ` (dfb3800).
17+
18+ Project infrastructure:
19+
20+ - Changed the build back-end to meson-python (#161 ).
21+ - Fixed broken macOS arm64 binary wheels built by CI (#161 ).
22+ - Fixed missing JACK backend API support in Linux aarch64 binary wheels built
23+ by CI (#161 ).
24+ - Improved tests for binary wheels built by CI (#162 ).
25+ - Cleaned up GitHub actions workflow definitions (#163 ).
26+ - Fixed test coverage report target in Makefile (#164 ).
27+
28+
29+ ## 1.5.2 (2023-06-14)
30+
31+ Changes:
32+
33+ - Updated ` rtmidi ` submodule (#156 ).
34+
35+ Project infrastructure:
36+
37+ - Updated ` requirements-dev.txt ` with ` pip-compile ` (#153 ).
38+ - Changed CI to build separate wheels for both macOS architectures (18bbc74, 20f5cdd).
39+ - Improved build dependency selection in meson config (#156 ).
40+
641
742## 1.5.1 (2023-06-12)
843
@@ -44,7 +79,7 @@ Changes:
4479
4580- The SysEx reception buffer size for the Windows MM backend was
4681 changed from 8096 to 8196.
47- s - Synced with upstream [ RtMidi] ( https://github.com/thestk/rtmidi )
82+ - Synced with upstream [ RtMidi] ( https://github.com/thestk/rtmidi )
4883 (3dc525baf3cac345cdd3511316571c20b47f30b5, fixes #89 ).
4984
5085
You can’t perform that action at this time.
0 commit comments