Skip to content

Tags: hardbyte/python-can

Tags

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog for v4.5.0 (#1897)

v4.4.2

Toggle v4.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set version to 4.4.2 (#1803)

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Changelog for 4.4.1 (#1802)

* undo unnecessary changes

* update CHANGELOG.md for 4.4.1

v4.4.1.post1

Toggle v4.4.1.post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version to 4.4.1

v4.4.0

Toggle v4.4.0's commit message
doc update

update installation doc since `setup.py` method removed.

v4.4.0-rc.2

Toggle v4.4.0-rc.2's commit message
Update release docs

v4.4.0-rc.1

Toggle v4.4.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Invert default value logic for BusABC._is_shutdown. (#1774)

The destructor of BusABC gives a warning when shutdown() was not
previously called on the object after construction.  However, if the
construction fails (e.g. when the derived bus class constructor raises
an exception), there is no way to call shutdown() on the unfinished
object, and it is not necessary either.

Initialize the _is_shutdown flag to False initially and flip it to
True only when the parent class constructor runs, which usually
happens last in derived classes.  That avoids the shutdown warning for
objects that failed to initialize at all.

v4.3.2-rc.4

Toggle v4.3.2-rc.4's commit message
Update CI.yml workflow

v4.3.2-rc.3

Toggle v4.3.2-rc.3's commit message
Allow release without tests

v4.3.2-rc.2

Toggle v4.3.2-rc.2's commit message
4.3.2-rc.2