Ldfparser

Latest version: v0.26.0

Safety actively analyzes 710644 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.26.0

- Newly written should be using `signal.frames` to determine the owners of a signal, for
compatibility reasons `signal.frame` is still set, but only when a signal is associated with one
frame
- Physical values might be rounded the wrong way depending on the user's intention. This type of
rounding should generally work better in values ranging from `0-X`, for example `49.9` is no longer
rounded down to `49`. If this is undesired the user can in most cases offset the input by `0.5` and
it should work as previously as `-0.5` rounds to `0`, check
[Python's round function](https://docs.python.org/3/library/functions.html#round) for more.

0.25.0

Changed

- Signals overlapping error message now includes relevant information

0.24.0

Changed

- scientific/engineeering notation values can now have upper case E

0.23.0

Changed

- Padding in a frame can now be changed from zeros to padding with ones

0.22.0

Added

- Support for J2602 slave node attributes:
- `wakeup_time`, `poweron_time`

0.21.0

Fixes

- Add support for encode/decode frame with byte array signals

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.