8000 Tags · canopen-python/canopen · GitHub
[go: up one dir, main page]

Skip to content

Tags: canopen-python/canopen

Tags

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: Fix package auto-discovery (ref #468) (#608)

Commit 1fc63b5 tried to limit the
built packages to ignore other arbitrary top-level directories.  But
in turn, it disabled the auto-discovery in setuptools completely.
This results in build warnings for the missing sub-packages that would
have been auto-discovered.

Switch to an explicit setuptools.packages.find configuration which
still limits to the canopen top-level package.

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sdo: Define constants for all standardized abort codes (#596)

* Define constants for all standardized SDO abort codes.
* Type annotations for constants (Final).
* Use constants in SDO client and server.
* Keep literals in tests, but comment and format.

v2.3.0

Toggle v2.3.0's commit message
Require Python version 3.8, because of setuptools dependency.

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use smaller of response size and size in OD (#395)

v2.1.0

Toggle v2.1.0's commit message
Remove testing of older Python versions

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add 'relative' property for COB-ID vars relative to the node-ID (#281)

v2.0.0b1

Toggle v2.0.0b1's commit message
First pre-relase of 2.0.0

v1.2.1

Toggle v1.2.1's commit message
Add support for hex node ID in DCF

Fixes #221

v1.2.0

Toggle v1.2.0's commit message
Remove codacy coverage for now

v1.1.0

Toggle v1.1.0's commit message
Bump version to v1.1.0

0