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
- `ODEModel`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 an `abstractmethod` on `BaseModel`.
- More minor bug fixes