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:
13
13
Other notable changes
14
14
---------------------
15
15
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:
20
21
* to allow receiving partial messages
21
22
* to fix issue with DLC of remote frames
22
23
* 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
26
30
27
31
28
32
Version 3.0.0
Original file line number Diff line number Diff line change @@ -23,3 +23,6 @@ Pierre-Luc Tessier Gagné
23
23
Felix Divo <felix.divo@gmail.com>
24
24
Kristian Sloth Lauszus <lauszus@gmail.com>
25
25
Shaoyu 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 8
8
9
9
import logging
10
10
11
- __version__ = "3.1.0-rc.1 "
11
+ __version__ = "3.1.0"
12
12
13
13
log = logging .getLogger ('can' )
14
14
You can’t perform that action at this time.
0 commit comments