Skip to content

Releases: JuliaDynamics/ResumableFunctions.jl

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:

v0.6.2

09 May 21:41
f0a77f9
Compare
Choose a tag to compare

What's Changed

  • Added the possibility to have Type parameters for smart type dispatching by @liuq in #58
  • Fix for julia 1.10 by @Krastanov in #61
  • polishing CI and tests by @Krastanov in #62

New Contributors

Full Changelog: v0.6.1...v0.6.2

Create stable docs

11 Jan 12:23
Compare
Choose a tag to compare
v0.6.0-docs

Optimize example pidigits.jl

v0.6.0

04 Jan 23:18
Compare
Choose a tag to compare

ResumableFunctions v0.6.0

Diff since v0.5.2