Releases: JuliaDynamics/ResumableFunctions.jl
Releases · JuliaDynamics/ResumableFunctions.jl
v1.0.1
v1.0.0
ResumableFunctions 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)
v0.6.10
ResumableFunctions 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)
v0.6.9
ResumableFunctions 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)
v0.6.8
ResumableFunctions 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:
v0.6.7
ResumableFunctions 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:
v0.6.6
ResumableFunctions v0.6.6
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#75) (@dependabot[bot])
- run inference in generated function (#76) (@pepijndevos)
v0.6.5
v0.6.4
ResumableFunctions v0.6.4
Closed issues:
Merged pull requests:
- Misc improvements to the
@resumable
macro (#71) (@Krastanov)
v0.6.3
ResumableFunctions v0.6.3
Closed issues:
- Delegating to subgenerator (PEP 380) (#49)
- Broken on Julia 1.10 (fix included) (#60)
- CI, TagBot, Documenter fixes (#64)
- a resumable function as a struct field var causes an error "struct expression not at top level" (#66)
Merged pull requests:
- Add support for delegation and return values with @yieldfrom (#57) (@gerlero)
- re-enable JET tests (#65) (@Krastanov)
- minor cleanup for move to JuliaDynamics (#68) (@Krastanov)