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: TGRApplied/python-OBD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: brendan-w/python-OBD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    e0304c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Fix escaped serial port label string

    Without this fix, Python 3.13.1 yields this warning during "import odb":
    
        …/obd/utils.py:177: SyntaxWarning: invalid escape sequence '\C'
    
    I'm not a Windows expert, but the correct naming convention seems to
    be described here:
    
    https://support.microsoft.com/en-us/topic/howto-specify-serial-ports-larger-than-com9-db9078a5-b7b6-bf00-240f-f749ebfd913e
    dkg authored and alistair23 committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    0c9abbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a47d791 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Uprev pint to 0.24.* for python 3.13+ support

    Brendan Whitfield committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    0c01901 View commit details
    Browse the repository at this point in the history
  2. Uprev tox.ini to test python 3.13

    Also corrected some of the package classifiers to indicate that this
    python library no longer supports python 2. It didn't even with the
    older 0.20.* Pint, though Pint itself now only supports python 3.9+
    Brendan Whitfield committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    c30cfc3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request brendan-w#289 from brendan-w/user/brendan/uprev-pint

    Uprev pint to 0.24.* for python 3.13+ support
    brendan-w authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    75a8820 View commit details
    Browse the repository at this point in the history
  4. setup.py -> pyproject.toml

    Brendan Whitfield committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    630f0be View commit details
    Browse the repository at this point in the history
  5. Updated the testing docs with modern build commands

    Brendan Whitfield committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    3d1beba View commit details
    Browse the repository at this point in the history
  6. Merge pull request brendan-w#290 from brendan-w/user/brendan/pyprojec…

    …t.toml
    
    setup.py -> pyproject.toml
    brendan-w authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    289a889 View commit details
    Browse the repository at this point in the history
  7. bumped to 0.7.3

    Brendan Whitfield committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    b53cbcb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a378bdd View commit details
    Browse the repository at this point in the history
Loading