Skip to content

Releases: JuliaPy/SymPy.jl

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

update SymPy

19 May 18:50
Compare
Choose a tag to compare

v0.6 updates
fix round

update SymPy

30 Mar 17:13
Compare
Choose a tag to compare

flipsign, matrix improvements, free_symbols, widen type signatures for arrays, bug fixes

update SymPy

14 Feb 20:43
Compare
Choose a tag to compare
  • changes to special functions
  • physics package
  • clean up atan2, hypot
  • remove pyeval, use pycall smarter, drop SymMatrix
  • bug fixes