-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Version 2.1.0 (2018-02-10) | ||
===== | ||
|
||
|
||
* Support for out of tree can interfaces with pluggy. | ||
* Neovi interface now uses Intrepid Control Systems's own interface library. | ||
* Improvements and new documentation for SQL reader/writer | ||
|
||
|
||
Version 2.0.0 (2018-01-05 | ||
===== | ||
|
||
After an extended baking period we have finally tagged version 2.0.0! | ||
|
||
Quite a few major Changes from v1.x: | ||
|
||
* New interfaces: | ||
* Vector | ||
* NI-CAN | ||
* isCAN | ||
* neoVI | ||
* Simplified periodic send API with initial support for SocketCAN | ||
* Protocols module including J1939 support removed | ||
* Logger script moved to module `can.logger` | ||
* New `can.player` script to replay log files | ||
* BLF, ASC log file support added in new `can.io` module | ||
|
||
You can install from [PyPi](https://pypi.python.org/pypi/python-can/2.0.0) with pip: | ||
|
||
``` | ||
pip install python-can==2.0.0 | ||
``` | ||
|
||
The documentation for v2.0.0 is available at http://python-can.readthedocs.io/en/2.0.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
import logging | ||
|
||
__version__ = "2.1.0.rc2" | ||
__version__ = "2.1.0" | ||
|
||
log = logging.getLogger('can') | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters