11Version 3.2.0
22====
33
4- Support has been removed for Python 3.4
54
65Major features
76--------------
87
9- - FD support added for Pcan in PR #537
8+ * FD support added for Pcan by @bmeisels with input from
9+ @markupsp, @christiansandberg & @felixdivo in PR #537
1010
1111Other notable changes
1212---------------------
1313
14- - This release should automatically be published to PyPi by travis. #535
15- - BusState is now an enum. #533
16- - A guide has been added for new io formats. #548
17- - Finish moving from nose to pytest #550
14+ * #532 Support has been removed for Python 3.4
15+ * #533 BusState is now an enum.
16+ * #535 This release should automatically be published to PyPi by travis.
17+ * #548 A guide has been added for new io formats.
18+ * #550 Finish moving from nose to pytest.
19+ * #558 Fix installation on Windows.
20+ * #561 Tests for MessageSync added.
21+
22+ General fixes, cleanup and docs changes can be found on the GitHub milestone
23+ https://github.com/hardbyte/python-can/milestone/7?closed=1
24+
25+ Pulls: #522, #526, #527, #536, #540, #546, #547, #548, #533, #559, #569, #571, #572, #575
26+
27+ Backend Specific Changes
28+ ------------------------
29+
30+ pcan
31+ ~~~~
32+
33+ * FD
34+
35+ slcan
36+ ~~~~
37+
38+ * ability to set custom can speed instead of using predefined speed values. #553
39+
40+ socketcan
41+ ~~~~
42+
43+ * Bug fix to properly support 32bit systems. #573
44+
45+ usb2can
46+ ~~~~
47+
48+ * slightly better error handling
49+ * multiple serial devices can be found
50+ * support for the `_detect_available_configs()` API
51+
52+ Pulls #511, #535
53+
54+ vector
55+ ~~~~
56+
57+ * handle `app_name`. #525
1858
1959Version 3.1.1
2060====
@@ -31,20 +71,20 @@ Two new interfaces this release:
3171Other notable changes
3272---------------------
3373
34- - #477 The kvaser interface now supports bus statistics via a custom bus method.
35- - #434 neovi now supports receiving own messages
36- - #490 Adding option to override the neovi library name
37- - #488 Allow simultaneous access to IXXAT cards
38- - #447 Improvements to serial interface:
74+ * #477 The kvaser interface now supports bus statistics via a custom bus method.
75+ * #434 neovi now supports receiving own messages
76+ * #490 Adding option to override the neovi library name
77+ * #488 Allow simultaneous access to IXXAT cards
78+ * #447 Improvements to serial interface:
3979 * to allow receiving partial messages
4080 * to fix issue with DLC of remote frames
4181 * addition of unit tests
42- - #497 Small API changes to `Message` and added unit tests
43- - #471 Fix CAN FD issue in kvaser interface
44- - #462 Fix `Notifier` issue with asyncio
45- - #481 Fix PCAN support on OSX
46- - #455 Fix to `Message` initializer
47- - Small bugfixes and improvements
82+ * #497 Small API changes to `Message` and added unit tests
83+ * #471 Fix CAN FD issue in kvaser interface
84+ * #462 Fix `Notifier` issue with asyncio
85+ * #481 Fix PCAN support on OSX
86+ * #455 Fix to `Message` initializer
87+ * Small bugfixes and improvements
4888
4989Version 3.1.0
5090====
0 commit comments