Skip to content

Commit

Permalink
Update changelog for release3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed May 13, 2019
1 parent 8c63278 commit f46dc60
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 18 deletions.
74 changes: 57 additions & 17 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,60 @@
Version 3.2.0
====

Support has been removed for Python 3.4

Major features
--------------

- FD support added for Pcan in PR #537
* FD support added for Pcan by @bmeisels with input from
@markupsp, @christiansandberg & @felixdivo in PR #537

Other notable changes
---------------------

- This release should automatically be published to PyPi by travis. #535
- BusState is now an enum. #533
- A guide has been added for new io formats. #548
- Finish moving from nose to pytest #550
* #532 Support has been removed for Python 3.4
* #533 BusState is now an enum.
* #535 This release should automatically be published to PyPi by travis.
* #548 A guide has been added for new io formats.
* #550 Finish moving from nose to pytest.
* #558 Fix installation on Windows.
* #561 Tests for MessageSync added.

General fixes, cleanup and docs changes can be found on the GitHub milestone
https://github.com/hardbyte/python-can/milestone/7?closed=1

Pulls: #522, #526, #527, #536, #540, #546, #547, #548, #533, #559, #569, #571, #572, #575

Backend Specific Changes
------------------------

pcan
~~~~

* FD

slcan
~~~~

* ability to set custom can speed instead of using predefined speed values. #553

socketcan
~~~~

* Bug fix to properly support 32bit systems. #573

usb2can
~~~~

* slightly better error handling
* multiple serial devices can be found
* support for the `_detect_available_configs()` API

Pulls #511, #535

vector
~~~~

* handle `app_name`. #525

Version 3.1.1
====
Expand All @@ -31,20 +71,20 @@ Two new interfaces this release:
Other notable changes
---------------------

- #477 The kvaser interface now supports bus statistics via a custom bus method.
- #434 neovi now supports receiving own messages
- #490 Adding option to override the neovi library name
- #488 Allow simultaneous access to IXXAT cards
- #447 Improvements to serial interface:
* #477 The kvaser interface now supports bus statistics via a custom bus method.
* #434 neovi now supports receiving own messages
* #490 Adding option to override the neovi library name
* #488 Allow simultaneous access to IXXAT cards
* #447 Improvements to serial interface:
* to allow receiving partial messages
* to fix issue with DLC of remote frames
* addition of unit tests
- #497 Small API changes to `Message` and added unit tests
- #471 Fix CAN FD issue in kvaser interface
- #462 Fix `Notifier` issue with asyncio
- #481 Fix PCAN support on OSX
- #455 Fix to `Message` initializer
- Small bugfixes and improvements
* #497 Small API changes to `Message` and added unit tests
* #471 Fix CAN FD issue in kvaser interface
* #462 Fix `Notifier` issue with asyncio
* #481 Fix PCAN support on OSX
* #455 Fix to `Message` initializer
* Small bugfixes and improvements

Version 3.1.0
====
Expand Down
2 changes: 1 addition & 1 deletion doc/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Python natively supports the CAN protocol from version 3.3 on, if running on Lin
Python version Feature Link
============== ============================================================== ====
3.3 Initial SocketCAN support `Docs <https://docs.python.org/3/library/socket.html#socket.AF_CAN>`__
3.4 Broadcast Banagement (BCM) commands are natively supported `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_BCM>`__
3.4 Broadcast Management (BCM) commands are natively supported `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_BCM>`__
3.5 CAN FD support `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_RAW_FD_FRAMES>`__
3.7 Support for CAN ISO-TP `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_ISOTP>`__
============== ============================================================== ====

0 comments on commit f46dc60

Please sign in to comment.