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: willjpope/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.
  • 20 commits
  • 19 files changed
  • 7 contributors

Commits on Feb 6, 2023

  1. tox.ini: Bump the python and pypi versions

    Signed-off-by: Alistair Francis <alistair@alistair23.me>
    alistair23 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c55a7a9 View commit details
    Browse the repository at this point in the history
  2. setup.py: Bump pint version

    Signed-off-by: Alistair Francis <alistair@alistair23.me>
    alistair23 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7642ad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Fixed printing with brackets

    Mario2407 authored and alistair23 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e952b91 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. bumped to v0.7.2

    Brendan Whitfield
    Brendan Whitfield committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d95554a View commit details
    Browse the repository at this point in the history
  2. Proper obd.Unit.percent

    green-green-avk authored and alistair23 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7d5cd05 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    eb8679e View commit details
    Browse the repository at this point in the history
  2. Fixed mkdocs pages -> nav config

    Brendan Whitfield
    Brendan Whitfield committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3ecbf6f View commit details
    Browse the repository at this point in the history
  3. Revert docs updates: This is more finicky than I anticipated

    Moving to a feature branch
    
    This reverts commit 3ecbf6f.
    This reverts commit eb8679e.
    Brendan Whitfield
    Brendan Whitfield committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d7aad00 View commit details
    Browse the repository at this point in the history
  4. Added readthedocs yaml config file before config files are enforced

    Also fixed some of the doc headers for more modern versions of mkdocs
    Brendan Whitfield
    Brendan Whitfield committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d7c781a View commit details
    Browse the repository at this point in the history

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
    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
    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
    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
    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
    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