Skip to content

symfit 0.4.4

Compare
Choose a tag to compare
@tBuLi tBuLi released this 08 Sep 19:28
· 407 commits to master since this release
f8a0f89

Proudly presenting symfit 0.4.4, the best version of symfit to date.

Biggest changes:

  • Introduction of the BasinHopping minimizer, a wrapper around scipy's basinhopping.
  • Huge performance upgrade by making sure sympy code is translated to scipy compatible code only once per model.
  • Fixed an issue with using constraints and bounds at the same time.
  • parameter convenience method now allows you to set values etc immediately.