You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Release Notes
2
2
3
+
## Version 1.7.1
4
+
5
+
This version introduces the following changes. As of this version, the minimum required Python version is Python 3.10. Use Partitura version ≤ 1.7.0 for Python 3.7 to 3.9.
6
+
7
+
### New Features
8
+
9
+
* Add GitHub Codespace support #474
10
+
* Add work metadata to MusicXML export #473
11
+
* Configurable aggregations for `get_time_maps_from_alignment`#479
12
+
* Support `<sound>` tags in MusicXML with tempo and dynamics #477
13
+
14
+
### Bug Fixes
15
+
16
+
* Update version in docs #476
17
+
18
+
### Other
19
+
20
+
* Remove dependence on deprecated pkg_resources #476
21
+
* Clean up tests (remove deprecated files and update tests to new options) #476
22
+
* Deprecate setup.py in favor of pyproject.toml #481
23
+
* Bump the minimum supported Python version to 3.10 #481
0 commit comments