- Get rid of helper functions. It is not that much more verbose to create signals with `argus.FloatSignal(...)` than `argus.signal(..., dtype=argus.dtype.float64`). - Make the package hierarchy flat: everything is under `argus`. If this is an issue, it can be changed in the future. - Add type hints for interval types. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __init__.pyi | ||
| _argus.pyi | ||
| py.typed | ||