Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 20:27
· 68 commits to master since this release
54c075d

Libtask v0.6.0

Diff since v0.5.3

Closed issues:

  • consume never returns if task function doesn't contain produce (#41)
  • Why not ccalling directly into libjulia instead of having Libtask_jll? (#85)
  • Create a Julia implementation of the C task struct (#90)
  • Failing to build Libtask and install Turing (#95)

Merged pull requests:

  • Benchmarks on task and TArray copying (#88) (@KDr2)
  • use memory layout info to copy task (#89) (@KDr2)
  • Use recorded tape to impl task copying (#93) (@KDr2)