Skip to content

Releases: SciML/RuntimeGeneratedFunctions.jl

v0.5.3

31 Jul 02:15
fdd69d7
Compare
Choose a tag to compare

RuntimeGeneratedFunctions v0.5.3

Diff since v0.5.2

Merged pull requests:

  • Ensure RGF body is added to the cache when deserializing (#37) (@c42f)

v0.5.2

06 Apr 11:28
a0872e5
Compare
Choose a tag to compare

RuntimeGeneratedFunctions v0.5.2

Diff since v0.5.1

Closed issues:

  • Closures in RuntimeGeneratedFunctions (#28)
  • Discussion on ways to overcome "world age" problems (#30)

Merged pull requests:

  • Improve README documentation for constructors (#27) (@c42f)
  • support for closures via opaque closures (#32) (@simeonschaub)

v0.5.1

09 Feb 12:52
0e2c552
Compare
Choose a tag to compare

RuntimeGeneratedFunctions v0.5.1

Diff since v0.5.0

Merged pull requests:

  • Allow cache module to be given in RGF constructor (#26) (@c42f)

v0.5.0

04 Jan 09:01
076d6df
Compare
Choose a tag to compare

RuntimeGeneratedFunctions v0.5.0

Diff since v0.4.2

Closed issues:

  • Missing kwargs (#14)
  • Modules for caching RGF ASTs vs resolving global symbols (#21)

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#17) (@christopher-dG)
  • MassInstallAction: Install the GitHubActionsCI workflow on this repository (#18) (@christopher-dG)
  • Use normal RuntimeGeneratedFunction constructor rather than macro (#20) (@c42f)
  • Separate RGF code cache from context for variable lookup (#22) (@c42f)

v0.4.2

28 Oct 00:30
6525a48
Compare
Choose a tag to compare

RuntimeGeneratedFunctions v0.4.2

Diff since v0.4.1

Merged pull requests:

  • Simplify RuntimeGeneratedFunction type printing, but don't lie about the type :-) (#16) (@c42f)

v0.4.1

24 Oct 00:29
2a3f734
Compare
Choose a tag to compare

RuntimeGeneratedFunctions v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

06 Oct 00:25
c4801a6
Compare
Choose a tag to compare

RuntimeGeneratedFunctions v0.4.0

Diff since v0.3.2

Merged pull requests:

  • Ensure globals are looked up in the user's module (#12) (@c42f)

v0.3.2

16 Sep 00:23
bbfaf60
Compare
Choose a tag to compare

RuntimeGeneratedFunctions v0.3.2

Diff since v0.3.1

v0.3.1

16 Sep 00:23
77a2637
Compare
Choose a tag to compare

RuntimeGeneratedFunctions v0.3.1

Diff since v0.3.0

Merged pull requests:

  • Fix bug with GC and function lifetime in the cache (#10) (@c42f)

v0.3.0

15 Sep 00:23
ac079dd
Compare
Choose a tag to compare

RuntimeGeneratedFunctions v0.3.0

Diff since v0.2.0

Closed issues:

  • Garbage Collection (#7)

Merged pull requests:

  • Allow function body ASTs to be GC'd (#9) (@c42f)