Parameters can be set using dictionaries now. But the documentation should be clearer: add API docs using sphinx.
Also, the initial conditions attribute x_init should be converted to a dictionary so that dictionary option is available to set new initial conditions.
Additionally, for both dictionaries, users should be allowed to use strings for keys that get converted to Symbols inside AutoReduce for validity (so that user does not have to define Symbol(str) as keys.
Parameters can be set using dictionaries now. But the documentation should be clearer: add API docs using sphinx.
Also, the initial conditions attribute
x_initshould be converted to a dictionary so that dictionary option is available to set new initial conditions.Additionally, for both dictionaries, users should be allowed to use strings for keys that get converted to Symbols inside AutoReduce for validity (so that user does not have to define Symbol(str) as keys.