Releases: JuliaPy/SymPy.jl
Releases · JuliaPy/SymPy.jl
v1.0.5
v1.0.4
v1.0.3
fix det (#276)
update SymPy
Some SymFunction methods, adjust transpose method
update SymPy
Works around precompilation issue when used as a dependency in other packages.
update SymPy
- overhaul of interface with purpose of leveraging the dot-call syntax for method calls
- trims down substantially the number of exported functions
- adds julia examples for the SymPy tutorial
update SymPy
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.
update SymPy
fix import statements
update SymPy
Close issue #248 on pdf generation from notebook.
Update SymPy
- add
sincos
function (#245) - bypass PyAny lookup for many functions where
Sym
output is expected. This should be non-breaking - add in code for installing dependencies for CI purposes