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: techsolx/python-can
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: hardbyte/python-can
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 10 files changed
  • 6 contributors

Commits on Oct 21, 2025

  1. SeedBus: Added can_filters parameter in SeedBus.__init__ method (hard…

    …byte#1999)
    
    * Added hardware filter support for SeeedBus during initialization
    
    * Implement software fallback for can_filters in SeedBus
    
    - Updated the __init__ function in SeedBus
    - Implemented software fallback, if the user passes multiple filters in can_filters dict.
    
    * updated changelog for PR hardbyte#1999
    
    * Updated _recv_internal method of SeedBus
    
    - updated _recv_internal method of SeedBus to return also the Boolean value based on whether hw filter is enabled or not
    varunpenumudi authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    b4d5094 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. Configuration menu
    Copy the full SHA
    c6274e4 View commit details
    Browse the repository at this point in the history
  2. Bump the dev-deps group across 1 directory with 3 updates

    Updates the requirements on [black](https://github.com/psf/black), [pytest](https://github.com/pytest-dev/pytest) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version.
    
    Updates `black` to 25.11.0
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@25.9.0...25.11.0)
    
    Updates `pytest` to 9.0.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.4.0.dev0...9.0.1)
    
    Updates `coverage` to 7.11.3
    - [Release notes](https://github.com/coveragepy/coveragepy/releases)
    - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
    - [Commits](coveragepy/coveragepy@7.10.0...7.11.3)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-version: 25.11.0
      dependency-type: direct:development
      dependency-group: dev-deps
    - dependency-name: pytest
      dependency-version: 9.0.1
      dependency-type: direct:development
      dependency-group: dev-deps
    - dependency-name: coverage
      dependency-version: 7.11.3
      dependency-type: direct:development
      dependency-group: dev-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zariiii9003 committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    61a1e76 View commit details
    Browse the repository at this point in the history
  3. Bump the github-actions group with 3 updates

    Bumps the github-actions group with 3 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `astral-sh/setup-uv` from 7.0.0 to 7.1.2
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@eb1897b...8585678)
    
    Updates `actions/upload-artifact` from 4.6.2 to 5.0.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@ea165f8...330a01c)
    
    Updates `actions/download-artifact` from 5.0.0 to 6.0.0
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@634f93c...018cc2c)
    
    ---
    updated-dependencies:
    - dependency-name: astral-sh/setup-uv
      dependency-version: 7.1.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: actions/upload-artifact
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/download-artifact
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zariiii9003 committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    3f54cca View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2025

  1. add RP1210 python-can driver

    BenGardiner authored and zariiii9003 committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    58860af View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. ASCReader: Improve datetime parsing and support double-defined AM/PM …

    …cases (hardbyte#2009)
    
    * ASCReader: Improve datetime parsing and support double-defined AM/PM cases
    
    * Fixed code formatting and add a news fragment for PR 2009
    
    * Updated formatting of logformats_test.py
    
    * Updated test for cross-platform compatibility and (hopefully) fixed formatting for good now
    
    * Corrected micro- to milliseconds
    Gedlex authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    2630fb3 View commit details
    Browse the repository at this point in the history
  2. Bump the dev-deps group with 2 updates

    Updates the requirements on [mypy](https://github.com/python/mypy) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version.
    
    Updates `mypy` to 1.19.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.18.1...v1.19.0)
    
    Updates `coverage` to 7.12.0
    - [Release notes](https://github.com/coveragepy/coveragepy/releases)
    - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
    - [Commits](coveragepy/coveragepy@7.11.0...7.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.19.0
      dependency-type: direct:development
      dependency-group: dev-deps
    - dependency-name: coverage
      dependency-version: 7.12.0
      dependency-type: direct:development
      dependency-group: dev-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zariiii9003 committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    d48dcb8 View commit details
    Browse the repository at this point in the history
  3. Bump the github-actions group with 3 updates

    Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [coverallsapp/github-action](https://github.com/coverallsapp/github-action).
    
    
    Updates `actions/checkout` from 5.0.0 to 6.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@08c6903...1af3b93)
    
    Updates `astral-sh/setup-uv` from 7.1.2 to 7.1.4
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@8585678...1e862df)
    
    Updates `coverallsapp/github-action` from 2.3.6 to 2.3.7
    - [Release notes](https://github.com/coverallsapp/github-action/releases)
    - [Commits](coverallsapp/github-action@648a8eb...5cbfd81)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: astral-sh/setup-uv
      dependency-version: 7.1.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: coverallsapp/github-action
      dependency-version: 2.3.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zariiii9003 committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    c8bb0f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Add python-can-damiao plugin support (hardbyte#2014)

    Add python-can-damiao as an optional dependency plugin, providing
    support for Damiao USB-CAN adapters.
    
    The plugin enables CAN communication through Damiao USB-CAN adapters
    with a simple interface following the python-can plugin API.
    
    Tested with:
    - Damiao USB-CAN adapter
    - DM4310 motor
    
    Repository: https://github.com/gaoyichuan/python-can-damiao
    gaoyichuan authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    b57bc51 View commit details
    Browse the repository at this point in the history
Loading