argus/pyargus
Anand Balakrishnan 50d5a0a78a feat!: make interpolation method explicit
All methods that need to perform interpolation of some sort need an
explicit interpolation method. In Rust, this manifests as a generic
parameter, while in Python, this is a string parameter.
2023-10-04 14:42:51 -07:00
..
argus feat(pyargus): add interpolation method parameter for Signal construction 2023-10-03 19:46:17 -07:00
src feat!: make interpolation method explicit 2023-10-04 14:42:51 -07:00
tests refactor(pyargus): define a runtime checkable Signal protocol 2023-09-07 16:34:13 -07:00
Cargo.toml refactor(pyargus): make pyargus depend only on argus 2023-10-03 17:34:17 -07:00
pyproject.toml chore: clean up unnecessary numpy dependency (and better pre-commit) 2023-10-04 14:33:17 -07:00
stubtest_allow.txt edit mypy allowlist 2023-10-03 17:13:10 -07:00