Skip to content

Releases: rdeits/CommonSubexpressions.jl

v0.3.0

29 Jun 03:03
02e6fb8
Compare
Choose a tag to compare

CommonSubexpressions v0.3.0

Diff since v0.2.1

Merged pull requests:

  • WIP: implement binarization and improve macro expansion (#18) (@rdeits)
  • Make @cse(@binarize(expr)) actually work (#20) (@rdeits)

v0.2.1

29 Jun 00:08
Compare
Choose a tag to compare

CommonSubexpressions v0.2.1

Diff since v0.2.0

Merged pull requests:

Require Julia v0.7

07 Jul 16:36
4a7434a
Compare
Choose a tag to compare
Merge pull request #11 from rdeits/v0.7

update to v0.7

Drop Julia v0.6 and add an option to disable warnings

02 Apr 16:36
5163da2
Compare
Choose a tag to compare
Merge pull request #10 from jrevels/jr/warn

add flag to disable warnings

Initial release

30 Jan 16:33
Compare
Choose a tag to compare

This release exports the @cse macro for common subexpression elimination in-place, and the cse() function which operates on and returns expressions (for debugging and display).