Skip to content

Releases: SciML/RuntimeGeneratedFunctions.jl

v0.5.16

31 Oct 17:31
54cec0e

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.16

Diff since v0.5.15

Merged pull requests:

Closed issues:

  • Is RGF.init still required in every module that uses RGF? (#104)

v0.5.15

29 May 02:55
49bab03

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.15

Diff since v0.5.14

Merged pull requests:

Closed issues:

  • Julia 1.12 unsupported (#95)
  • consider using identity for deepcopy of RGF (#98)

v0.5.14

22 Apr 21:46
9cd5901

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.14

Diff since v0.5.13

Merged pull requests:

v0.5.13

16 Apr 15:28
3b96455

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.13

Diff since v0.5.12

Merged pull requests:

v0.5.12

10 Aug 20:28
f895dd9

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.12

Diff since v0.5.11

Closed issues:

  • Failure when defining a function with no args (#53)
  • drop_expr hangs on RuntimeGeneratedFunctions v0.5.11 (#65)

Merged pull requests:

v0.5.11

05 Jun 02:51
ba225d7

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.11

Diff since v0.5.10

Merged pull requests:

  • Fix serialization of RGFs with dropped body expressions (#64) (@c42f)

v0.5.10

31 May 20:04
1598da8

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.10

Diff since v0.5.9

Merged pull requests:

  • Re-enable GC of RGFs which haven't been drop_expr()d (#63) (@c42f)

v0.5.9

30 May 18:15
4ffaeb3

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.9

Diff since v0.5.8

Merged pull requests:

  • The body might be wrongly garbage collected when we drop the body (#62) (@YingboMa)

v0.5.8

28 May 16:11
9a7e9ed

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.8

Diff since v0.5.7

v0.5.7

08 May 18:38
3f8a96f

Choose a tag to compare

RuntimeGeneratedFunctions v0.5.7

Diff since v0.5.6

Merged pull requests:

  • Deduplicate docs without use of @ eval or @ doc (#59) (@c42f)
  • Make body more generic (#60) (@YingboMa)