Have unit names with `µ` for micro- prefix and allow other symbolic unit names
Open
- Dominant language
- Python
- Stars
- 66
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Currently we have units like `us` for microseconds. Since Python3 allows some symbols in variable names, we should _add_ `µs` as an alias. There may be similar changes needed for the parsing code.
There may be other units where symbols in names are appropriate. Where possible, we should allow for this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.