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.
- {smpl-1.5.3 → smpl-1.5.3.dev5}/PKG-INFO +1 -1
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/_version.py +2 -2
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/plot.py +2 -2
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/plot2d.py +3 -3
- {smpl-1.5.3 → smpl-1.5.3.dev5}/.github/dependabot.yml +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/.github/workflows/ci.yml +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/.gitignore +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/.pre-commit-config.yaml +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/.readthedocs.yml +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/LICENSE +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/Makefile +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/README.md +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/pyproject.toml +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/__init__.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/animation/__init__.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/animation/animation.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/data.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/debug/__init__.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/debug/debug.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/doc/__init__.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/doc/doc.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/fit.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/functions.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/interpolate.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/__init__.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/cat.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/grep.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/head.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/io.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/read_buffer.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/sed.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/io/tail.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/latex.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/parallel/__init__.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/parallel/parallel.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/stat.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/util/__init__.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/util/util.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/smpl/wrap.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/fit/test_fit_algos.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_data.png +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_fit.png +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_fit_lambda.png +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_fit_str.png +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_grid.png +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_style_image.png +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_style_pcolormesh.png +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_style_scatter.png +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_xscale.png +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/baseline/test_yscale.png +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/test_mpl_fit.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/test_mpl_plot2d.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/mpl/test_mpl_smplr.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/plot/test_fit.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/plot/test_plot.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/test_animation.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/test_linear.txt +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/test_wrap.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/tests/test_line_profiling.py +0 -0
- {smpl-1.5.3 → smpl-1.5.3.dev5}/tests/tests/test_line_profiling_doctests.py +0 -0
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|