Skip to content

Releases: JuliaDynamics/ResumableFunctions.jl

v1.0.4

26 Aug 03:22
36b779d
Compare
Choose a tag to compare

ResumableFunctions v1.0.4

Diff since v1.0.3

Merged pull requests:

Closed issues:

  • let block example in docs is erroring -- remove outdated examples and test examples during doc build (#125)
  • list comprehensions with conditionals are not supported (#129)

v1.0.3

25 Mar 01:00
0f13cd6
Compare
Choose a tag to compare

ResumableFunctions v1.0.3

Diff since v1.0.2

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)

v1.0.2

07 Feb 21:03
95716c6
Compare
Choose a tag to compare

ResumableFunctions v1.0.2

Diff since v1.0.1

Merged pull requests:

Closed issues:

  • introducing a local variable that overrides a global handle breaks things (#121)

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: