Skip to content

1.2.1

Compare
Choose a tag to compare
@newville newville released this 02 May 17:52
· 134 commits to master since this release

Version 1.2.1 Release Notes (May 02, 2023)

Bug fixes/enhancements:

  • fixed bug in Model.make_params() for initial parameter values that were
    not recognized as floats such as np.Int64. (Issue #871; PR #872)

  • explicitly set maxfun for l-bfgs-b method when setting
    maxiter. (Issue #864; Discussion #865; PR #866)