Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mido/mido
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.3
Choose a base ref
...
head repository: mido/mido
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 20 files changed
  • 4 contributors

Commits on Nov 12, 2024

  1. Fix README indentation

    rdoursenaud committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b07964d View commit details
    Browse the repository at this point in the history
  2. Update for RTD

    ReadTheDocs requires a newer version of Sphinx
    Also update the theme
    rdoursenaud committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b2b0276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a431ed View commit details
    Browse the repository at this point in the history
  4. Update GitHub actions

    rdoursenaud committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c61342c View commit details
    Browse the repository at this point in the history
  5. Update github pages action

    Update the action version
    Add fetch-tags to better resolve the automatic version
    rdoursenaud committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    aa1c2af View commit details
    Browse the repository at this point in the history
  6. Update documentation action

    Hopefully fixes the automatic version generation
    rdoursenaud committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a0158ff View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. Fix Python 3.7 testing

    Python 3.7 has been removed
    from the latest Ubuntu images.
    Let's run these on 22.04.
    rdoursenaud committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    3ebe80b View commit details
    Browse the repository at this point in the history
  2. Fix CI

    Python 3.7 has been removed
    from the latest Ubuntu images.
    Let's run these on 22.04.
    rdoursenaud committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    cee03a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #625 from rdoursenaud/main

    Fix CI
    rdoursenaud authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    5d551ca View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. Fix reuse status

    Empty files are ignored
    rdoursenaud committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    7f462db View commit details
    Browse the repository at this point in the history
  2. Fix tests badge

    rdoursenaud committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    5d01da6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #626 from rdoursenaud/main

    Fix badges
    rdoursenaud authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    3385b0d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Add typing for mido.get_ functions

    Signed-off-by: Leo-Tinkeam <[email protected]>
    Leo-Tinkeam committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    ecc96c5 View commit details
    Browse the repository at this point in the history
  2. Add a Spec type instead of a dict[str,Any]

    Signed-off-by: Leo-Tinkeam <[email protected]>
    Leo-Tinkeam committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    26d129a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Merge pull request #624 from Leo-Tinkeam/main

    Refacto: add some typing
    
    Addresses part of #591
    rdoursenaud authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    59821b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. Increase time limit for test_tracks

    On SiFive Unmatched, a RISC-V board, it takes ~4.5s to finish the task.
    
    Signed-off-by: Xeonacid <[email protected]>
    Xeonacid authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    58d88df View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Merge pull request #629 from Xeonacid/patch-1

    Increase time limit for test_tracks
    rdoursenaud authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    854618a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. Update rtmidi URL in docs

    rdoursenaud committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    f01a080 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #634 from rdoursenaud/main

    Update rtmidi URL in docs
    rdoursenaud authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    3111246 View commit details
    Browse the repository at this point in the history
Loading