Skip to content

Releases: JuliaSymbolics/Metatheory.jl

v2.0.2

10 Nov 14:39
Compare
Choose a tag to compare

Metatheory v2.0.2

Diff since v2.0.1

Merged pull requests:

Closed issues:

  • Refactor Codebase (#107)
  • Struct-Valued Analysis Cause Infinite Loop (#153)
  • regression in simplification compared to v1 (#166)
  • Try Dictionaries.jl (#168)

v2.0.1

13 May 22:02
Compare
Choose a tag to compare

Metatheory v2.0.1

Diff since v2.0.0

Closed issues:

  • Make the EGraph pattern matcher instantiate to ENodes instead of actual expressions with eclasses as children. (#83)
  • Register (#135)
  • 2.0 Docs not deploying (#149)
  • Should egraph hang on cancellation rule? (#154)

Merged pull requests:

v2.0.0

30 Jan 17:47
2788404
Compare
Choose a tag to compare

Metatheory v2.0.0

Diff since v1.4.0

Closed issues:

  • Rule Macro Quotes Function Names (#87)
  • Fix CI (#136)
  • Scope of classic @rule matcher (#137)
  • @areequal not working with matching multiple sub-expressions (xs...) (#141)
  • OddEvenAnalysis in the docs is implemented incorrectly (#146)

Merged pull requests:

  • CompatHelper: bump compat for TermInterface to 0.3, (keep existing compat) (#133) (@github-actions[bot])
  • fixed issues discovered bj JET.jl (#138) (@dpinol)
  • bump DocStringExtensions (#139) (@t-bltg)
  • DocStringExtensions 0.9 (#140) (@chriselrod)
  • Version 2.0.0 (#144) (@0x0f0f0f)

v1.3.5

20 Sep 16:26
c2ce9bd
Compare
Choose a tag to compare

Metatheory v1.3.5

Diff since v1.3.4

Closed issues:

  • Rule Macro Quotes Function Names (#87)
  • Unable to saturate (#124)

Merged pull requests:

v1.4.0

03 Aug 12:26
f1f1569
Compare
Choose a tag to compare

Metatheory v1.4.0

Diff since v1.3.4

Closed issues:

  • Unable to saturate (#124)

Merged pull requests:

v1.3.4

14 Jun 00:00
Compare
Choose a tag to compare

Metatheory v1.3.4

Diff since v1.3.3

Closed issues:

  • PatSegment (AKA slotvars in SymbolicUtils.jl) not implemented for new classical rewriting module. (#72)
  • istree(e::T) versus istree(T) (#90)
  • Monoid macro in Metatheory.Library missing interpolation (#98)
  • Extracting an Expr from ENodeTerm (#102)
  • EqualityRule does not support user defined types (#103)
  • EGraph saturation does not run its iterations (#104)
  • how could I pass the automatically generated rules into @rule and @theory macro? (#116)
  • Predicates does not work in Egraph saturation? (#117)
  • dynamic rule for egraph has weird behaviour of push! append! operation on vectors (#120)
  • bug in @areequal (#121)
  • project that manipulate quantum circuit using Metatheory.jl (#122)
  • Predicates not working in egraph (#123)

Merged pull requests:

v1.3.3

25 Dec 13:55
Compare
Choose a tag to compare

Metatheory v1.3.3

Diff since v1.3.2

  • Store references to egraph in every eclass
  • Fixed @capture macro not working
  • Various bug fixes and test fixes

Closed issues:

  • The capture macro does not escape the left hand side pattern before splatting (#86)
  • Simple rules do not work (#88)

Merged pull requests:

  • avoid conversion from ENodeTerm to ENodeLiteral (#85) (@emaibb)

v1.3.2

07 Nov 17:44
Compare
Choose a tag to compare

Metatheory v1.3.2

Diff since v1.3.1

Fix a bug in syntax for using segment variables with splat operator syntax: @rule x f(x...) => ...

v1.3.1

06 Nov 18:12
Compare
Choose a tag to compare

Metatheory v1.3.1

Diff since v1.3.0

v1.3.0

06 Nov 13:29
Compare
Choose a tag to compare

Metatheory v1.3.0

Diff since v1.2.1

  • Custom similarterm can be passed to extract!
  • SaturationParams now has a timelimit field of type Dates.Period that can be used to halt saturation after a time period has elapsed.
  • Minor tweaks and optimizations in extraction

Closed issues:

  • Remove unsorted_arguments from Walks in Rewriters (#84)