rgwfuncs 0.0.55__tar.gz → 0.0.56__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rgwfuncs
3
- Version: 0.0.55
3
+ Version: 0.0.56
4
4
  Summary: A functional programming paradigm for mathematical modelling and data science
5
5
  Home-page: https://github.com/ryangerardwilson/rgwfunc
6
6
  Author: Ryan Gerard Wilson
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rgwfuncs"
7
- version = "0.0.55"
7
+ version = "0.0.56"
8
8
  authors = [
9
9
  { name = "Ryan Gerard Wilson", email = "ryangerardwilson@gmail.com" },
10
10
  ]
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = rgwfuncs
3
- version = 0.0.55
3
+ version = 0.0.56
4
4
  author = Ryan Gerard Wilson
5
5
  author_email = ryangerardwilson@gmail.com
6
6
  description = A functional programming paradigm for mathematical modelling and data science
@@ -827,8 +827,6 @@ 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))
832
830
  if isinstance(x_val, str) and x_val == "*":
833
831
  x_values = np.linspace(-zoom, zoom, 1201)
834
832
  sub_dict["x"] = x_values # might as well update it in place
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rgwfuncs
3
- Version: 0.0.55
3
+ Version: 0.0.56
4
4
  Summary: A functional programming paradigm for mathematical modelling and data science
5
5
  Home-page: https://github.com/ryangerardwilson/rgwfunc
6
6
  Author: Ryan Gerard Wilson
File without changes
File without changes