版本发布 8
## ResumableFunctions v1.0.3 [Diff since v1.0.2](https://github.com/JuliaDynamics/ResumableFunctions.jl/compare/v1.0.2...v1.0.3) **Merged pull requests:** - Bump dawidd6/action-download-artifact from 8 to 9 (#123) (@dependabot[bot]) - changes to `fsmi_generator` to support julia 1.12 (#124) (@Krastanov)
## ResumableFunctions v1.0.2 [Diff since v1.0.1](https://github.com/JuliaDynamics/ResumableFunctions.jl/compare/v1.0.1...v1.0.2) **Merged pull requests:** - Bump dawidd6/action-download-artifact from 6 to 7 (#118) (@dependabot[bot]) - Bump dawidd6/action-download-artifact from 7 to 8 (#120) (@dependabot[bot]) - support for shadowing of global variabls (#122) (@Krastanov) **Closed issues:** - introducing a local variable that overrides a global handle breaks things (#121)
## ResumableFunctions v1.0.1 [Diff since v1.0.0](https://github.com/JuliaDynamics/ResumableFunctions.jl/compare/v1.0.0...v1.0.1) **Merged pull requests:** - macro hygiene (#117) (@Krastanov)
## ResumableFunctions v1.0.0 [Diff since v0.6.10](https://github.com/JuliaDynamics/ResumableFunctions.jl/compare/v0.6.10...v1.0.0) **Merged pull requests:** - fix: scoping (#100) (@thofma) - simplify JET (#103) (@Krastanov) - Bump codecov/codecov-action from 4 to 5 (#108) (@dependabot[bot]) - Fix FieldError in latest nightly (#109) (@gbaraldi) - simplify safelog to not use __init__ (#113) (@Krastanov) - v1.0.0 (#115) (@Krastanov) **Closed issues:** - not-nested for loop causes `UndefVarError: #temp# not defined` (#14) - LoadError when yielding tuple with field name identical to local variable name (#32) - Release v1.0.0? (#63) - `@resumable` breaks blocks scope (#69) - let blocks without variable assignement like `let i; f(i); end` are not supported (#70) - named tuple syntax breaks `@resumable` (#93) - nested resumable function calls don't seem to work (#105) - The __init__ function is not compatible with static compilation (#110)
## ResumableFunctions v0.6.10 [Diff since v0.6.9](https://github.com/JuliaDynamics/ResumableFunctions.jl/compare/v0.6.9...v0.6.10) **Merged pull requests:** - Bump julia-actions/cache from 1 to 2 (#94) (@dependabot[bot]) - Adjust to upcoming julia#54341 (#95) (@Keno) - fix typo related to julia#54341 (#96) (@Krastanov) - Bump dawidd6/action-download-artifact from 3 to 5 (#97) (@dependabot[bot]) - Bump dawidd6/action-download-artifact from 5 to 6 (#98) (@dependabot[bot]) - feat: Add `length` support (#102) (@thofma) **Closed issues:** - Length of iterators (#41)
## ResumableFunctions v0.6.9 [Diff since v0.6.8](https://github.com/JuliaDynamics/ResumableFunctions.jl/compare/v0.6.8...v0.6.9) **Merged pull requests:** - Support for self-referencing functionals (#89) (@Krastanov) **Closed issues:** - Functionals that refer to themselves are not supported (because they are not saved to the finite state machine) (#77)
## ResumableFunctions v0.6.8 [Diff since v0.6.7](https://github.com/JuliaDynamics/ResumableFunctions.jl/compare/v0.6.7...v0.6.8) **Merged pull requests:** - Bump actions/cache from 3 to 4 (#83) (@dependabot[bot]) - Bump peter-evans/create-or-update-comment from 3 to 4 (#84) (@dependabot[bot]) - Bump peter-evans/find-comment from 2 to 3 (#85) (@dependabot[bot]) - Bump codecov/codecov-action from 3 to 4 (#87) (@dependabot[bot]) - CI improvements, Inference improvements for recursive functions, Downstream testing (#88) (@Krastanov) **Closed issues:** - tests for downstream breakage (#82) - 0.6.7 breaks resumables with multiple fors over same variable (#86)
## ResumableFunctions v0.6.7 [Diff since v0.6.6](https://github.com/JuliaDynamics/ResumableFunctions.jl/compare/v0.6.6...v0.6.7) **Merged pull requests:** - Bump dawidd6/action-download-artifact from 2 to 3 (#78) (@dependabot[bot]) - Bump actions/upload-artifact from 3 to 4 (#79) (@dependabot[bot]) - Revert "run inference in generated function (#76)" (#81) (@gerlero) **Closed issues:** - How to build fast iterators? (#67) - ResumableFunctions v0.6.6 StackOverflow with julia-1.10 (#80)