Replies: 1 comment
-
We intend to release version 1.0.4 based on this release candidate in about 1 week. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 1.0.4rc1
New features:
dely
for model components of composite models (Issue uncertainties are not easily calculated for components of composite models #761; PR add evaluation of dely for components of composite models #826)rsquared
statistic to fit outputs and reports for Model fits (Issue Extending the fit statistic by including the R2-Statistic #803; PR add R^2 statistic for Model #810)SplineModel
(PR Spline model #804)Pearson4Model
(@lellid; PR Add Pearson4 fit model (original Wikipedia version) #800)Bug fixes/enhancements:
spercent
is always defined inparams_html_table
functions (reported by @MySlientWind; Issue RaiseUnboundLocalError: local variable 'spercent' referenced before 'assignment'
when usemethod='emcee'
and first parameter hasvary=False
#768, PR FIX: make surespercent
is defined #770)success
andcovar
theMinimizerResult
(reported by Marc W. Pound; PR ENH: initialize a few more MinimizerResult attributes #771)pyproject.toml
andsetup.cfg
; leavesetup.py
for now (PR BLD: use PEP517/PEP518 #777)CompositeModel
can now have different independent variables (@Julian-Hochhaus; Discussion How to handle different independent variables in CompositeModel? #787; PR enabled use of different independent_vars... #788))StepModel(form='linear')
, was not consistent with the other ones. (@matpompili; PR Fix linear StepModel, wrong function definition #794)Gaussian2dModel
, was not correct. (@matpompili; PR Fixed height factor for Gaussian2dModel #795)None
(PR Draft: Improve handling of covariance calculation #813)RectangleModel
(@arunpersaud; Issue RectangleModule implements 'linear' incorrectly? #815; PR fix 'linear' mode for RectangleModel (lmfit#815) #816)Deprecations:
This discussion was created from the release 1.0.4rc1: Merge pull request #831 from lmfit/calc_dely_components.
Beta Was this translation helpful? Give feedback.
All reactions