-----
* Finally put sympad on PyPI.
* Major grammar rework to remove redundant conflicts for speedup and to better handle tail elements (!, ', **, .attr, [idx], (x, y, ...)), \int, \sum and \lim among other things.
* Added symbols with assumptions.
* Added ability to 'call' derivatives of lambda functions.
* Added parsing of 'not' as possible unary prefix to unparenthesized function arguments.
* Added differentiation of parentheses grouping vs. call via curly enclosed parentheses.
* Added mapping of undefined functions back to the variables they are assigned to.
* Added partial differential equation support.
* Added ability to select display of leading rational of products.
* Added parsing of LaTeX subscripts in \operatorname.
* Added ability to select strict or loose LaTeX formatting.
* Made supported builtin functions accessible directly by name without need of escape character.
* Made Eq returned from SymPy display as = when unambiguous in grammar.
* Brought quick mode up to date with many recent changes.
* Re-enabled unspaced quick mode function arguments.
* Lots of tweaks to undefined functions for display and use in assignment to lambdas.
* Removed recursive execution of script and relegated it to a command line switch for development.
* Finally documented lots of changes.