Skip to content

Tags: SciML/RuntimeGeneratedFunctions.jl

Tags

v0.5.16

Toggle v0.5.16's commit message
[Diff since v0.5.15](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

Toggle v0.5.15's commit message
[Diff since v0.5.14](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

Toggle v0.5.14's commit message
[Diff since v0.5.13](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

Toggle v0.5.13's commit message
[Diff since v0.5.12](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

Toggle v0.5.12's commit message
[Diff since v0.5.11](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

Toggle v0.5.11's commit message
[Diff since v0.5.10](v0.5.10...v0.5.11)

**Merged pull requests:**
- Fix serialization of RGFs with dropped body expressions (#64) (@c42f)

v0.5.10

Toggle v0.5.10's commit message
[Diff since v0.5.9](v0.5.9...v0.5.10)

**Merged pull requests:**
- Re-enable GC of RGFs which haven't been `drop_expr()`d (#63) (@c42f)

v0.5.9

Toggle v0.5.9's commit message
[Diff since v0.5.8](v0.5.8...v0.5.9)

**Merged pull requests:**
- The body might be wrongly garbage collected when we drop the body (#62) (@YingboMa)

v0.5.8

Toggle v0.5.8's commit message
[Diff since v0.5.7](v0.5.7...v0.5.8)

v0.5.7

Toggle v0.5.7's commit message
[Diff since v0.5.6](v0.5.6...v0.5.7)

**Merged pull requests:**
- Deduplicate docs without use of `@ eval` or `@ doc` (#59) (@c42f)
- Make body more generic (#60) (@YingboMa)