Skip to content

Releases: JuliaSymbolics/TermInterface.jl

v2.0.0

23 Jun 15:08
568ef13
Compare
Choose a tag to compare

TermInterface v2.0.0

Diff since v1.0.1

Merged pull requests:

v1.0.1

05 Jun 12:01
ad7e667
Compare
Choose a tag to compare

TermInterface v1.0.1

Diff since v1.0.0

Added deployed docs, adjusted docstrings.

Merged pull requests:

Closed issues:

  • outdated doc string copies in the README (#41)

v1.0.0

03 Jun 10:39
61929e7
Compare
Choose a tag to compare

TermInterface v1.0.0

Diff since v0.5.0

v0.5.0

02 Jun 12:15
386008e
Compare
Choose a tag to compare

TermInterface v0.5.0

Diff since v0.4.1

  • Removed type argument from maketerm. Please use explicit type expressions, or metadata when representing types.
  • Removed symtype
  • Improved documentation

Merged pull requests:

  • reorder api tems in the readme (#29) (@shashi)
  • Bump julia-actions/setup-julia from 1 to 2 (#30) (@dependabot[bot])
  • delete useless "not implemented" methods (#34) (@nsajko)
  • make all maketerm arguments mandatory (#35) (@nsajko)
  • Remove type argument, symtype, update docs (#39) (@0x0f0f0f)

Closed issues:

  • (Possibly) move wrap and unwrap here (#3)
  • Rethinking exprhead (#10)
  • Relationship to SymbolicUtils etc (#15)
  • expr vs call? (#31)
  • base this on AbstractTrees.jl (#32)
  • all maketerm arguments should be mandatory (#33)

v0.4.1

01 Mar 15:50
Compare
Choose a tag to compare

TermInterface v0.4.1

Diff since v0.4.0

v0.4.0

29 Feb 18:28
Compare
Choose a tag to compare

TermInterface v0.4.0

Diff since v0.3.3

  • Simpler, unified interface
  • Separated head, children for any kind of S-Expression and operation, arguments for terms that represent function calls, where iscall is true
  • Replaced similarterm with maketerm

Merged pull requests:

v0.3.3

23 Aug 18:31
80238db
Compare
Choose a tag to compare

TermInterface v0.3.3

Diff since v0.3.2

Merged pull requests:

v0.3.2

03 Aug 21:08
ecbfbfb
Compare
Choose a tag to compare

TermInterface v0.3.2

Diff since v0.3.1

v0.3.1

03 Aug 16:48
44e74d6
Compare
Choose a tag to compare

TermInterface v0.3.1

Diff since v0.3.0

v0.3.0

18 Mar 10:59
91f77ff
Compare
Choose a tag to compare

TermInterface v0.3.0

Diff since v0.2.3

  • BREAKING: similarterm, istree and issym now only accept objects as argument and do not accept Type anymore

Merged pull requests:

  • similarterm, issym and istree can be called only on objects, not on types (#12) (@0x0f0f0f)