pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/py-music21 py-music21: update to version 6.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09442f4c5e7c
branches:  trunk
changeset: 444365:09442f4c5e7c
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Jan 06 01:17:50 2021 +0000

description:
py-music21: update to version 6.5

Change log:

Version 6.5 adds several important new features since the bug-fix version 6.3 (from mid-November 2020) while squashing many bugs and speeding up a number of parts of the system. Many of the 
contributions were made by members of the open source community, including major contributions by Jacob Tyler Walls (JTW), Mark Gotham (MG), Néstor Nápoles López (NNL), and Paula Muñoz Lago.

Highlights include:

PartStaff objects such as a staff of a piano part now export properly back to MusicXML as one part with <staff> tags. Huge work by JTW!
RomanText is now a valid output format in addition to input! Save your analyses for later! Thanks Mark Gotham!
search/lyrics now finds second and subsequent lyrics (thanks to Paula ML and DIDONE project)
Improvements to VI and VII roman numerals in minor (JTW)
MIDI tries to import part names from instruments (JTW)
MIDI properly reads and writes conductor tracks (JTW)
Doc improvements for many places including RomanNumerals, insertIntoNoteOrChord, chordify with GraceNote (MSC)
Major speedups for many chord actions including getLeadingTone, isTriad, isMajorTriad, etc. (NNL + MSC w/ JTW)
music21 loads or starts up in 1/3 the time as before. (MSC)
Opus.write() improvements -- now all filenames of an Opus write call have similar names and only the last filename is returned (JTW)
All properties in music21 are readable without raising an exception. This will help inspection/debugging software. (MSC)
Staff-type is imported and exported properly to/from musicxml as the .staffType attribute on layout.StaffLayout objects. .staffLines is now settable on all Stream types (not just Parts) as a shortcut 
to manipulating layout.StaffLayout().staffLines at the start of the Stream. (MSC)
roman.RomanNumeral.isNeapolitan() (MG)
Smaller features and bug fixes:

midi.realtime.StreamPlayer now allows for non-blocking playing and for stopping at various points. (antran22)
If scratch/temp directory is not writable or does not exist, use backup directories (JTW + Tanchihpin0517 )
Use subprocess.run() for launching external tools (JTW)
Deprecated method Environment.launch() is removed. (JTW)
MusicXML reader selection improved, especially on Windows (MSC)
Refactor of the musicxml subpackage for smaller files and more expandability (MSC)
Default readers set for Unix (Thomas Wilson).
RomanNumeral parsing improvements, esp. for chords like V7b5. (MSC)
testing is moved to Github Actions for faster responses. Thanks to Travis-CI for years of support (MSC)
works on Python 3.9 -- v6 is likely the last version to support py 3.6. (MSC)
Instruments outside of voices are retained when making measures (JTW)
all tests pass on Windows for windows developers. (JTW)
better installation on conda-forge w/ a webcolors change (JTW)
unmeasured scores export to MusicXML better (JTW)
MIDI instruments no longer get incorrect durations (JTW)
MIDI pitch bends are easier to understand (JTW)
Improved tuplet brackets when number is not shown (JTW)
Coverage improved (MSC + JTW)
Better commonName for 0, 1, 2 note chords, and microtonal chords (MSC)
.show('scala') works on more scales. (JTW)
More XML Chord symbols import (JTW)
Fixes for aadd6 and other chord symbols where the name of the note ("A") is also present in the modifier ("Add") (JTW)
Chord.quality returns "other" for C C# E G (MG)
An empty degree-alter now matches MusicXML spec (JTW)
ABC and MIDI parsing cleanups to make it easier for developers to extend (MSC)
Very old musicxml files with empty "tie" elements parse better. (JTW)
Improved handling of omitted pitches in RomanNumerals (JTW)
instrument.deduplicate() removes duplicate instruments at the same offset in a stream (JTW)
Repeat endings with no number displayed now export to musicxml properly (JTW)
Several routines such as findGaps were leaving Streams in corrupt states -- fixed (MSC)
partitionByInstrument() no longer leaves instruments with non-zero durations (MSC)
MuseData reading works properly on zip files created on an OS with different line breaks (MSC)

diffstat:

 audio/py-music21/Makefile |   4 ++--
 audio/py-music21/PLIST    |  16 +++++++++++++++-
 audio/py-music21/distinfo |  10 +++++-----
 3 files changed, 22 insertions(+), 8 deletions(-)

diffs (92 lines):

diff -r 4f75d66e9767 -r 09442f4c5e7c audio/py-music21/Makefile
--- a/audio/py-music21/Makefile Wed Jan 06 00:54:37 2021 +0000
+++ b/audio/py-music21/Makefile Wed Jan 06 01:17:50 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/11/30 06:11:02 gutteridge Exp $
+# $NetBSD: Makefile,v 1.9 2021/01/06 01:17:50 gutteridge Exp $
 
-VERSION=       6.3.0
+VERSION=       6.5.0
 DISTNAME=      music21-noCorpus-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-music21-${VERSION}
 CATEGORIES=    audio python
diff -r 4f75d66e9767 -r 09442f4c5e7c audio/py-music21/PLIST
--- a/audio/py-music21/PLIST    Wed Jan 06 00:54:37 2021 +0000
+++ b/audio/py-music21/PLIST    Wed Jan 06 01:17:50 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/11/30 06:11:02 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/01/06 01:17:50 gutteridge Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -453,6 +453,7 @@
 ${PYSITELIB}/music21/midi/testPrimitive/test14.mid
 ${PYSITELIB}/music21/midi/testPrimitive/test15.mid
 ${PYSITELIB}/music21/midi/testPrimitive/test16.mid
