Skip to content

Releases: SciML/RuntimeGeneratedFunctions.jl

v0.5.6

24 Mar 13:10
8beb7c7

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.6

Diff since v0.5.5

Merged pull requests:

  • fix edit on github button (#47) (@ArnoStrouwen)
  • added reproducibility to index.md and make.jl (#48) (@00krishna)
  • doc compats (#49) (@ArnoStrouwen)
  • CompatHelper: add new compat entry for RuntimeGeneratedFunctions at version 0.5 for package docs, (keep existing compat) (#50) (@github-actions[bot])
  • CompatHelper: add new compat entry for Documenter at version 0.27 for package docs, (keep existing compat) (#51) (@github-actions[bot])
  • enable dependabot for GitHub actions (#54) (@ranocha)
  • Bump actions/cache from 1 to 3 (#55) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#56) (@dependabot[bot])
  • Bump actions/checkout from 1 to 3 (#57) (@dependabot[bot])
  • Manually copy docs for @RuntimeGeneratedFunction (#58) (@topolarity)

v0.5.5

25 Oct 00:49
bdca841

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.5

Diff since v0.5.4

Merged pull requests:

v0.5.4

23 Oct 19:09
760e3b8

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.4

Diff since v0.5.3

Closed issues:

  • Can't use :block (#35)
  • request: handle :(struct _) (#43)

Merged pull requests:

v0.5.3

31 Jul 02:15
fdd69d7

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

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

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

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

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

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

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)