argus/pyargus/argus
Anand Balakrishnan d39e3d3e12
feat!(pyargus): simplify the API surface
- 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.
2023-10-05 15:28:59 -07:00
..
__init__.py feat!(pyargus): simplify the API surface 2023-10-05 15:28:59 -07:00
__init__.pyi feat!(pyargus): simplify the API surface 2023-10-05 15:28:59 -07:00
_argus.pyi feat!(pyargus): simplify the API surface 2023-10-05 15:28:59 -07:00
py.typed feat(python): add interface file and other small changes 2023-04-30 22:14:33 -07:00