Pypianoroll v0.4.0
- Make Matplotlib and Moviepy optional
- Add unit tests
- Fix note off bugs in
pypianoroll.Mutitrack.parse_pretty_midi()
- Move all plotting functions to one file (
pypianoroll/plot.py
) - Remove normalization arguments from plotting functions (value range now infered from dtype)
- Add argument
dtype
topypianoroll.Track.assign_constant()