Skip to content

Releases: magenta/note-seq

v0.0.5

01 Jul 16:30
Compare
Choose a tag to compare

What's Changed

  • Increase protobuf version requirement by @copybara-service in #65
  • Include pyi files in pip package, bump version. by @copybara-service in #66

Full Changelog: v0.0.3...v0.0.5

v0.0.4

30 Jun 20:57
Compare
Choose a tag to compare

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

NoteSeq v0.0.2

09 Nov 21:25
Compare
Choose a tag to compare
  • Add PyDub support for loading audio files
  • No need for a temp file when writing midi files

NoteSeq v0.0.1

31 Jul 17:43
Compare
Choose a tag to compare
  • Fixes protobuf namespace issues