Skip to content

Releases: sisl/ExprRules.jl

v0.4.4

16 Feb 02:50
9d7d1a4
Compare
Choose a tag to compare

ExprRules v0.4.4

Diff since v0.4.3

Merged pull requests:

Closed issues:

  • Project.toml needs to allow TreeView 0.5.0 due to LightGraphs -> Graphs change (#36)

v0.4.3

19 May 04:24
0d6243c
Compare
Choose a tag to compare

ExprRules v0.4.3

Diff since v0.4.1

Closed issues:

  • Operator with coefficients (#32)

Merged pull requests:

  • Fixes an error related to depth-limit in grammars without terminal rules (#28) (@ancorso)
  • Added new interpreter rules for handling broadcast comparisons and logical operators (#29) (@ancorso)
  • Make insert! mutating when replacing the root (#31) (@cobac)

v0.4.1

24 Sep 21:26
45158fe
Compare
Choose a tag to compare
Update Project.toml

Minor release with some new functionality, update to new registry system, and minor bug fixes.

16 Sep 00:16
Compare
Choose a tag to compare

Adds several new features like support for broadcast in the grammar, combining two grammars, and support for unlimited number of arguments in the interpreter. Update to new registry system. Minor bug fixes.

Faster interpreter/SymbolTable

11 Dec 00:04
Compare
Choose a tag to compare
v0.3.3

fix runtest error

Support for Julia0.7/1.0 with updated example notebook

07 Sep 23:18
Compare
Choose a tag to compare
v0.3.2

fix depwarns in notebook, remove unneeded import Random

Release for Julia 0.7/1.0

07 Sep 23:17
Compare
Choose a tag to compare

Use new iterator protocol; fix depwarns including those in example notebook

Release v0.3.0

08 Aug 14:54
1e26c8d
Compare
Choose a tag to compare

Updates for Julia 0.7-beta2.

Fixes a critical bug in get_executable()

24 Apr 01:08
Compare
Choose a tag to compare

Initial release

27 Nov 05:20
30da176
Compare
Choose a tag to compare

Initial public release