Releases: JuliaPy/SymPy.jl
Releases · JuliaPy/SymPy.jl
v1.0.8
v1.0.8 (2019-12-03)
Diff since v1.0.7
Closed issues:
- Could not deploy it in HPC (#303)
- documentation issue -
roots\(\)
function (#300)
- trigsimp() function and other simplification functions does not work. (#287)
- add back
rhs
method (#279)
Merged pull requests:
v1.0.7
v1.0.7 (2019-09-20)
Diff since v1.0.6
Closed issues:
- Trouble plotting ODE solutions due to
lambdify
function (#298)
- using Sympy in julia fails (#297)
Merged pull requests:
v1.0.6
v1.0.6 (2019-09-06)
Diff since v1.0.5
Closed issues:
- precompilation fails in Julia 1.2 (#294)
- lambdify_expr gone? (#293)
- System of differential equations (#291)
- isequal when multiplying with a float (#290)
Merged pull requests:
v1.0.5
v1.0.5 (2019-07-17)
Diff since v1.0.4
Closed issues:
- trigsimp() function and other simplification functions does not work. (#286)
- convert Mathematica :Pi to pi with lambdify (#284)
Merged pull requests:
v1.0.4
v1.0.4 (2019-06-26)
Diff since v1.0.3
Closed issues:
- Parsing problem? (#283)
- sympy.sqrt and sympy.Rational are not behaving symbolically (#281)
Merged pull requests:
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