Cantools Versions Save

CAN bus tools.

39.4.5

2 months ago

What's Changed

Full Changelog: https://github.com/cantools/cantools/compare/39.4.4...39.4.5

39.4.4

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cantools/cantools/compare/39.4.3...39.4.4

39.4.3

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cantools/cantools/compare/39.4.2...39.4.3

39.4.2

4 months ago

What's Changed

Full Changelog: https://github.com/cantools/cantools/compare/39.4.1...39.4.2

39.4.1

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cantools/cantools/compare/39.4.0...39.4.1

39.4.0

6 months ago

What's Changed

Full Changelog: https://github.com/cantools/cantools/compare/39.3.0...39.4.0

39.3.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cantools/cantools/compare/39.2.0...39.3.0

39.2.0

9 months ago

What's Changed

Full Changelog: https://github.com/cantools/cantools/compare/39.1.0...39.2.0

39.1.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cantools/cantools/compare/39.0.0...39.1.0

39.0.0

10 months ago

Beware! This is a major release! It contains at least the following API changes:

  • The initial attribute of Signal objects now always holds the initial signal value as a scaled quantity, unifying its semantics with that of Signal.minimum and Signal.maximum. Previously, initial used raw values for databases loaded from DBC files, while using scaled ones for databases loaded from ARXML. (The loaders for other file formats do not currently set the initial attribute.)
  • The machinery for storing decimal numbers without rounding errors (*.decimal attributes) has been removed. In its place small rounding errors in load-store-load cycles are now accepted. To remediate this, the resulting database objects can now be compared approximately using the Database.is_similar() method.

What's Changed

New Contributors

Full Changelog: https://github.com/cantools/cantools/compare/38.0.2...39.0.0