tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
233 stars 17 forks source link

Small fixes due to changes upstream. Fixed issue with fixed parameters. Quickfix for #144 #145

Closed pckroon closed 6 years ago

pckroon commented 6 years ago

Apparently there are some changes upstream in Scipy.minimize and matplotlib. In addition, fixed parameters did not get min and max attributes, while they are required by the current minimizers. Lastly, I made the quick fix for #144. I'm going to work on fixing it proper about now.

pckroon commented 6 years ago

I messed up with Git, polluting this with new features. New one incomig.