Skip to content

Releases: JuliaDynamics/ResumableFunctions.jl

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

v0.5.2

29 Dec 22:11
Compare
Choose a tag to compare

ResumableFunctions v0.5.2

Diff since v0.5.1

Closed issues:

Merged pull requests:

v0.5.1

28 Aug 20:25
v0.5.1
Compare
Choose a tag to compare

Julia v1.2 compatible

28 Aug 09:35
Compare
Choose a tag to compare

Make it work with Julia v1.2.

Correct handling of named arguments.

Prepare for Julia v1.1

16 Dec 13:59
Compare
Choose a tag to compare

Some fixes allowing ResumableFunctions to work with Julia v1.1

Some bug fixes

17 Sep 08:04
Compare
Choose a tag to compare

Add testing for Julia v1.0

Julia v1.0 compatible release

19 Aug 21:11
d775577
Compare
Choose a tag to compare
v0.4.0

Update README.md