Releases: JuliaDynamics/ResumableFunctions.jl
Releases · JuliaDynamics/ResumableFunctions.jl
v1.0.6
ResumableFunctions v1.0.6
Merged pull requests:
- Bump codecov/codecov-action from 5 to 6 (#158) (@dependabot[bot])
- Fix JET name collisions in @Resumable expansion (#159) (@Krastanov-agent)
- Bump julia-actions/setup-julia from 2 to 3 (#160) (@dependabot[bot])
v1.0.5
ResumableFunctions v1.0.5
Merged pull requests:
- ExplicitImports compliance and general cleanup (#137) (@digital-carver)
- Bump peter-evans/find-comment from 3 to 4 (#139) (@dependabot[bot])
- Bump peter-evans/create-or-update-comment from 4 to 5 (#140) (@dependabot[bot])
- Bump actions/upload-artifact from 4 to 5 (#141) (@dependabot[bot])
- Bump actions/checkout from 5 to 6 (#142) (@dependabot[bot])
- Enable AnythingLLMDocs integration (#143) (@Krastanov-agent)
- make logging safe again (#146) (@vtjnash)
- changes/simplifications/bugfixes to support v1.12 (#147) (@vtjnash)
- Update breakage.yml to remove Fronts.jl package (#148) (@vtjnash)
- Update Codecov action file parameter name (#149) (@vtjnash)
- Fix benchmark workflow configuration (#150) (@Krastanov-agent)
- Bump julia-actions/setup-julia from 1 to 2 (#151) (@dependabot[bot])
- CI: enforce downgrade runtest compatibility flags (#152) (@Krastanov-agent)
- Bump julia-actions/install-juliaup from 2 to 3 (#153) (@dependabot[bot])
- Bump julia-actions/cache from 2 to 3 (#154) (@dependabot[bot])
v1.0.4
ResumableFunctions v1.0.4
Merged pull requests:
- Bump dawidd6/action-download-artifact from 9 to 10 (#126) (@dependabot[bot])
- Bump dawidd6/action-download-artifact from 10 to 11 (#127) (@dependabot[bot])
- Bump julia-actions/julia-downgrade-compat from 1 to 2 (#128) (@dependabot[bot])
- docs: simplify doctests in Manual page, remove
letblock example (#131) (@digital-carver) - Add support for comprehensions with conditionals (#132) (@digital-carver)
- Bump actions/checkout from 4 to 5 (#133) (@dependabot[bot])
Closed issues:
v1.0.3
ResumableFunctions v1.0.3
Merged pull requests:
- Bump dawidd6/action-download-artifact from 8 to 9 (#123) (@dependabot[bot])
- changes to
fsmi_generatorto support julia 1.12 (#124) (@Krastanov)
v1.0.2
ResumableFunctions 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)
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)
@resumablebreaks blocks scope (#69)- let blocks without variable assignement like
let i; f(i); endare 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
lengthsupport (#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: