Skip to content

0.3.0

Compare
Choose a tag to compare
@mdabrowski1990 mdabrowski1990 released this 03 Nov 12:56
· 36 commits to main since this release
18ca145

New features:

  • added support for newly python versions 3.11 and 3.12 with python version 3.7 no longer supported
  • Transport Interfaces API introduced
  • python-can Transport Interface released with support for sending and receiving CAN packets

Bug fixing:

  • Addressing Information reworked to contain information about both receiving and transmitted CAN Packets
  • unused aliases were removed and Enum's aliasing was improved
  • improved parameters typing
  • reworked CanSegmenter

Documentation update:

  • extended knowledge base with documentation about performance requirements (timing) on CAN
  • provided documentation for CAN Transport Interface
  • added examples section
  • switched to pyproject.toml as the only package configuration file
  • main page reworked
  • sponsoring reworked

Full Changelog: v0.2.0...v0.3.0