Skip to content

Conversation

@felixdivo
Copy link
Collaborator

No description provided.

pierreluctgand 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
sIuvand 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.
@felixdivofelixdivo added this to the 3.1 Release milestone Feb 23, 2019
@felixdivofelixdivo self-assigned this Feb 23, 2019
@felixdivofelixdivo changed the base branch from develop to masterFebruary 23, 2019 02:30
Copy link
Owner

@hardbytehardbyte 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!

@hardbytehardbyte merged commit 3dcfcbb into masterFeb 23, 2019
@felixdivo
Copy link
CollaboratorAuthor

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

@felixdivo
Copy link
CollaboratorAuthor

@hardbyte Thanks for tagging the release.

@hardbytehardbyte deleted the release-3.1.0 branch February 26, 2019 04:53
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.

18 participants

@felixdivo@altendky@hardbyte@pierreluctg@christiansandberg@maxchill@Lauszus@ludobouan@patkan@ben-powell-ctct@matth314@sIuv@idaniel86@XelaRellum@acolomb@JanGoeteyn@atmlvs