forked from pool/python-lmfit
Matej Cepl
3ead3c1698
Accepting request 942992 from home:bnavigator:branches:devel:languages:python:numeric
- Update to v1.0.3 **Potentially breaking change:** * argument ``x`` is now required for the ``guess`` method of Models (Issue #747; PR #748) To get reasonable estimates for starting values one should always supply both ``x`` and ``y`` values; in some cases it would work when only providing ``data`` (i.e., y-values). With the change above, ``x`` is now required in the ``guess`` method call, so scripts might need to be updated to explicitly supply ``x``. **Bug fixes/enhancements:** * do not overwrite user-specified figure titles in Model.plot() functions and allow setting with ``title`` keyword argument (PR #711) * preserve Parameters subclass in deepcopy (@jenshnielsen; PR #719) * coerce ``data`` and ``indepdent_vars`` to NumPy array with ``dtype=float64`` or ``dtype=complex128`` where applicable (Issues #723 and #728) * fix collision between parameter names in built-in models and user-specified parameters (Issue #710 and PR #732) * correct error message in PolynomialModel (@kremeyer; PR #737) * improved handling of altered JSON data (Issue #739; PR #740, reported by Matthew Giammar) * map ``max_nfev`` to ``maxiter`` when using ``differential_evolution`` (PR #749, reported by Olivier B.) * correct use of noise versus experimental uncertainty in the documentation (PR #751, reported by Andrés Zelcer) * specify return type of ``eval`` method more precisely and allow for plotting of (Complex)ConstantModel by coercing their OBS-URL: https://build.opensuse.org/request/show/942992 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-lmfit?expand=0&rev=6
Description
No description provided
Languages
Diff
100%