ITADN
SciML/RuntimeGeneratedFunctions.jl

版本发布 8

v0.5.17
? · 2026-02-03

## RuntimeGeneratedFunctions v0.5.17 [Diff since v0.5.16](https://github.com/SciML/RuntimeGeneratedFunctions.jl/compare/v0.5.16...v0.5.17) **Merged pull requests:** - Bump actions/checkout from 4 to 6 (#107) (@dependabot[bot]) - Add Julia ecosystem to Dependabot configuration (#108) (@ChrisRackauckas-Claude) - Documentation improvements: fix typo and add docstrings (#109) (@ChrisRackauckas-Claude) - Documentation improvements: fix typos and grammar (#110) (@ChrisRackauckas-Claude) - Switch from JuliaFormatter to Runic.jl for code formatting (#111) (@ChrisRackauckas-Claude) - Bump actions/checkout from 4 to 6 (#112) (@dependabot[bot]) - refactor: avoid extra specialization in `lock` closure (#115) (@AayushSabharwal)

v0.5.16
? · 2025-10-31

## RuntimeGeneratedFunctions v0.5.16 [Diff since v0.5.15](https://github.com/SciML/RuntimeGeneratedFunctions.jl/compare/v0.5.15...v0.5.16) **Merged pull requests:** - Add spell checking configuration (#102) (@ChrisRackauckas) - Apply JuliaFormatter to fix code formatting (#103) (@ChrisRackauckas) - Relax SHA `[compat]` for compatibility with nightly Julia (#106) (@topolarity) **Closed issues:** - Is `RGF.init` still required in every module that uses RGF? (#104)

v0.5.15
? · 2025-05-29

## RuntimeGeneratedFunctions v0.5.15 [Diff since v0.5.14](https://github.com/SciML/RuntimeGeneratedFunctions.jl/compare/v0.5.14...v0.5.15) **Merged pull requests:** - FIx typo in README (#97) (@asinghvi17) - don't copy RGF on deepcopy (#99) (@hexaeder) **Closed issues:** - Julia 1.12 unsupported (#95) - consider using identity for deepcopy of RGF (#98)

v0.5.14
? · 2025-04-22

## RuntimeGeneratedFunctions v0.5.14 [Diff since v0.5.13](https://github.com/SciML/RuntimeGeneratedFunctions.jl/compare/v0.5.13...v0.5.14) **Merged pull requests:** - ci: standardise workflows using SciML's reusable workflows (#90) (@thazhemadam) - Bump julia-actions/cache from 1 to 2 (#91) (@dependabot[bot]) - ci: test with `1`, `lts` and `pre` versions of julia (#94) (@thazhemadam) - try fixing opaque_closure generation on 1.12 (#96) (@oscardssmith)

v0.5.13
? · 2024-04-16

## RuntimeGeneratedFunctions v0.5.13 [Diff since v0.5.12](https://github.com/SciML/RuntimeGeneratedFunctions.jl/compare/v0.5.12...v0.5.13) **Merged pull requests:** - Bump actions/checkout from 3 to 4 (#67) (@dependabot[bot]) - Documenter 1.0 upgrade (#69) (@ArnoStrouwen) - CompatHelper: add new compat entry for SHA at version 0.7, (keep existing compat) (#71) (@github-actions[bot]) - typos CI (#72) (@ArnoStrouwen) - [skip ci] dependabot ignore typos patches (#73) (@ArnoStrouwen) - Bump actions/checkout from 3 to 4 (#74) (@dependabot[bot]) - Aqua CI (#75) (@ArnoStrouwen) - Downgrade CI (#77) (@ArnoStrouwen) - more CI (#78) (@ArnoStrouwen) - Bump crate-ci/typos from 1.16.23 to 1.17.0 (#79) (@dependabot[bot]) - Bump crate-ci/typos from 1.17.0 to 1.18.0 (#80) (@dependabot[bot]) - Bump codecov/codecov-action from 3 to 4 (#81) (@dependabot[bot]) - [skip ci] Update dependabot.yml (#82) (@ArnoStrouwen) - ci: explicitly specify token for codecov (#83) (@thazhemadam) - ci: explicitly specify token for codecov (#84) (@thazhemadam) - [skip ci] update downgrade CI repo (#85) (@ArnoStrouwen) - reapply formatter (#86) (@ArnoStrouwen) - Bump julia-actions/setup-julia from 1 to 2 (#88) (@dependabot[bot]) - Add expression retrieval command (#89) (@ChrisRackauckas)

v0.5.12
? · 2023-08-10

## RuntimeGeneratedFunctions v0.5.12 [Diff since v0.5.11](https://github.com/SciML/RuntimeGeneratedFunctions.jl/compare/v0.5.11...v0.5.12) **Closed issues:** - Failure when defining a function with no args (#53) - `drop_expr` hangs on RuntimeGeneratedFunctions v0.5.11 (#65) **Merged pull requests:** - support 0-arg functions (#29) (@shashi) - Doc improv (#66) (@ArnoStrouwen)

v0.5.11
? · 2023-06-05

## RuntimeGeneratedFunctions v0.5.11 [Diff since v0.5.10](https://github.com/SciML/RuntimeGeneratedFunctions.jl/compare/v0.5.10...v0.5.11) **Merged pull requests:** - Fix serialization of RGFs with dropped body expressions (#64) (@c42f)

v0.5.10
? · 2023-05-31

## RuntimeGeneratedFunctions v0.5.10 [Diff since v0.5.9](https://github.com/SciML/RuntimeGeneratedFunctions.jl/compare/v0.5.9...v0.5.10) **Merged pull requests:** - Re-enable GC of RGFs which haven't been `drop_expr()`d (#63) (@c42f)