Skip to content

DiffEqBase Max Version

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 07 Jan 01:56
· 350 commits to master since this release

This puts a maximum version on DiffEqBase because it will be changing

abstract ParameterizedFunction

to

abstract AbstractParameterizedFunction

so that way ParameterizedFunction can be a concrete type with a constructor from this package which makes an AbstractParameterizedFunction from a user-defined function.