Releases: hardbyte/python-can
Releases · hardbyte/python-can
3.3.3 Alpha 1
3.3.3-alpha.1 3.3.3-a.1
3.3.3 Alpha 0
Backported fixes from Python 3 only 4.x development.
- Exclude test packages from distribution. #740
- RTR crash fix in canutils log reader parsing RTR frames. #713
- Skip J1939 messages in ASC Reader. #701
- Exposes a configuration option to allow the CAN message player to send error frames
(and sets the default to not send error frames). #690 - Fixes the semantics provided by periodic tasks in SocketCAN interface. #638
- Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes. #628
- Fixes the broken CANalyst-II interface. #617
- Socketcan BCM status fix. #605
3.3.2
Minor bug fix release addressing issue in PCAN RTR.
Released with tag pointing at correct commit this time.
3.3.2 (incorrect tag)
This release was unfortunately pointing at the wrong commit.
3.3.1
3.3.0
3.2.1
3.2.0
Major features
- FD support added for Pcan by @bmeisels with input from
@markuspi, @christiansandberg & @felixdivo in PR #537
Other notable changes
- #532 Support has been removed for Python 3.4
- #533 BusState is now an enum.
- #535 This release should automatically be published to PyPi by travis.
- #577 Travis-ci now uses stages instead of matrix build.
- #548 A guide has been added for new io formats.
- #550 Finish moving from nose to pytest.
- #558 Fix installation on Windows.
- #561 Tests for MessageSync added.
General fixes, cleanup and docs changes can be found here.
Pulls: #522, #526, #527, #536, #540, #546, #547, #548, #533, #559, #569, #571, #572, #575
Backend Specific Changes
pcan
- FD support in PR #537
slcan
- ability to set custom can speed instead of using predefined speed values. #553
socketcan
- Bug fix to properly support 32bit systems. #573
usb2can
- slightly better error handling
- multiple serial devices can be found
- support for the
_detect_available_configs()
API
vector
- handle
app_name
. #525
Version 3.2.0 beta 0
Major features
- FD support added for Pcan by @bmeisels with input from
@markupspi, @christiansandberg & @felixdivo in PR #537
Other notable changes
- #532 Support has been removed for Python 3.4
- #533 BusState is now an enum.
- #535 This release should automatically be published to PyPi by travis.
- #577 Travis-ci now uses stages instead of matrix build.
- #548 A guide has been added for new io formats.
- #550 Finish moving from nose to pytest.
- #558 Fix installation on Windows.
- #561 Tests for MessageSync added.
General fixes, cleanup and docs changes can be found here.
Pulls: #522, #526, #527, #536, #540, #546, #547, #548, #533, #559, #569, #571, #572, #575
Backend Specific Changes
pcan
- FD support in PR #537
slcan
- ability to set custom can speed instead of using predefined speed values. #553
socketcan
- Bug fix to properly support 32bit systems. #573
usb2can
- slightly better error handling
- multiple serial devices can be found
- support for the
_detect_available_configs()
API
vector
- handle
app_name
. #525