Skip to content

Releases: JuliaSymbolics/SymbolicUtils.jl

v1.7.1

19 Aug 12:04
Compare
Choose a tag to compare

SymbolicUtils v1.7.1

Diff since v1.7.0

Merged pull requests:

Closed issues:

  • SymbolicUtils 1.6.0 breaks MTK v8 (#595)
  • Default arguments to unsorted_arguments to accelerate term traversal (#613)
  • v3 Upgrades to handle (#625)

v0.20.1

19 Aug 12:04
Compare
Choose a tag to compare

SymbolicUtils v0.20.1

Diff since v0.20.0

Merged pull requests:

Closed issues:

  • Division (#133)
  • Rule for exp(-im*x) (#289)
  • Avoid applying canonicalizing rules on the canonical form (#347)
  • use unsorted_arguments (#349)
  • simplify_fractions throws error (#380)
  • Simplifying a/a (#388)
  • simplify_fractions return Float64 coefficients (#466)
  • Downstream integration test CI not working (#481)
  • Citation (#487)
  • Regression: infinite loop during simplification on v1 (#500)
  • LiteralReal printing issue (#512)
  • Issue with creating rule for even and odd function of cos and sin (#545)
  • Metadata is lost on construction of Mul (#546)
  • typos (#554)
  • SymbolicUtils seems broken on Julia 1.6 (#563)
  • Typo on https://symbolicutils.juliasymbolics.org/ (#581)
  • Consider changing backend for PolyForm arithmetic type promotion (#589)
  • SymbolicUtils 1.6.0 breaks MTK v8 (#595)
  • Default arguments to unsorted_arguments to accelerate term traversal (#613)
  • v3 Upgrades to handle (#625)

v3.1.2

12 Aug 15:02
2ef075e
Compare
Choose a tag to compare

SymbolicUtils v3.1.2

Diff since v3.1.1

Merged pull requests:

  • Fix missing metadata when operation and resulting BasicSymbolic subtype mismatch (#632) (@bowenszhu)

Closed issues:

  • v3 Upgrades to handle (#625)

v3.1.1

11 Aug 02:19
2ec473e
Compare
Choose a tag to compare

SymbolicUtils v3.1.1

Diff since v3.1.0

Merged pull requests:

v3.1.0

30 Jul 17:02
61f528a
Compare
Choose a tag to compare

SymbolicUtils v3.1.0

Diff since v3.0.0

Merged pull requests:

Closed issues:

  • SymbolicUtils 1.6.0 breaks MTK v8 (#595)

v3.0.0

27 Jul 23:02
da9267e
Compare
Choose a tag to compare

SymbolicUtils v3.0.0

Diff since v2.1.2

Merged pull requests:

v2.1.2

17 Jul 23:03
7a057d6
Compare
Choose a tag to compare

SymbolicUtils v2.1.2

Diff since v2.1.1

Merged pull requests:

v2.1.1

17 Jul 17:02
907fd5f
Compare
Choose a tag to compare

SymbolicUtils v2.1.1

Diff since v2.1.0

Merged pull requests:

v2.1.0

25 Jun 10:02
d009ca8
Compare
Choose a tag to compare

SymbolicUtils v2.1.0

Diff since v2.0.2

Merged pull requests:

Closed issues:

  • Default arguments to unsorted_arguments to accelerate term traversal (#613)

v2.0.2

03 Jun 04:03
aeed7aa
Compare
Choose a tag to compare

SymbolicUtils v2.0.2

Diff since v2.0.1

Merged pull requests:

  • Fix head & arguments accessor functions (#606) (@shashi)