597d60be93
Version 1.0.1 Release Notes ============================ **Version 1.0.1 is the last release that supports Python 3.5**. All newer version will require 3.6+ so that we can use formatting-strings and rely on dictionaries being ordered. New features: - added thermal distribution model and lineshape - introduced a new argument ``max_nfev`` to uniformly specify the maximum number of function evalutions **Please note: all other arguments (e.g., ``maxfev``, ``maxiter``, ...) will no longer be passed to the underlying solver. A warning will be emitted stating that one should use ``max_nfev``.** - the attribute ``call_kws`` was added to the ``MinimizerResult`` class and contains the keyword arguments that are supplied to the solver in SciPy. Bug fixes: - fixes to the ``load`` and ``__setstate__`` methods of the Parameter class - fixed failure of ModelResult.dump() due to missing attributes - ``guess_from_peak`` function now also works correctly with decreasing x-values or when using pandas - the ``Parameter.set()`` method now correctly first updates the boundaries and then the value Various: - fixed typo for the use of expressions in the documentation - removal of PY2-compatibility and unused code and improved test coverage - removed deprecated ``isParameter`` function and automatic conversion of an ``uncertainties`` object - inaccurate FWHM calculations were removed from built-in models, others labeled as estimates - corrected spelling mistake for the Doniach lineshape and model - removed unsupported/untested code for IPython notebooks in lmfit/ui/*
39 lines
1.3 KiB
Text
39 lines
1.3 KiB
Text
@comment $NetBSD: PLIST,v 1.6 2020/05/13 15:36:27 adam Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/lmfit/__init__.py
|
|
${PYSITELIB}/lmfit/__init__.pyc
|
|
${PYSITELIB}/lmfit/__init__.pyo
|
|
${PYSITELIB}/lmfit/_ampgo.py
|
|
${PYSITELIB}/lmfit/_ampgo.pyc
|
|
${PYSITELIB}/lmfit/_ampgo.pyo
|
|
${PYSITELIB}/lmfit/_version.py
|
|
${PYSITELIB}/lmfit/_version.pyc
|
|
${PYSITELIB}/lmfit/_version.pyo
|
|
${PYSITELIB}/lmfit/confidence.py
|
|
${PYSITELIB}/lmfit/confidence.pyc
|
|
${PYSITELIB}/lmfit/confidence.pyo
|
|
${PYSITELIB}/lmfit/jsonutils.py
|
|
${PYSITELIB}/lmfit/jsonutils.pyc
|
|
${PYSITELIB}/lmfit/jsonutils.pyo
|
|
${PYSITELIB}/lmfit/lineshapes.py
|
|
${PYSITELIB}/lmfit/lineshapes.pyc
|
|
${PYSITELIB}/lmfit/lineshapes.pyo
|
|
${PYSITELIB}/lmfit/minimizer.py
|
|
${PYSITELIB}/lmfit/minimizer.pyc
|
|
${PYSITELIB}/lmfit/minimizer.pyo
|
|
${PYSITELIB}/lmfit/model.py
|
|
${PYSITELIB}/lmfit/model.pyc
|
|
${PYSITELIB}/lmfit/model.pyo
|
|
${PYSITELIB}/lmfit/models.py
|
|
${PYSITELIB}/lmfit/models.pyc
|
|
${PYSITELIB}/lmfit/models.pyo
|
|
${PYSITELIB}/lmfit/parameter.py
|
|
${PYSITELIB}/lmfit/parameter.pyc
|
|
${PYSITELIB}/lmfit/parameter.pyo
|
|
${PYSITELIB}/lmfit/printfuncs.py
|
|
${PYSITELIB}/lmfit/printfuncs.pyc
|
|
${PYSITELIB}/lmfit/printfuncs.pyo
|