Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/python3 #15

Merged
merged 16 commits into from
Oct 25, 2015
Merged

Feature/python3 #15

merged 16 commits into from
Oct 25, 2015

Commits on Oct 21, 2015

  1. add __future__ imports; use print() function

    Sebastian Böck committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    6261b8a View commit details
    Browse the repository at this point in the history
  2. use pickle instead of cPickle

    Sebastian Böck committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    2267e5e View commit details
    Browse the repository at this point in the history
  3. add Python3 compatible file handling

    Sebastian Böck committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    fa50202 View commit details
    Browse the repository at this point in the history
  4. fix lists, range, and iterators

    Sebastian Böck committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    db96c9e View commit details
    Browse the repository at this point in the history
  5. fix str/bytes handling

    Sebastian Böck committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    ae46adb View commit details
    Browse the repository at this point in the history
  6. use consistent rounding (numpy style)

    Sebastian Böck committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    5d5baad View commit details
    Browse the repository at this point in the history
  7. fix abstract base classes

    Sebastian Böck committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    95778db View commit details
    Browse the repository at this point in the history
  8. various type checks/fixes & tests

    Sebastian Böck committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    d864cb5 View commit details
    Browse the repository at this point in the history
  9. PEP8 & docstring fixes

    Sebastian Böck committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    73bd5b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. make midi module Python 3 compatible; update with upstream

    - revamp registering of Events
    - remove __slots__
    - add pitch & value properties to AfterTouchEvent
    - add ProgramNameEvent
    - rename SomethingEvent to UnknownMetaEvent
    Sebastian Böck committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    19c08d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2015

  1. redo all output stuff (because of Python 2/3 str/bytes handling)

    - remove the madmom.utils.open context manager
    - use np.loadtxt and np.savetxt for input/output
    - downbeats return format is a numpy array
    - processors use either sys.stdout or sys.stdout.buffer as default output
    Sebastian Böck committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    4ed094a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2015

  1. add Travis CI config

    Sebastian Böck committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    1e1ac2d View commit details
    Browse the repository at this point in the history
  2. require travis to use real ffmpeg; PEP8 and atol fixes to make travis…

    … pass
    Sebastian Böck committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    a333425 View commit details
    Browse the repository at this point in the history
  3. add more Python versions

    Sebastian Böck committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    89c6299 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from CPJKU/feature/travis_ci

    use Travis CI
    Sebastian Böck committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    8928d7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a18bb66 View commit details
    Browse the repository at this point in the history