Skip to content

Releases: JuliaSymbolics/TermInterface.jl

v0.2.3

09 Nov 11:43
Compare
Choose a tag to compare

TermInterface v0.2.3

Diff since v0.2.2

Fix definitions for Expr

v0.2.2

06 Nov 13:52
Compare
Choose a tag to compare

TermInterface v0.2.2

Diff since v0.2.1

Fixed similarterm for Exprs to support macro calls

v0.2.1

04 Oct 17:17
2afe1e3
Compare
Choose a tag to compare

TermInterface v0.2.1

Diff since v0.2.0

Fixed bug in exprhead and similarterm.

Merged pull requests:

  • fix method chosen when exprhead is not used (#9) (@shashi)

v0.2.0

10 Sep 16:05
Compare
Choose a tag to compare

TermInterface v0.2.0

Diff since v0.1.8

Added exprhead and unsorted_arguments. Updated similarterm. Updated default definitions for Expr

Closed issues:

  • unsorted_arguments (#7)

v0.1.8

30 Aug 17:51
8d03c71
Compare
Choose a tag to compare

TermInterface v0.1.8

Diff since v0.1.7

Closed issues:

  • Should issym take type? (#4)

Merged pull requests:

  • add a default issym, make it work on types (#5) (@shashi)

v0.1.7

27 Aug 16:57
Compare
Choose a tag to compare

TermInterface v0.1.7

Diff since v0.1.6

Bugfixes in similarterm

v0.1.6

25 Aug 18:39
Compare
Choose a tag to compare

TermInterface v0.1.6

Diff since v0.1.5

Fixed similarterm

v0.1.5

25 Aug 16:55
Compare
Choose a tag to compare

TermInterface v0.1.5

Diff since v0.1.4

Compatibility with symbolicutils and symbolics:
gethead is now operation.
getargs is now arguments.
isterm is now istree

v0.1.4

24 Aug 14:53
Compare
Choose a tag to compare

TermInterface v0.1.4

Diff since v0.1.3

Added node_count

v0.1.3

24 Aug 13:03
Compare
Choose a tag to compare

TermInterface v0.1.3

Diff since v0.1.2

Fixed typo bug that broke similarterm