File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed
Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,20 @@ Two new interfaces this release:
1313Other notable changes
1414---------------------
1515
16- - #477 kvaser interface now supports bus statistics via a custom bus method.
17- - #471 fix CAN FD issue in kvaser interface
18- - #434 neovi supports receiving own messages
19- - #447 improvements to serial interface:
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:
2021 * to allow receiving partial messages
2122 * to fix issue with DLC of remote frames
2223 * addition of unit tests
23- - #462 `Notifier` issue with asyncio.
24- - #481 - Fix PCAN support on OSX.
25- - #455 minor fix to `Message` initializer.
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
2630
2731
2832Version 3.0.0
Original file line number Diff line number Diff line change @@ -23,3 +23,6 @@ Pierre-Luc Tessier Gagné
2323Felix Divo <felix.divo@gmail.com>
2424Kristian Sloth Lauszus <lauszus@gmail.com>
2525Shaoyu Meng <shaoyu@life-foundry.com>
26+ Alexander Mueller<XelaRellum@web.de>
27+ Jan Goeteyn
28+ "ykzheng" <wishdo@gmail.com>
Original file line number Diff line number Diff line change 88
99import logging
1010
11- __version__ = "3.1.0-rc.1 "
11+ __version__ = "3.1.0"
1212
1313log = logging .getLogger ('can' )
1414
You can’t perform that action at this time.
0 commit comments