Skip to content

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 53 commits into from
Feb 23, 2019
Merged

Release 3.1.0 #516

merged 53 commits into from
Feb 23, 2019

Conversation

felixdivo
Copy link
Collaborator

No description provided.

pierreluctg and others added 30 commits September 28, 2018 10:39
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?
Use is_extedned_id instead of extended_id in Message constructor
Fixed license header in Viewer
Sphinx needs a newline in order to properly render the docstring
sIuv and others added 21 commits December 27, 2018 09:55
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.
@felixdivo felixdivo added this to the 3.1 Release milestone Feb 23, 2019
@felixdivo felixdivo self-assigned this Feb 23, 2019
@felixdivo felixdivo changed the base branch from develop to master February 23, 2019 02:30
@felixdivo felixdivo requested a review from hardbyte February 23, 2019 02:30
Copy link
Owner

@hardbyte hardbyte left a 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!

@hardbyte hardbyte merged commit 3dcfcbb into master Feb 23, 2019
@felixdivo
Copy link
Collaborator Author

I'll publish it as a release tag tomorrow. Can you cherry-pick the last commit over to develop?

@felixdivo
Copy link
Collaborator Author

@hardbyte Thanks for tagging the release.

@hardbyte hardbyte deleted the release-3.1.0 branch February 26, 2019 04:53
Sign up for free to 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.