0.3.0
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