Skip to content

Releases: JuliaPy/SymPy.jl

v1.1.11

24 Aug 21:03
618eb38
Compare
Choose a tag to compare

SymPy v1.1.11

Diff since v1.1.10

Merged pull requests:

v1.1.10

14 Aug 21:38
3214d3b
Compare
Choose a tag to compare

SymPy v1.1.10

Diff since v1.1.9

Closed issues:

  • ordering of eigvals/eigvecs inconsistent with LinearAlgebra (#495)
  • [Feature]: Issue Templates (#507)
  • Matrix multiplication with transpose (#512)

Merged pull requests:

v1.1.9

14 Jun 21:51
a152ef0
Compare
Choose a tag to compare

SymPy v1.1.9

Diff since v1.1.8

Closed issues:

  • Symply.jl for getting coefficients for ALL combination of the variables of a multivariable polynomial (#482)
  • How to save a function from lamdify? (#484)
  • How to use SymPy to solve equations? (#488)
  • sqrt(3) gives floating-point value instead of symbolic expression (#493)
  • Error calculating the inverse Laplace transform using floats (#497)
  • Please bump up Latexify version (#499)
  • Python 3.11 isn't supported, is it? Where can I check which Python versions each SymPy version supports? (#500)
  • Error when converting expressions to julia functions (#501)

Merged pull requests:

v1.1.8

11 Feb 16:26
407f7b4
Compare
Choose a tag to compare

SymPy v1.1.8

Diff since v1.1.7

Closed issues:

  • subs change the value of an expression (#479)
  • Unused type variable warning in function definition in julia1.8.3 (#485)
  • issue with substitution (#489)

Merged pull requests:

v1.1.7

16 Aug 18:05
b6316e4
Compare
Choose a tag to compare

SymPy v1.1.7

Diff since v1.1.6

Closed issues:

  • Piecewise not defined in SymPy (#469)
  • Error when calling sympy.Function() (#470)

Merged pull requests:

v1.1.6

26 Apr 23:59
29c5bfd
Compare
Choose a tag to compare

SymPy v1.1.6

Diff since v1.1.5

Merged pull requests:

v1.1.5

23 Apr 02:56
dce6689
Compare
Choose a tag to compare

SymPy v1.1.5

Diff since v1.1.4

Closed issues:

  • "Failed to precompile SymPy" (#459)
  • MatrixSymbol converstion to Matrix returns PyCall.PyObject (#462)

Merged pull requests:

v1.1.4

05 Feb 18:23
8b25bb9
Compare
Choose a tag to compare

SymPy v1.1.4

Diff since v1.1.3

Closed issues:

  • add help (#433)
  • eigvals PyError (#452)
  • Feature request: Add curried form of doit function (#455)

Merged pull requests:

v1.1.3

18 Jan 21:57
0bc9f2d
Compare
Choose a tag to compare

SymPy v1.1.3

Diff since v1.1.2

Closed issues:

  • real and imag (#442)

Merged pull requests:

v1.1.2

30 Nov 22:08
2a30b09
Compare
Choose a tag to compare

SymPy v1.1.2

Diff since v1.1.1

Merged pull requests:

  • add missing closing triple backticks in documentation; closes #448 (#449) (@jverzani)