There is a newer version of the record available.

Published April 19, 2024 | Version 1.3.1

lmfit/lmfit-py: 1.3.1

Description

Mostly fixes for bugs introduced in 1.3.0

  • allow Model.eval_uncertainty to be performed with single points for x independent variables (PR #952, Issue #951)

  • allow Model._parse_param to handle older-style passed-in 'argnames' and 'kwargs' as for variadic function, add test (PR #950)

  • better allow (or re-allow) Model function independent variables / keyword argumentss to be given non-default values at model creation time

  • add form as independent variable for builtin Step, Rectangle, Thermal Distribution models.

  • use a copy of sys.modules when iterating over it. (#949)

  • use Model._reprstring(long=True) for model Model.__repr__().

Files

lmfit/lmfit-py-1.3.1.zip

Files (688.2 kB)

Name Size Download all
md5:67cfb45437d0dbcf02bfbbfcd90eb261
688.2 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/lmfit/lmfit-py/tree/1.3.1 (URL)