-
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.
Merge pull request #242 - release v2.1.0
- Loading branch information
Showing
48 changed files
with
1,449 additions
and
639 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 |
---|---|---|
|
@@ -55,7 +55,7 @@ coverage.xml | |
*.log | ||
|
||
# Sphinx documentation | ||
docs/_build/ | ||
doc/_build/ | ||
|
||
# PyBuilder | ||
target/ | ||
|
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
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,38 @@ | ||
Version 2.1.0 (2018-02-17) | ||
===== | ||
|
||
* Support for out of tree can interfaces with pluggy. | ||
* Initial support for CAN-FD for socketcan_native and kvaser interfaces. | ||
* Neovi interface now uses Intrepid Control Systems's own interface library. | ||
* Improvements and new documentation for SQL reader/writer. | ||
* Fix bug in neovi serial number decoding. | ||
* Add testing on OSX to TravisCI | ||
* Fix non english decoding error on pcan | ||
* Other misc improvements and bug fixes | ||
|
||
|
||
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 |
---|---|---|
|
@@ -19,3 +19,5 @@ Giuseppe Corbelli <[email protected]> | |
Christian Sandberg | ||
Eduard Bröcker <[email protected]> | ||
Boris Wenzlaff | ||
Pierre-Luc Tessier Gagné | ||
Felix Divo <[email protected]> |
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
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
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
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
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
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 @@ | ||
from can.interfaces.ics_neovi.neovi_bus import NeoViBus |
Oops, something went wrong.