Releases: yuma-m/pychord
Releases · yuma-m/pychord
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0
Make QUALITY_DICT values immutable
Fix __eq__ of Chord and support __eq__ for Quality
- Implement
__eq__
method for Quality. - Fix
__eq__
method of Chord to support comparison between sharped and flatted chords.
Fix not equal for comparing Chords
- Implement
__eq__
,__ne__
,__setitem__
methods for ChordProgression. - Implement
__eq__
method for Chord.
Handle base note in Chord.components
- Handle base note in Chord.components
- Contributor: mstuttgart
Enable setting scale on Chord.transpose
- Enable setting scale on Chord.transpose
- Contributor: jgvictores