Skip to content

symfit 0.5.6

Latest
Compare
Choose a tag to compare
@tBuLi tBuLi released this 15 Feb 14:38
· 2 commits to master since this release
43816a5
  • Switched scipy.integrate.odeint for the more modern scipy.integrate.solve_ivp. This greatly expands the possible ODE solvers one can use. By default, we still use odeint's LSODA with the old settings so existing code is not affected.
  • Significant clean-up of the code base by removing some features which were once introduced to support both py2.7 and py3.x.