Skip to content

Conversation

@hardbyte
Copy link
Owner

@hardbytehardbyte commented Feb 10, 2018

  • 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.

I've uploaded a release candidate to PyPi:

pip install python-can==2.1.0.rc1 

felixdivoand others added 30 commits December 13, 2017 17:27
…atabase in SqliteWriter are regulary committed
Existing code throw in a `KeyError: 'interface'` when a invalid interface name is used.
Replacing the pyneovi implementation with ICS own python interface python-ics. `neovi` interface is replaced by `icsneovi` interface. `neovi` interface is now pointing to the the `icsneovi` interface for compatibility.
Change the rx queue to a deque. Removed the filtering of the abr id 0. Adding the channel information to the rx messages. Changed the import error logging from error to warning.
@hardbytehardbyte changed the title Release v2.1.0Release v2.1.0 into masterFeb 17, 2018
@hardbytehardbyte merged commit 338d211 into masterFeb 18, 2018
@hardbytehardbyte added this to the 2.1 Release milestone Feb 18, 2018
@felixdivofelixdivo deleted the release-2.1.0 branch February 19, 2018 21:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@hardbyte@christiansandberg@felixdivo@HpLightcorner@pierreluctg@mgiaco@oomzay