-
Notifications
You must be signed in to change notification settings - Fork 636
Release 3.1.0 #516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 3.1.0 #516
Conversation
This file contains hidden or 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
Adding neoVI support for receive_own_messages
Allow partial messages to be received Fix DLC for remote frames Add unit test
Make typing dependency conditional < python 3.5
This should work like that, right?
Doc update for socketcan
Use is_extedned_id instead of extended_id in Message constructor
Fixes #450
… separated by spaces
Fixed license header in Viewer
Sphinx needs a newline in order to properly render the docstring
Better ASCWriter timestamps
New SYSTEC interface with tests and documentation.
* Add changelog for release 3.1.0
* Add try except around importing curses to support windows * Update docstrings for MultiRateCyclicSendTask * Move some internal stuff into own internal api page. * More doc updates - trying to reduce sphinx warnings
* Fully initialize usb2can Bus interface object. The usb2can interface backend currently does not work because the _filters member is not initialized in the constructor of can.interfaces.usb2can.Usb2canBus. Call the parent class constructor to pull in the missing object attributes. * Add a note about the 32-bit only CANAL DLL. The usb2can interface currently only supports 32-bit Python on Windows, because there is no 64-bit CANAL library available yet. Mention this in the documentation section.
* add hypothesis test for Message class * add runtime warning to deprecated Message's __init__() parameter 'extended_id' * move remaining parameter testing into _check() * remove data from remote test frames * add check for remote frames back to message constructor * cleanups & some docs for TestMessageClass * fix unicode error and change message's __len__ to use the DLC * correct behavior of check=True * fix remote_frame special case * use ValueError instead of assert statements in message's _check()
Added descriptive text for error code 15: Found the device, but it is being used by another process.
hardbyte
approved these changes
Feb 23, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome - thanks for preparing the release!
I'll publish it as a release tag tomorrow. Can you cherry-pick the last commit over to develop? |
@hardbyte Thanks for tagging the release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.