Releases: magenta/note-seq
Releases · magenta/note-seq
v0.0.5
v0.0.4
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
- @christhetree made their first contribution in #30
- @tetromino made their first contribution in #34
- @olaviinha made their first contribution in #60
Full Changelog: v0.0.2...v0.0.4
NoteSeq v0.0.2
- Add PyDub support for loading audio files
- No need for a temp file when writing midi files
NoteSeq v0.0.1
- Fixes protobuf namespace issues