Skip to content

symfit 0.4.2

Compare
Choose a tag to compare
@tBuLi tBuLi released this 06 Jul 12:18
· 413 commits to master since this release

Bugfix release. Most important fixes include

  • Arguments no longer use inspect to find their name, it is recommended to provide names explicitly. The old syntax is still supported, although it will raise a deprication warning.
  • numpy >= 1.12 is demanded
  • symfit Argument-objects are full pickelable
  • ODEModels can now be integrated back in time too.
  • ODEModels now have a __str__, and to declare a __str__ has been made mandatory by adding it as an abstractmethod on BaseModel.
  • More minor bug fixes