Skip to content

v0.0.4

Compare
Choose a tag to compare
@cghawthorne cghawthorne released this 30 Jun 20:57
· 7 commits to main since this release

What's Changed

  • move sequence_to_valued_intervals to note_seq for easier use from other models. by @copybara-service in #28
  • Update README to include pretty_midi warning. by @christhetree in #30
  • Remove numba version requirement (#1896), fix use-a-generator lint error. by @copybara-service in #31
  • bump version by @copybara-service in #32
  • onset_velocities in pianoroll_to_note_sequence() has an off-by-one error. by @copybara-service in #33
  • Rename bazel_skylib default branch to main. by @tetromino in #34
  • Fix pylint warnings by @copybara-service in #37
  • Correct velocity args default value typo. by @copybara-service in #36
  • Add constant for number of midi pitches. by @copybara-service in #38
  • Addresses pylint warnings and recommendations. by @copybara-service in #42
  • Replace problematic terminology in pylintrc by @copybara-service in #41
  • Replaces some problematic terminology. by @copybara-service in #43
  • Updates for librosa 0.8 by @copybara-service in #45
  • Disable unspecified-encoding pylint error. by @copybara-service in #49
  • Internal change by @copybara-service in #48
  • use keyword arguments for sample rates in call to librosa.resample, and disable a few linter warnings by @copybara-service in #55
  • implements merge_sequences. by @copybara-service in #54
  • Output PrettyMIDI with named instruments by @olaviinha in #60
  • Add pyi typechecking support to generated protobuf outputs. by @copybara-service in #63
  • Bump note_seq version by @copybara-service in #64

New Contributors

Full Changelog: v0.0.2...v0.0.4