Skip to content

Releases: JuliaSymbolics/SymbolicUtils.jl

v0.9.0

03 Mar 21:06
6c3693d
Compare
Choose a tag to compare

SymbolicUtils v0.9.0

Diff since v0.8.4

Closed issues:

  • Arbitrary metadata (#209)

Merged pull requests:

  • Metadata system take 2 (#215) (@shashi)
  • CompatHelper: add new compat entry for "Setfield" at version "0.7" (#216) (@github-actions[bot])
  • CompatHelper: add new compat entry for "ConstructionBase" at version "1.1" (#217) (@github-actions[bot])
  • Make metadata a keyword (#219) (@YingboMa)
  • Add Downstream tests (#220) (@ChrisRackauckas)
  • make SpawnFetch take Func expressions and arguments (#222) (@shashi)

v0.8.4

28 Feb 01:36
a2dfcf6
Compare
Choose a tag to compare

SymbolicUtils v0.8.4

Diff since v0.8.3

Closed issues:

  • "convert back" interface. (#79)
  • Totally order terms (#85)
  • Register (#146)

Merged pull requests:

v0.8.3

16 Feb 18:07
Compare
Choose a tag to compare

SymbolicUtils v0.8.3

Diff since v0.8.2

Closed issues:

  • Subtraction display "bug" (#201)

Merged pull requests:

  • CompatHelper: bump compat for "AbstractAlgebra" to "0.13" (#202) (@github-actions[bot])
  • symbolify with dict (#203) (@shashi)
  • Par for parallelism (#204) (@shashi)

v0.8.2

04 Feb 19:05
Compare
Choose a tag to compare

SymbolicUtils v0.8.2

Diff since v0.8.1

Closed issues:

  • Both LinearAlgebra and SymbolicUtils export cond (#173)
  • Bug in simplify(...; polynorm=true) (#175)
  • Remove to_symbolic (#187)
  • Changed behaviour of polynormalize from 0.6 -> 0.8 (#193)
  • symtype(x) = Any (#196)

Merged pull requests:

v0.8.1

01 Feb 00:21
e91c00b
Compare
Choose a tag to compare

SymbolicUtils v0.8.1

Diff since v0.8.0

Merged pull requests:

  • Fix printing, similarterm, and add tree printing (#192) (@YingboMa)

v0.8.0

30 Jan 17:35
Compare
Choose a tag to compare

SymbolicUtils v0.8.0

Diff since v0.7.8

Closed issues:

  • convert Expr to Term? (#150)
  • Converting in and out of binary tree in SymbolicRegression.jl (#179)
  • Multiple dispatch for symbolic arguments? /lazy evaluation (#186)

Merged pull requests:

v0.7.8

27 Jan 15:06
0b1c444
Compare
Choose a tag to compare

SymbolicUtils v0.7.8

Diff since v0.7.7

Merged pull requests:

  • Switch Sym printer to use Julia's syntax printer (#184) (@Keno)
  • Some printing improvements (#185) (@shashi)

v0.7.7

20 Jan 22:24
cbe3258
Compare
Choose a tag to compare

SymbolicUtils v0.7.7

Diff since v0.7.6

Merged pull requests:

v0.7.6

16 Jan 03:52
0a62a31
Compare
Choose a tag to compare

SymbolicUtils v0.7.6

Diff since v0.7.5

Closed issues:

  • Breaking changes in 0.7.4 (#167)

Merged pull requests:

v0.7.5

15 Jan 19:46
2ad3a4d
Compare
Choose a tag to compare

SymbolicUtils v0.7.5

Diff since v0.7.4

Merged pull requests:

  • travis -> github actions (#157) (@shashi)
  • WIP: Attempt to speed up substitute (#166) (@shashi)
  • use mapfoldl instead of rec_promote_symtype, fix it on Sym{<:FnType} (#169) (@shashi)