Skip to content

Releases: JuliaDynamics/ResumableFunctions.jl

v1.0.1

24 Nov 05:07
e9ab585
Compare
Choose a tag to compare

ResumableFunctions v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

21 Nov 21:46
6d9ce3b
Compare
Choose a tag to compare

ResumableFunctions v1.0.0

Diff since v0.6.10

Merged pull requests:

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

08 Sep 18:49
Compare
Choose a tag to compare

ResumableFunctions v0.6.10

Diff since v0.6.9

Merged pull requests:

Closed issues:

  • Length of iterators (#41)

v0.6.9

14 Feb 03:31
1fe3ab8
Compare
Choose a tag to compare

ResumableFunctions v0.6.9

Diff since v0.6.8

Merged pull requests:

Closed issues:

  • Functionals that refer to themselves are not supported (because they are not saved to the finite state machine) (#77)

v0.6.8

12 Feb 02:25
bd9557e
Compare
Choose a tag to compare

ResumableFunctions v0.6.8

Diff since v0.6.7

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)

v0.6.7

02 Jan 21:40
1b0686f
Compare
Choose a tag to compare

ResumableFunctions v0.6.7

Diff since v0.6.6

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)

v0.6.6

08 Oct 19:20
fdfbc51
Compare
Choose a tag to compare

ResumableFunctions v0.6.6

Diff since v0.6.5

Merged pull requests:

v0.6.5

06 Sep 20:39
fd82b39
Compare
Choose a tag to compare

ResumableFunctions v0.6.5

Diff since v0.6.4

Closed issues:

  • significant regression in benchmarks (#72)

Merged pull requests:

v0.6.4

08 Aug 02:37
3ec3b15
Compare
Choose a tag to compare

ResumableFunctions v0.6.4

Diff since v0.6.3

Closed issues:

  • Recognizable names of iterator types (#39)
  • Not able to document @resumable functions (#45)

Merged pull requests:

v0.6.3

10 Jun 15:51
727ba4a
Compare
Choose a tag to compare

ResumableFunctions v0.6.3

Diff since v0.6.2

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: