Skip to content

update SymPy

Compare
Choose a tag to compare
@jverzani jverzani released this 01 Mar 20:23
· 146 commits to master since this release
605551e

As of PyCall v1.90.0, getproperty is overloaded allowing for x.method(...) syntax instead of x[:method](). This extends this style to SymPy objects pushing up the PyCall version number.

Also uses SymPy's det function for matrices of symbolic values, as the generic det no longer works.