Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 62277a1

Browse files
committed
build: update calcipy
1 parent cb83c02 commit 62277a1

9 files changed

+799
-691
lines changed

.calcipy_packaging.lock

Lines changed: 182 additions & 166 deletions
Large diffs are not rendered by default.

.dash_tutorials/02-dash-core-components.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
dcc.Dropdown(
5454
options=[
5555
{'label': 'New York City', 'value': 'NYC'},
56-
{'label': u'Montréal', 'value': 'MTL'},
56+
{'label': 'Montréal', 'value': 'MTL'},
5757
{'label': 'San Francisco', 'value': 'SF'},
5858
],
5959
value='MTL',
@@ -63,7 +63,7 @@
6363
dcc.Dropdown(
6464
options=[
6565
{'label': 'New York City', 'value': 'NYC'},
66-
{'label': u'Montréal', 'value': 'MTL'},
66+
{'label': 'Montréal', 'value': 'MTL'},
6767
{'label': 'San Francisco', 'value': 'SF'},
6868
],
6969
value=['MTL', 'SF'],

_try_tabulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def display_output(row, cell, dataChanged, filters, dataFiltered):
133133
print(dataChanged)
134134
print(filters)
135135
print(dataFiltered)
136-
return 'You have clicked row {} ; cell {}'.format(row, cell)
136+
return f'You have clicked row {row} ; cell {cell}'
137137

138138

139139
if __name__ == '__main__':

docs/docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Unreleased
2+
13
## 0.1.0a1 (2022-02-06)
24

35
### Feat

docs/docs/CODE_TAG_SUMMARY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Auto-Generated by `dash_charts`
55
| Type | Comment | Last Edit | Source File |
66
|:--------|:--------------------------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
77
| TODO | Migrate this sample code to ex_app_px.py | 2020-03-22 | [.dash_tutorials/08_px-charts.py:3](https://github.com/KyleKing/dash_charts/blame/58d56ade1510c83a1bfc530003b39ccb9aaf8da9/tests/examples/08_px-charts.py#L3) |
8-
| PLANNED | Run when dropping Python 3.8 (& remove BeartypeDecor...) | 2022-02-06 | [.pre-commit-config.yaml:72](https://github.com/KyleKing/dash_charts/blame/64c1483ba67c44d36fc15a277054fbe0510af4e4/.pre-commit-config.yaml#L72) |
98
| PLANNED | template should be able to be None | 2020-05-03 | [dash_charts/app_px.py:65](https://github.com/KyleKing/dash_charts/blame/4306d2e7606df170ccac3f0ab988606c7bc9b144/dash_charts/app_px.py#L132) |
109
| PLANNED | below items should be able to be None | 2020-05-03 | [dash_charts/app_px.py:85](https://github.com/KyleKing/dash_charts/blame/4306d2e7606df170ccac3f0ab988606c7bc9b144/dash_charts/app_px.py#L150) |
1110
| FIXME | replace tabs-select with actual keyname (?) | 2020-05-03 | [dash_charts/app_px.py:202](https://github.com/KyleKing/dash_charts/blame/4306d2e7606df170ccac3f0ab988606c7bc9b144/dash_charts/app_px.py#L251) |
@@ -102,6 +101,6 @@ Auto-Generated by `dash_charts`
102101
| TODO | Decide which styles from Bulma should be compared here | 2021-12-09 | [tests/examples/ex_style_bootstrap.py:97](https://github.com/KyleKing/dash_charts/blame/c21403c800b497d7e41b985f2bf0a67f23207478/tests/examples/ex_style_bootstrap.py#L97) |
103102
| FIXME | Fix the "ids" error | 2021-04-26 | [tests/test_examples_ex_datatable.py:14](https://github.com/KyleKing/dash_charts/blame/adfd6b56ccef28f66db974277555ca5535761e9b/tests/test_examples_ex_datatable.py#L14) |
104103

105-
Found code tags for FIXME (24), TODO (42), PLANNED (29), HACK (2)
104+
Found code tags for FIXME (24), TODO (42), PLANNED (28), HACK (2)
106105

107106
<!-- calcipy:skip_tags -->

docs/docs/DEVELOPER_GUIDE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,33 @@ poetry run doit run lock document deploy_docs publish
4747
## Current Status
4848

4949
<!-- {cts} COVERAGE -->
50+
| File | Statements | Missing | Excluded | Coverage |
51+
|:-------------------------------------------|-------------:|----------:|-----------:|:-----------|
52+
| `dash_charts/__init__.py` | 4 | 0 | 0 | 100.0% |
53+
| `dash_charts/app_px.py` | 130 | 11 | 0 | 91.5% |
54+
| `dash_charts/components.py` | 13 | 0 | 0 | 100.0% |
55+
| `dash_charts/coordinate_chart.py` | 102 | 1 | 6 | 99.0% |
56+
| `dash_charts/custom_colorscales.py` | 3 | 0 | 0 | 100.0% |
57+
| `dash_charts/datatable.py` | 79 | 25 | 0 | 68.4% |
58+
| `dash_charts/equations.py` | 11 | 0 | 0 | 100.0% |
59+
| `dash_charts/gantt_chart.py` | 54 | 0 | 0 | 100.0% |
60+
| `dash_charts/modules_datatable.py` | 100 | 33 | 0 | 67.0% |
61+
| `dash_charts/modules_upload.py` | 130 | 60 | 0 | 53.8% |
62+
| `dash_charts/pareto_chart.py` | 42 | 0 | 2 | 100.0% |
63+
| `dash_charts/scatter_line_charts.py` | 45 | 0 | 3 | 100.0% |
64+
| `dash_charts/time_vis_chart.py` | 61 | 0 | 0 | 100.0% |
65+
| `dash_charts/utils_app.py` | 103 | 14 | 6 | 86.4% |
66+
| `dash_charts/utils_app_modules.py` | 26 | 3 | 4 | 88.5% |
67+
| `dash_charts/utils_app_with_navigation.py` | 118 | 9 | 6 | 92.4% |
68+
| `dash_charts/utils_callbacks.py` | 31 | 6 | 0 | 80.6% |
69+
| `dash_charts/utils_data.py` | 63 | 1 | 0 | 98.4% |
70+
| `dash_charts/utils_dataset.py` | 76 | 43 | 0 | 43.4% |
71+
| `dash_charts/utils_fig.py` | 74 | 3 | 4 | 95.9% |
72+
| `dash_charts/utils_helpers.py` | 19 | 8 | 7 | 57.9% |
73+
| `dash_charts/utils_json_cache.py` | 51 | 10 | 0 | 80.4% |
74+
| `dash_charts/utils_static.py` | 111 | 5 | 0 | 95.5% |
75+
| `dash_charts/utils_static_toc.py` | 22 | 1 | 0 | 95.5% |
76+
| **Totals** | 1468 | 233 | 38 | 84.1% |
77+
78+
Generated on: 2022-02-18T16:02:01.731526
5079
<!-- {cte} -->

0 commit comments

Comments
 (0)