-
Notifications
You must be signed in to change notification settings - Fork 659
Release python-can v3.0.0 #438
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
Closed
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
Fix Sphinx errors/warnings & Misc. cleanups
Adding multiple channels support to neoVI
Feature socketcan's BCM owned by Bus, better documentation, ...
The execution bit is removed from these files when they are installed, rendering the shebangs useless. In most cases, the scripts don't handle `__main__` anyway, which makes the shebang misleading as well.
Separate interface and implementation for periodic sending
Extract cli help automatically
Lots of general tweaks and fixes to the Messages class. * use is_extended_id instead of id_type for message objects * better documentation for Message * run test on CI for logformats_test.py * added channel to docs * add example messages with channel attribute set * change logformat tests * nicer __repr__ * add __slots__, * deprecate id_type * make timestamp comparison a bit more forgiving * use extended_id in constructor * fix TestBlfFileFormat test * implemented Message._check * properly implement warning & update deprecation notes * remove undocumented setting of flags in kvaser backend * add __copy__ and __deepcopy__ * add Message.equals(), and correctly check for equality in failing tests * Remove message hash implementation * small tweak to codecov
* Bump version to 3.0.0-dev and update deprecation notes * Update changelog with message changes * Split installation requirements onto own line
Codecov Report
@@ Coverage Diff @@
## master #438 +/- ##
========================================
Coverage ? 62.5%
========================================
Files ? 55
Lines ? 4657
Branches ? 0
========================================
Hits ? 2911
Misses ? 1746
Partials ? 0 |
# Conflicts: # CHANGELOG.txt # can/__init__.py # can/interface.py # can/interfaces/vector/canlib.py
* Start migration of Message init to use is_extended_id * Update deprecation versions in message.py #424
Merged
Owner
Author
|
Closed in favor of #441 |
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.
Assuming we've solved the installation issue (#431 (comment)) this PR makes up the 3.0.0 release. For the most part issues and pull requests were in this milestone: https://github.com/hardbyte/python-can/milestone/4?closed=1
I've pushed a release candidate (
pip install -U python-can==3.0.0-rc5)