grplot 0.14.4__tar.gz → 0.14.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {grplot-0.14.4 → grplot-0.14.5}/PKG-INFO +1 -1
- {grplot-0.14.4 → grplot-0.14.5}/grplot/__init__.py +1 -1
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/statdesc_sep/statdesc_sep_def.py +5 -4
- grplot-0.14.5/grplot/utils/trim_to_3_nonzero_after_decimal.py +37 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot.egg-info/PKG-INFO +1 -1
- {grplot-0.14.4 → grplot-0.14.5}/grplot.egg-info/SOURCES.txt +1 -0
- {grplot-0.14.4 → grplot-0.14.5}/setup.py +1 -1
- {grplot-0.14.4 → grplot-0.14.5}/LICENSE +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/README.md +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/analytic/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/label_add/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/label_add/check_label_add.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/label_add/label_add_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/label_add/label_add_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/statdesc_add/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/statdesc_add/statdesc_add_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/statdesc_add/statdesc_add_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/text_add/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/text_add/text_add_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/text_add/text_add_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/tick_add/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/tick_add/check_tick_add.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/tick_add/tick_add_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/add/tick_add/tick_add_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/dt/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/dt/check_dt.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/dt/dt_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/dt/dt_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/filter/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/filter/check_filter.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/filter/filter_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/font/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/font/check_fontsize.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/font/font_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/label/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/label/check_label.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/label/label_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/label/label_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/legend/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/legend/check_legend.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/lim/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/lim/check_lim.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/lim/lim_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/lim/lim_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/log/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/log/check_log.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/log/log_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/log/log_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/optimizer/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/optimizer/optimizer_analytic.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/optimizer/optimizer_data.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/optimizer/optimizer_key.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/pad/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/pad/check_pad.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/plot/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/plot/packedbubbles.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/plot/plot_multi_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/plot/plot_single_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/plot/plot_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/plot/treemaps.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/rot/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/rot/check_rot.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/rot/rot_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/rot/rot_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/saveas/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/saveas/check_saveas.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/saveas/saveas_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/statdesc_sep/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/statdesc_sep/statdesc_sep_data_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/statdesc_sep/statdesc_sep_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/text_sep/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/text_sep/text_sep_data_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/text_sep/text_sep_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/text_sep/text_sep_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/tick_sep/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/tick_sep/check_tick_sep.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/tick_sep/tick_sep_data_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/tick_sep/tick_sep_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/sep/tick_sep/tick_sep_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/statdesc/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/statdesc/check_statdesc.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/statdesc/statdesc_multi_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/statdesc/statdesc_plot_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/statdesc/statdesc_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/text/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/text/check_text.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/text/text_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/text/text_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/title/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/title/check_title.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/features/title/title_def.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/hotfix/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/hotfix/axislabel_fix.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/hotfix/histplot_legend_fix.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/hotfix/histplot_percent_add.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/setting.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/utils/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/utils/arg_ax_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/utils/arg_axis_ax_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/utils/arg_plot_ax_type.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/utils/check_axes.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/utils/check_data_structure.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/utils/check_pandas_index.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/utils/first_valid_index.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/utils/scientific_superscript.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot/utils/strtoarray.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot.egg-info/dependency_links.txt +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot.egg-info/requires.txt +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot.egg-info/top_level.txt +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/_core.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/_decorators.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/_docstrings.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/_statistics.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/_testing.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/algorithms.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/apionly.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/axisgrid.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/categorical.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/cm.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/colors/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/colors/crayons.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/colors/xkcd_rgb.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/conftest.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/distributions.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/external/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/external/docscrape.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/external/husl.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/external/six.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/linearmodels.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/matrix.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/miscplot.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/palettes.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/rcmod.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/regression.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/relational.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/__init__.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_algorithms.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_axisgrid.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_categorical.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_core.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_decorators.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_distributions.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_docstrings.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_matrix.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_miscplot.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_palettes.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_rcmod.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_regression.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_relational.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_statistics.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/tests/test_utils.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/timeseries.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/utils.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/grplot_seaborn/widgets.py +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/pyproject.toml +0 -0
- {grplot-0.14.4 → grplot-0.14.5}/setup.cfg +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
from pandas.api.types import is_float_dtype, is_integer_dtype
|
|
2
|
+
from grplot.utils.trim_to_3_nonzero_after_decimal import trim_to_3_nonzero_after_decimal
|
|
2
3
|
|
|
3
4
|
|
|
4
5
|
def statdesc_sep_def(num, sep):
|
|
@@ -8,8 +9,8 @@ def statdesc_sep_def(num, sep):
|
|
|
8
9
|
if (sep in [',c', ',cL']) and (abs(num) >= 0.01):
|
|
9
10
|
num = '{:,.2f}'.format(num)
|
|
10
11
|
else:
|
|
11
|
-
num = '
|
|
12
|
-
else:
|
|
12
|
+
num = trim_to_3_nonzero_after_decimal(num, dec_point='.')
|
|
13
|
+
else: # abs(num) >= 1
|
|
13
14
|
if sep in [',c', ',cL']:
|
|
14
15
|
num = '{:,.2f}'.format(num)
|
|
15
16
|
else:
|
|
@@ -28,8 +29,8 @@ def statdesc_sep_def(num, sep):
|
|
|
28
29
|
if (sep in ['.c', '.cL']) and (abs(num) >= 0.01):
|
|
29
30
|
num = '{:,.2f}'.format(num).replace(',', '~').replace('.', ',').replace('~', '.')
|
|
30
31
|
else:
|
|
31
|
-
num =
|
|
32
|
-
else:
|
|
32
|
+
num = trim_to_3_nonzero_after_decimal(num, dec_point=',')
|
|
33
|
+
else: # abs(num) >= 1
|
|
33
34
|
if sep in ['.c', '.cL']:
|
|
34
35
|
num = '{:,.2f}'.format(num).replace(',', '~').replace('.', ',').replace('~', '.')
|
|
35
36
|
else:
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
from decimal import Decimal
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def trim_to_3_nonzero_after_decimal(num, dec_point='.'):
|
|
5
|
+
"""
|
|
6
|
+
For |num| < 1: return a string truncated at the digit that contains the 3rd
|
|
7
|
+
non-zero digit after the decimal point. Zeros between non-zero digits are kept.
|
|
8
|
+
Examples:
|
|
9
|
+
0.000123456 -> '0.000123'
|
|
10
|
+
0.004560078 -> '0.00456'
|
|
11
|
+
0.12 -> '0.12'
|
|
12
|
+
"""
|
|
13
|
+
sign = '-' if num < 0 else ''
|
|
14
|
+
n = abs(num)
|
|
15
|
+
d = Decimal(str(n))
|
|
16
|
+
s = format(d, 'f') # full decimal expansion, no exponent
|
|
17
|
+
if '.' not in s:
|
|
18
|
+
return sign + s.replace('.', dec_point)
|
|
19
|
+
int_part, frac = s.split('.')
|
|
20
|
+
|
|
21
|
+
nonzero = 0
|
|
22
|
+
cut = None
|
|
23
|
+
for i, ch in enumerate(frac):
|
|
24
|
+
if ch != '0':
|
|
25
|
+
nonzero += 1
|
|
26
|
+
if nonzero == 3:
|
|
27
|
+
cut = i
|
|
28
|
+
break
|
|
29
|
+
|
|
30
|
+
if cut is None:
|
|
31
|
+
# fewer than 3 non-zero digits -> strip trailing zeros
|
|
32
|
+
frac = frac.rstrip('0')
|
|
33
|
+
if not frac:
|
|
34
|
+
return sign + int_part.replace('.', dec_point)
|
|
35
|
+
return sign + int_part + dec_point + frac
|
|
36
|
+
else:
|
|
37
|
+
return sign + int_part + dec_point + frac[: cut + 1]
|
|
@@ -107,6 +107,7 @@ grplot/utils/check_pandas_index.py
|
|
|
107
107
|
grplot/utils/first_valid_index.py
|
|
108
108
|
grplot/utils/scientific_superscript.py
|
|
109
109
|
grplot/utils/strtoarray.py
|
|
110
|
+
grplot/utils/trim_to_3_nonzero_after_decimal.py
|
|
110
111
|
grplot_seaborn/__init__.py
|
|
111
112
|
grplot_seaborn/_core.py
|
|
112
113
|
grplot_seaborn/_decorators.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|