Skip to content

Releases: JuliaPy/SymPy.jl

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

update SymPy

01 Mar 20:23
605551e
Compare
Choose a tag to compare

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

09 Feb 14:04
Compare
Choose a tag to compare

fix import statements

update SymPy

20 Nov 14:53
ae057d9
Compare
Choose a tag to compare

Close issue #248 on pdf generation from notebook.

Update SymPy

01 Nov 16:59
9680c51
Compare
Choose a tag to compare
  • 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