Closed jcmgray closed 2 years ago
Have updated types, though I see the mypy
check failed - will try and work out what's going on there.
I've also included a little optimization of infer_backend
(1us -> 500ns) making use of lru_cache
- let me know if for some reason this isn't wanted! (I think now we don't support older pythons should be fine).
Description
Allows
backend=None
, which should be fairly unambiguous, as an alternative to 'auto', closes #193.Status