smpl 1.5.3__tar.gz → 1.5.3.dev5__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.
Files changed (60) hide show
  1. {smpl-1.5.3 → smpl-1.5.3.dev5}/PKG-INFO +1 -1
  2. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/_version.py +2 -2
  3. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/plot.py +2 -2
  4. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/plot2d.py +3 -3
  5. {smpl-1.5.3 → smpl-1.5.3.dev5}/.github/dependabot.yml +0 -0
  6. {smpl-1.5.3 → smpl-1.5.3.dev5}/.github/workflows/ci.yml +0 -0
  7. {smpl-1.5.3 → smpl-1.5.3.dev5}/.gitignore +0 -0
  8. {smpl-1.5.3 → smpl-1.5.3.dev5}/.pre-commit-config.yaml +0 -0
  9. {smpl-1.5.3 → smpl-1.5.3.dev5}/.readthedocs.yml +0 -0
  10. {smpl-1.5.3 → smpl-1.5.3.dev5}/LICENSE +0 -0
  11. {smpl-1.5.3 → smpl-1.5.3.dev5}/Makefile +0 -0
  12. {smpl-1.5.3 → smpl-1.5.3.dev5}/README.md +0 -0
  13. {smpl-1.5.3 → smpl-1.5.3.dev5}/pyproject.toml +0 -0
  14. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/__init__.py +0 -0
  15. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/animation/__init__.py +0 -0
  16. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/animation/animation.py +0 -0
  17. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/data.py +0 -0
  18. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/debug/__init__.py +0 -0
  19. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/debug/debug.py +0 -0
  20. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/doc/__init__.py +0 -0
  21. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/doc/doc.py +0 -0
  22. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/fit.py +0 -0
  23. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/functions.py +0 -0
  24. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/interpolate.py +0 -0
  25. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/__init__.py +0 -0
  26. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/cat.py +0 -0
  27. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/grep.py +0 -0
  28. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/head.py +0 -0
  29. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/io.py +0 -0
  30. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/read_buffer.py +0 -0
  31. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/sed.py +0 -0
  32. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/tail.py +0 -0
  33. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/latex.py +0 -0
  34. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/parallel/__init__.py +0 -0
  35. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/parallel/parallel.py +0 -0
  36. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/stat.py +0 -0
  37. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/util/__init__.py +0 -0
  38. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/util/util.py +0 -0
  39. {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/wrap.py +0 -0
  40. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/fit/test_fit_algos.py +0 -0
  41. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_data.png +0 -0
  42. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_fit.png +0 -0
  43. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_fit_lambda.png +0 -0
  44. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_fit_str.png +0 -0
  45. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_grid.png +0 -0
  46. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_style_image.png +0 -0
  47. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_style_pcolormesh.png +0 -0
  48. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_style_scatter.png +0 -0
  49. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_xscale.png +0 -0
  50. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_yscale.png +0 -0
  51. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/test_mpl_fit.py +0 -0
  52. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/test_mpl_plot2d.py +0 -0
  53. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/test_mpl_smplr.py +0 -0
  54. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/plot/test_fit.py +0 -0
  55. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/plot/test_plot.py +0 -0
  56. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/test_animation.py +0 -0
  57. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/test_linear.txt +0 -0
  58. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/test_wrap.py +0 -0
  59. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/tests/test_line_profiling.py +0 -0
  60. {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/tests/test_line_profiling_doctests.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: smpl
3
- Version: 1.5.3
3
+ Version: 1.5.3.dev5
4
4
  Summary: SiMPLe plotting and fitting
5
5
  Project-URL: Documentation, https://smpl.readthedocs.io/
6
6
  Project-URL: Issues, https://github.com/APN-Pucky/smpl/issues
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '1.5.3'
21
- __version_tuple__ = version_tuple = (1, 5, 3)
20
+ __version__ = version = '1.5.3.dev5'
21
+ __version_tuple__ = version_tuple = (1, 5, 3, 'dev5')
@@ -272,11 +272,11 @@ def fit(func, *adata, **kwargs):
272
272
  1.0
273
273
 
274
274
  """
275
- if "xaxis" in kwargs and ("xlabel" not in kwargs or not kwargs["xlabel"]):
275
+ if "xaxis" in kwargs and not kwargs["xlabel"]:
276
276
  # warnings.warn("xaxis is deprecated. Use xlabel instead.", DeprecationWarning, 2)
277
277
  kwargs["xlabel"] = kwargs["xaxis"]
278
278
  # TODO maybe pop
279
- if "yaxis" in kwargs and ("ylabel" not in kwargs or not kwargs["ylabel"]):
279
+ if "yaxis" in kwargs and not kwargs["ylabel"]:
280
280
  # warnings.warn("yaxis is deprecated. Use ylabel instead.", DeprecationWarning, 2)
281
281
  kwargs["ylabel"] = kwargs["yaxis"]
282
282
  # TODO maybe pop
@@ -53,13 +53,13 @@ def plot2d(datax, datay, dataz, **kwargs):
53
53
  see :func:`plot2d_kwargs`.
54
54
  """
55
55
  kwargs = plot2d_kwargs(kwargs)
56
- if "xaxis" in kwargs and ("xlabel" not in kwargs or not kwargs["xlabel"]):
56
+ if "xaxis" in kwargs and not kwargs["xlabel"]:
57
57
  # warnings.warn("xaxis is deprecated. Use xlabel instead.", DeprecationWarning, 2)
58
58
  kwargs["xlabel"] = kwargs["xaxis"]
59
- if "yaxis" in kwargs and ("ylabel" not in kwargs or not kwargs["ylabel"]):
59
+ if "yaxis" in kwargs and not kwargs["ylabel"]:
60
60
  # warnings.warn("yaxis is deprecated. Use ylabel instead.", DeprecationWarning, 2)
61
61
  kwargs["ylabel"] = kwargs["yaxis"]
62
- if "zaxis" in kwargs and ("zlabel" not in kwargs or not kwargs["zlabel"]):
62
+ if "zaxis" in kwargs and not kwargs["zlabel"]:
63
63
  # warnings.warn("zaxis is deprecated. Use zlabel instead.", DeprecationWarning, 2)
64
64
  kwargs["zlabel"] = kwargs["zaxis"]
65
65
 
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