Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-cantools: Update version 38.0.2 -> 39.2.0
Update the inherit is use the poetry Changelog ========= What's Changed Make cycle_time serialisation more consistent for DBC files by @mon in openembedded#592 User f-strings instead of str.format() by @zariiii9003 in openembedded#599 Add prog option to argparse for help messages by @jack-champagne in openembedded#600 NOTE: This is a major release change with 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. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Loading branch information