Skip to content

Releases: JuliaSymbolics/Symbolics.jl

v4.13.0

17 Oct 18:26
4682772
Compare
Choose a tag to compare

Symbolics v4.13.0

Diff since v4.12.0

Merged pull requests:

v4.12.0

15 Oct 21:17
d4c0d1b
Compare
Choose a tag to compare

Symbolics v4.12.0

Diff since v4.11.1

Closed issues:

  • Handling of Inequalities (#630)

Merged pull requests:

v4.11.1

10 Oct 05:33
3442a75
Compare
Choose a tag to compare

Symbolics v4.11.1

Diff since v4.11.0

Closed issues:

Merged pull requests:

  • fix type parameter declaration (#736) (@nsajko)
  • Update docstring jacobian_sparsity and hessian_sparsity (#760) (@bowenszhu)

v4.11.0

06 Oct 05:08
89afff2
Compare
Choose a tag to compare

Symbolics v4.11.0

Diff since v4.10.4

Closed issues:

  • Extracting degree and coefficients of a polynomial (#216)
  • SymPy x.coeff like functionality (#374)
  • Arrays of symbolic terms break basic arithmetic (#691)
  • Inconsistent use of kwarg slurping breaks MTK callback conditions (#697)
  • Q: extracting coefficients and monomial degrees from multivariate polynomials (#699)
  • 1 instead of true (#702)
  • Symbolics and Latexify (#722)
  • How can I make dynamically named variables? (#739)
  • Limitations of symbolic tracing? (#746)
  • Large number of variables for PDESystem (#751)
  • Avoiding repeated compilation in for loops (#752)

Merged pull requests:

v4.10.4

10 Aug 19:21
7eac913
Compare
Choose a tag to compare

Symbolics v4.10.4

Diff since v4.10.3

Closed issues:

  • Need Help .I have several questions (#652)
  • Fix downstream MTK failures (Jul 26) (#669)
  • Q: Lie series method for PDEs (#672)
  • semipolynomial_form fails to process internal structure properly (#679)
  • semipolynomial_form ignores non-integer exponent (#680)
  • semipolynomial_form with flag const = false doesn't work in an edge case (#681)
  • Result of semipolynomial_form does not match input degree (#682)
  • semipolynomial_form does not work with nested ^ operation (#684)
  • Symbolics.jl | Interfacing - building an expression tree to use custom rules (#687)
  • Q: composition rules for differential operators? (#689)
  • Symbolic matrix exponential (#690)

Merged pull requests:

v4.10.3

28 Jul 21:29
5b61308
Compare
Choose a tag to compare

Symbolics v4.10.3

Diff since v4.10.2

Closed issues:

  • Use x(t)[1] instead of x1 in @variables x[1:10](t) (#569)
  • Make semipolynomial_form include nonzero constant as a 0-degree monomial (#663)
  • Vector variables missing in ODEProblem (#670)

Merged pull requests:

  • WIP: constants as 0 degree monomials in semipolynomial form (#668) (@shashi)
  • Add tests for constant term (#674) (@shashi)

v4.10.2

27 Jul 21:19
4899dc7
Compare
Choose a tag to compare

Symbolics v4.10.2

Diff since v4.10.1

Merged pull requests:

  • Fix wrapping in scalarize, fix metadata propagation (#671) (@shashi)

v4.10.1

27 Jul 04:24
c885a06
Compare
Choose a tag to compare

Symbolics v4.10.1

Diff since v4.10.0

Merged pull requests:

  • Fix Symbolic type of residual from semipolynomial_form with a single non-polynomial no-addition input (#665) (@bowenszhu)

v4.10.0

26 Jul 20:01
5aee2b7
Compare
Choose a tag to compare

Symbolics v4.10.0

Diff since v4.9.0

Closed issues:

  • Building Function error with Bool eltype (#611)
  • Preserving type with Num(::Irrational) (#629)
  • simplify taking very long for simple expression? (#650)
  • Crashes in calls of functions generated with Symbolics.build_function (#651)
  • Scalarize errors for inverses (#653)
  • semipolynomial_form inconsistent for simplified and expanded polynomials (#656)
  • semilinear_form & semipolynomial_form return nonlinear function as coefficient (#657)
  • build_function missing a term? (#658)
  • How to set the precision of numbers in expressions? (#659)

Merged pull requests:

v4.9.0

11 Jul 20:07
91588d1
Compare
Choose a tag to compare

Symbolics v4.9.0

Diff since v4.8.3

Closed issues:

  • The use of diffrules() has been deprecated (#522)
  • Symbolics.unwrap() dropped? (#641)

Merged pull requests:

  • Fix deprecated use of diffrules (#639) (@odow)
  • Revert revert dependent array convention (#640) (@shashi)