symfit 0.4.2
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 demandedsymfit
Argument
-objects are full pickelableODEModel
s can now be integrated back in time too.ODEModel
s now have a__str__
, and to declare a__str__
has been made mandatory by adding it as anabstractmethod
onBaseModel
.- More minor bug fixes