Skip to content

Releases: JuliaPy/SymPy.jl

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

update SymPy

21 Sep 19:48
5fb0e7b
Compare
Choose a tag to compare
  • fix deprecation for eval (#237)
  • fix issues with printing (#241)

update SymPy

20 Aug 01:26
5ef448d
Compare
Choose a tag to compare
  • drops support for v0.6
  • edits to make v0.7 and v1.0 work: involves some removals/degradations min and max degradation; ifelse removal; base on v0.7; generic Symmetric doesn't work on matrices; sympy"" degradation

update SymPy

17 Jul 15:15
a1ffa2c
Compare
Choose a tag to compare

updates for v0.7

This has some small breaking changes for use with julia version 0.7:

  • ifelse nolonger has a method
  • max and min have a tighter signature with Sym objects
  • boilerplate documentation is no longer present

update SymPy

13 Jan 18:31
8131e19
Compare
Choose a tag to compare
  • add combinatorics/permutation group module
  • updates to plot recipe
  • drop v0.5; using newer v0.6+ syntax for parametric function, type definitions

collected fixes

07 Nov 14:03
f34e774
Compare
Choose a tag to compare
Merge pull request #192 from cdsousa/master

Fix CSE for scalar and array cases

update SymPy

23 Jun 15:14
Compare
Choose a tag to compare

Some collected fixes