Skip to content

Releases: JuliaPy/SymPy.jl

v1.0.9

04 Dec 19:47
v1.0.9
97547c1
Compare
Choose a tag to compare

v1.0.9 (2019-12-04)

Diff since v1.0.8

Merged pull requests:

v1.0.8

03 Dec 19:47
v1.0.8
9087dda
Compare
Choose a tag to compare

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

20 Sep 18:28
v1.0.7
bd87b5c
Compare
Choose a tag to compare

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

08 Sep 07:52
v1.0.6
46da2be
Compare
Choose a tag to compare

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

17 Jul 17:18
v1.0.5
3e7bcca
Compare
Choose a tag to compare

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

27 Jun 09:48
7af3cd4
Compare
Choose a tag to compare

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:

v1.0.3

07 May 19:28
8eed5ac
Compare
Choose a tag to compare
fix det (#276)

update SymPy

08 Apr 23:25
a29396e
Compare
Choose a tag to compare

Some SymFunction methods, adjust transpose method

update SymPy

05 Apr 16:45
7e12625
Compare
Choose a tag to compare

Works around precompilation issue when used as a dependency in other packages.

update SymPy

03 Apr 14:40
92b36b0
Compare
Choose a tag to compare
  • 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