| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-23 | 1.2 kB | |
| v0.5.25 source code.tar.gz | 2026-08-23 | 47.9 kB | |
| v0.5.25 source code.zip | 2026-08-23 | 57.0 kB | |
| Totals: 3 Items | 106.2 kB | 2 | |
RuntimeGeneratedFunctions v0.5.25
Merged pull requests:
- Migrate to strict SciMLTesting 2.4 (#136) (@ChrisRackauckas-Claude)
- Make the strict-QA release non-breaking (#137) (@ChrisRackauckas-Claude)
- Restore serialization of dropped runtime-generated functions (#138) (@ChrisRackauckas-Claude)
- Fix documentation environment compatibility (#139) (@ChrisRackauckas-Claude)
- Define Base.deepcopy_internal() instead of Base.deepcopy() (#142) (@JamesWrigley)
- Fix multithreaded deadlock between the body cache and the compiler lock (#143) (@ChrisRackauckas-Claude)
- Avoid specializing drop_expr on concrete RGF types (#144) (@ChrisRackauckas-Claude)
- Add PrecompileTools workload (#145) (@ChrisRackauckas-Claude)
- Gensym / remove the RGF name instead of using
fand__args(#147) (@penelopeysm) - Avoid collisions with the RGF argument binding (#148) (@ChrisRackauckas)
Closed issues:
- Release the [#138] serialization fix: master is still version 0.5.23, so the registry serves the broken one (#140)
- Deadlock in multithreaded processes (#141)
- Stack overflow when calling a function named
foutside the RGF (#146)