File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+ Version 2.2.0 (2018-06-30)
3
+ =====
4
+
5
+ * Fallback message filtering implemented in Python for interfaces that don't offer better accelerated mechanism.
6
+ * SocketCAN interfaces have been merged (Now use `socketcan` instead of either `socketcan_native` and `socketcan_ctypes`),
7
+ this is now completely transparent for the library user.
8
+ * automatic detection of available configs/channels in supported interfaces.
9
+ * Added synchronized (thread-safe) Bus variant.
10
+ * context manager support for the Bus class.
11
+ * Dropped support for Python 3.3 (officially reached end-of-life in Sept. 2017)
12
+ * Deprecated the old `CAN` module, please use the newer `can` entry point (will be removed in version 2.4)
13
+
1
14
Version 2.1.0 (2018-02-17)
2
15
=====
3
16
Original file line number Diff line number Diff line change 9
9
10
10
import logging
11
11
12
- __version__ = "2.2.0-rc.1 "
12
+ __version__ = "2.2.0"
13
13
14
14
log = logging .getLogger ('can' )
15
15
You can’t perform that action at this time.
0 commit comments