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