Skip to content

Commit

Permalink
Bump: version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edudobay committed Dec 31, 2020
1 parent 34921cf commit f131620
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.6.1] - 2020-12-31

Fixes some pending issues from the Python 3 migration, plus some other outstanding issues.

### Changed
* Eliminate redundancy between Note 'dynamics' and 'channel & velocity'. **`dynamics` is now read-only**. `velocity` and `channel` can be set directly in the constructor.
* Safer MIDI event serialization with `int` bound checks
* Reorganize test suites and doctests

### Fixed
* Documentation improvements (several commits)
* (#58) Binary file open mode for MIDI and WAVE files
* (#60) Wrong message sent in 'stop note container' event
* (#64) MIDI input in Python 3, thanks to [Sam Gould](https://github.com/samg7b5)
* (4d82cbde) Standard pitch not honored in `Note.to_hertz()`

## [0.6.0] - 2020-01-04

This is the first official release to support **Python 3** (≥ 3.5). I've tried not to break Python 2 compatibility, but I'm **officially not supporting Python 2.7** any further, especially since its end-of-life has come.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="mingus",
version="0.6.0",
version="0.6.1",
description="mingus is a music package for Python",
long_description="""mingus is a package for Python used by programmers, musicians, \
composers and researchers to make and investigate music. At the core of mingus is music theory, \
Expand Down

0 comments on commit f131620

Please sign in to comment.