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+
114Version 2.1.0 (2018-02-17)
215=====
316
Original file line number Diff line number Diff line change 99
1010import logging
1111
12- __version__ = "2.2.0-rc.1 "
12+ __version__ = "2.2.0"
1313
1414log = logging .getLogger ('can' )
1515
You can’t perform that action at this time.
0 commit comments