Skip to content

Releases: JuliaSymbolics/Symbolics.jl

v2.1.0

06 Aug 21:58
d2512e5
Compare
Choose a tag to compare

Symbolics v2.1.0

Diff since v2.0.0

Closed issues:

  • Bounds check on Symbolic arrays (#329)
  • Make it work with Revise (#333)

Merged pull requests:

v2.0.0

05 Aug 17:39
Compare
Choose a tag to compare

Symbolics v2.0.0

Diff since v1.4.2

Closed issues:

  • substitute for complex expression does nothing (#137)
  • Make some optimization steps in build_function optional? (#230)
  • Parsing error when generating multiple complex variables (#310)
  • unexpected promotion to Complex{Num} in @variables (#317)
  • Possible bug with simplify (#318)

Merged pull requests:

v1.4.2

21 Jul 22:10
6ca052f
Compare
Choose a tag to compare

Symbolics v1.4.2

Diff since v1.4.1

Closed issues:

  • Complex arrays support (#270)
  • Ambiguous promote type rule for Complex{Num}, Real (#283)

Merged pull requests:

  • Add ComplexTerm and various overloads (#301) (@YingboMa)
  • Fix expand_derivatives on registered functions holding arrays (#309) (@YingboMa)

v1.4.1

20 Jul 14:16
fec537f
Compare
Choose a tag to compare

Symbolics v1.4.1

Diff since v1.4.0

Merged pull requests:

v1.4.0

19 Jul 22:22
f2fff6e
Compare
Choose a tag to compare

Symbolics v1.4.0

Diff since v1.3.0

Closed issues:

  • Same function with different arguments (#295)

Merged pull requests:

v1.3.0

12 Jul 16:43
87d93ca
Compare
Choose a tag to compare

Symbolics v1.3.0

Diff since v1.2.3

Closed issues:

  • factorial(x::Symbolics.Sym) is a StackOverflow (#300)

Merged pull requests:

v1.2.3

10 Jul 13:13
404891f
Compare
Choose a tag to compare

Symbolics v1.2.3

Diff since v1.2.2

Closed issues:

  • Defining an array of variables instead of a symbolic array (#279)
  • Using Rational coefficients? (#289)
  • @fun does not exist (#296)

Merged pull requests:

v1.2.2

02 Jul 18:48
06e9f40
Compare
Choose a tag to compare

Symbolics v1.2.2

Diff since v1.2.1

Closed issues:

  • conflicts with ModelingToolkit.jl (v5.20.0) for v1.0.0 and higher (#278)

Merged pull requests:

v1.2.1

22 Jun 20:10
ebfbb31
Compare
Choose a tag to compare

Symbolics v1.2.1

Diff since v1.2.0

Merged pull requests:

  • Special case literal_pow and scalarize into Arrary (#275) (@YingboMa)

v1.2.0

22 Jun 18:53
1591189
Compare
Choose a tag to compare

Symbolics v1.2.0

Diff since v1.1.0

Closed issues:

  • [request] [suggestion] Better support for arrays (#65)
  • Allow @register ∈(x, y::AbstractRange{T}) where {T} (#256)
  • Registration doesn't work with collections of symbols (#265)
  • Segfault from iszero when customizing broadcasted (#268)

Merged pull requests:

  • Update for polynomial change in SU (#266) (@shashi)
  • CompatHelper: bump compat for "SymbolicUtils" to "0.13" (#271) (@github-actions[bot])
  • Unique function argument names for no recompilation (#272) (@ChrisRackauckas)
  • Apply chain rule on symbolic functions (#273) (@shashi)
  • Revert "CompatHelper: bump compat for "SymbolicUtils" to "0.13"" (#274) (@YingboMa)