rgwfuncs 0.0.54__py3-none-any.whl → 0.0.55__py3-none-any.whl
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.
- rgwfuncs/algebra_lib.py +2 -0
- {rgwfuncs-0.0.54.dist-info → rgwfuncs-0.0.55.dist-info}/METADATA +1 -1
- {rgwfuncs-0.0.54.dist-info → rgwfuncs-0.0.55.dist-info}/RECORD +7 -7
- {rgwfuncs-0.0.54.dist-info → rgwfuncs-0.0.55.dist-info}/LICENSE +0 -0
- {rgwfuncs-0.0.54.dist-info → rgwfuncs-0.0.55.dist-info}/WHEEL +0 -0
- {rgwfuncs-0.0.54.dist-info → rgwfuncs-0.0.55.dist-info}/entry_points.txt +0 -0
- {rgwfuncs-0.0.54.dist-info → rgwfuncs-0.0.55.dist-info}/top_level.txt +0 -0
rgwfuncs/algebra_lib.py
CHANGED
@@ -827,6 +827,8 @@ def plot_polynomial_functions(
|
|
827
827
|
x_val = sub_dict["x"]
|
828
828
|
|
829
829
|
# 1) If x == "*", generate from -zoom..+zoom
|
830
|
+
print("830", x_val)
|
831
|
+
print("830", type(x_val))
|
830
832
|
if isinstance(x_val, str) and x_val == "*":
|
831
833
|
x_values = np.linspace(-zoom, zoom, 1201)
|
832
834
|
sub_dict["x"] = x_values # might as well update it in place
|
@@ -1,12 +1,12 @@
|
|
1
1
|
rgwfuncs/__init__.py,sha256=JjkuVeRV_Bkw8vnqSbJsRcYQRm4iCI3futR86cf3tRI,1637
|
2
|
-
rgwfuncs/algebra_lib.py,sha256=
|
2
|
+
rgwfuncs/algebra_lib.py,sha256=YlXv8R-xD4IQoTaatw9AQyAsi5lWh00K1huQ53figC8,36017
|
3
3
|
rgwfuncs/df_lib.py,sha256=qqRQdakheLy8wMZRBfHwKyIp8DmdZIWfAiLKWgq03QU,68977
|
4
4
|
rgwfuncs/docs_lib.py,sha256=y3wSAOPO3qsA4HZ7xAtW8HimM8w-c8hjcEzMRLJ96ao,1960
|
5
5
|
rgwfuncs/interactive_shell_lib.py,sha256=A7EWsYxAfDev_N0-2GjRvAtp0bAwBPHIczXb8Gu9fzI,1107
|
6
6
|
rgwfuncs/str_lib.py,sha256=rtAdRlnSJIu3JhI-tA_A0wCiPK2m-zn5RoGpBxv_g-4,2228
|
7
|
-
rgwfuncs-0.0.
|
8
|
-
rgwfuncs-0.0.
|
9
|
-
rgwfuncs-0.0.
|
10
|
-
rgwfuncs-0.0.
|
11
|
-
rgwfuncs-0.0.
|
12
|
-
rgwfuncs-0.0.
|
7
|
+
rgwfuncs-0.0.55.dist-info/LICENSE,sha256=7EI8xVBu6h_7_JlVw-yPhhOZlpY9hP8wal7kHtqKT_E,1074
|
8
|
+
rgwfuncs-0.0.55.dist-info/METADATA,sha256=2fr5olJy55MoAetAhCcPOsEVa6Ia3CGiDcKBnpiU-0g,57136
|
9
|
+
rgwfuncs-0.0.55.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
10
|
+
rgwfuncs-0.0.55.dist-info/entry_points.txt,sha256=j-c5IOPIQ0252EaOV6j6STio56sbXl2C4ym_fQ0lXx0,43
|
11
|
+
rgwfuncs-0.0.55.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
|
12
|
+
rgwfuncs-0.0.55.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|