+${PYSITELIB}/music21/midi/testPrimitive/test17.mid
 ${PYSITELIB}/music21/midi/translate.py
 ${PYSITELIB}/music21/midi/translate.pyc
 ${PYSITELIB}/music21/midi/translate.pyo
@@ -485,6 +486,9 @@
 ${PYSITELIB}/music21/musicxml/archiveTools.py
 ${PYSITELIB}/music21/musicxml/archiveTools.pyc
 ${PYSITELIB}/music21/musicxml/archiveTools.pyo
+${PYSITELIB}/music21/musicxml/helpers.py
+${PYSITELIB}/music21/musicxml/helpers.pyc
+${PYSITELIB}/music21/musicxml/helpers.pyo
 ${PYSITELIB}/music21/musicxml/lilypondTestSuite/01a-Pitches-Pitches.xml
 ${PYSITELIB}/music21/musicxml/lilypondTestSuite/01b-Pitches-Intervals.xml
 ${PYSITELIB}/music21/musicxml/lilypondTestSuite/01c-Pitches-NoVoiceElement.xml
@@ -610,6 +614,7 @@
 ${PYSITELIB}/music21/musicxml/lilypondTestSuite/61i-Lyrics-Chords.xml
 ${PYSITELIB}/music21/musicxml/lilypondTestSuite/61j-Lyrics-Elisions.xml
 ${PYSITELIB}/music21/musicxml/lilypondTestSuite/61k-Lyrics-SpannersExtenders.xml
+${PYSITELIB}/music21/musicxml/lilypondTestSuite/61l-Lyrics-Elisions-Syllables.xml
 ${PYSITELIB}/music21/musicxml/lilypondTestSuite/71a-Chordnames.xml
 ${PYSITELIB}/music21/musicxml/lilypondTestSuite/71c-ChordsFrets.xml
 ${PYSITELIB}/music21/musicxml/lilypondTestSuite/71d-ChordsFrets-Multistaff.xml
@@ -633,6 +638,9 @@
 ${PYSITELIB}/music21/musicxml/m21ToXml.py
 ${PYSITELIB}/music21/musicxml/m21ToXml.pyc
 ${PYSITELIB}/music21/musicxml/m21ToXml.pyo
+${PYSITELIB}/music21/musicxml/partStaffExporter.py
+${PYSITELIB}/music21/musicxml/partStaffExporter.pyc
+${PYSITELIB}/music21/musicxml/partStaffExporter.pyo
 ${PYSITELIB}/music21/musicxml/testChordOffset.xml
 ${PYSITELIB}/music21/musicxml/testFiles.py
 ${PYSITELIB}/music21/musicxml/testFiles.pyc
@@ -718,6 +726,9 @@
 ${PYSITELIB}/music21/romanText/tsvConverter.py
 ${PYSITELIB}/music21/romanText/tsvConverter.pyc
 ${PYSITELIB}/music21/romanText/tsvConverter.pyo
+${PYSITELIB}/music21/romanText/writeRoman.py
+${PYSITELIB}/music21/romanText/writeRoman.pyc
+${PYSITELIB}/music21/romanText/writeRoman.pyo
 ${PYSITELIB}/music21/scale/__init__.py
 ${PYSITELIB}/music21/scale/__init__.pyc
 ${PYSITELIB}/music21/scale/__init__.pyo
@@ -4699,6 +4710,9 @@
 ${PYSITELIB}/music21/stream/core.py
 ${PYSITELIB}/music21/stream/core.pyc
 ${PYSITELIB}/music21/stream/core.pyo
+${PYSITELIB}/music21/stream/enums.py
+${PYSITELIB}/music21/stream/enums.pyc
+${PYSITELIB}/music21/stream/enums.pyo
 ${PYSITELIB}/music21/stream/filters.py
 ${PYSITELIB}/music21/stream/filters.pyc
 ${PYSITELIB}/music21/stream/filters.pyo
diff -r 4f75d66e9767 -r 09442f4c5e7c audio/py-music21/distinfo
--- a/audio/py-music21/distinfo Wed Jan 06 00:54:37 2021 +0000
+++ b/audio/py-music21/distinfo Wed Jan 06 01:17:50 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/11/30 06:11:02 gutteridge Exp $
+$NetBSD: distinfo,v 1.5 2021/01/06 01:17:50 gutteridge Exp $
 
-SHA1 (music21-noCorpus-6.3.0.tar.gz) = 451cc0829cee8cee261ea8aabc73b2a0d9846bc1
-RMD160 (music21-noCorpus-6.3.0.tar.gz) = f15ebc7f0a35eab4d58ef346beddd1caa35bddee
-SHA512 (music21-noCorpus-6.3.0.tar.gz) = a530927f286e19aea188995822d5ec0130cda8e9e85680faa7962349809783756efe731e931596f20de0d6e1647ee6a6cb0a14ac230b09fd6d1e43aeb9a3e7d3
-Size (music21-noCorpus-6.3.0.tar.gz) = 5277568 bytes
+SHA1 (music21-noCorpus-6.5.0.tar.gz) = 73656e097905415d4da258d983e0f98d5df57de0
+RMD160 (music21-noCorpus-6.5.0.tar.gz) = 5e31eb6df82a34e90e9acbb170ffde565a62243a
+SHA512 (music21-noCorpus-6.5.0.tar.gz) = a577c2e75d5ebec1259f777112a3f191f6b25e9936df0921a8f871ccda426071e415f5fa8c5e3caa9751d7baf1daf9addd7519263c987947c00852382abcc1a9
+Size (music21-noCorpus-6.5.0.tar.gz) = 5305065 bytes



Home | Main Index | Thread Index | Old Index