Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 807 Bytes

CHANGELOG.md

File metadata and controls

44 lines (33 loc) · 807 Bytes

Changelog

[0.4.2] - 2024-10-27

Added

  • write method in MidiFile

[0.4.1] - 2024-09-29

Fixed

  • MAX_TICK setting in pretty midi

[0.4.0] - 2024-09-27

Changed

  • use pretty_midi instead of an internal copy (revert)

Added

  • streamlit dashboards for development flow
  • MidiFile interface to merge multiple files

[0.3.4] - 2024-09-22

Fixed

  • dataframe build method

[0.3.3] - 2024-09-22

Added

  • separate dataframe build method for MidiFile

[0.3.2] - 2024-08-28

Added

  • possible to write midi to a buffer

[0.3.0] - 2024-08-28

Changed

  • remove pianofor.ai helper code

Fixed

  • dataclass factory in python 3.11

[0.2.8] - 2024-01-16

Changed

  • unification of midi source in various datasets

[0.2.7] - 2023-11-29

Added

  • changelog 🚀