Skip to content

Releases: rdeits/CommonSubexpressions.jl

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:03
02e6fb8

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

Choose a tag to compare

@github-actions github-actions released this 29 Jun 00:08

CommonSubexpressions v0.2.1

Diff since v0.2.0

Merged pull requests:

Require Julia v0.7

Choose a tag to compare

@rdeits rdeits released this 07 Jul 16:36
4a7434a
Merge pull request #11 from rdeits/v0.7

update to v0.7

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

Choose a tag to compare

@rdeits rdeits released this 02 Apr 16:36
5163da2
Merge pull request #10 from jrevels/jr/warn

add flag to disable warnings

Initial release

Choose a tag to compare

@rdeits rdeits released this 30 Jan 16:33

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).