Skip to content

Releases: hardbyte/python-can

2.0

16 Jan 09:44
6913c49
Compare
Choose a tag to compare
2.0

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 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/