Commit 6b224c0
authored
feat: add
* Add engineering notation formatting method
* Update _formats_vals.py
* Update vals.py
* Update test_formats.py
* Add GT.fmt_engineering to reference API
* Add tests for some fmt_engineering() edge cases
* Add tests for engineering notn formatter function
* Refactor vals.py imports and update Ruff config
* Remove redundant import in fmt_engineering_context()
* Remove unused engineering notation function
* Remove sep_mark parameter from engineering format functions
* Reorder and clean up imports in _formats_vals.py
* Simplify engineering format test cases
* Remove sep_mark arg from eng formatters
* Include simple example to start off sectionfmt_engineering() (#786)1 parent c86242f commit 6b224c0
File tree
9 files changed
+668
-32
lines changed- .vscode
- docs
- great_tables
- tests
9 files changed
+668
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
0 commit comments