Skip to content

Releases: TuringLang/Libtask.jl

v0.9.2

17 Jun 13:02
baf1c50
Compare
Choose a tag to compare

Libtask v0.9.2

Diff since v0.9.1

Merged pull requests:

Closed issues:

  • produce not being hit with type unstable variable (#185)
  • DynamicCallable issue with varargs (#186)

v0.9.1

27 May 19:58
1a71063
Compare
Choose a tag to compare

Libtask v0.9.1

Diff since v0.9.0

Merged pull requests:

  • Mark Libtask.might_produce public. (#182) (@yebai)

v0.9.0

09 May 19:39
45e076c
Compare
Choose a tag to compare

Libtask v0.9.0

Diff since v0.8.8

Breaking changes

New SSAIR-based implementation. Public APIs have been revamped.

Merged pull requests:

Closed issues:

  • Support for multiple nested produce (#163)
  • Use MistyClosures for Libtask 2.0? (#176)
  • Significantly improve the Libtask library using ideas from Mooncake / ReverseDiff (#177)

v0.8.8

22 Oct 13:01
6264afd
Compare
Choose a tag to compare

Libtask v0.8.8

Diff since v0.8.7

Merged pull requests:

Closed issues:

  • Cannot Precompile Libtask.jl on Julia Nightly (1.12.0-DEV.81) (#172)
  • Unknown expression / IR code typeof(var) = Core.SSAValue (#174)

v0.8.7

08 Mar 10:19
fb66279
Compare
Choose a tag to compare

Libtask v0.8.7

Diff since v0.8.6

Merged pull requests:

Closed issues:

  • Redundant Code? (#166)

v0.8.6

05 Apr 12:35
95e32aa
Compare
Choose a tag to compare

Libtask v0.8.6

Diff since v0.8.5

Closed issues:

  • TypeError in tape_copy for newer versions of Julia (#161)

Merged pull requests:

v0.8.5

27 Nov 01:09
73c5fe6
Compare
Choose a tag to compare

Libtask v0.8.5

Diff since v0.8.4

Merged pull requests:

v0.8.4

02 Nov 21:01
ca5f155
Compare
Choose a tag to compare

Libtask v0.8.4

Diff since v0.8.3

Closed issues:

  • Cache key in tapedfunction (#158)

Merged pull requests:

v0.8.3

30 Oct 22:25
5ec9f2b
Compare
Choose a tag to compare

Libtask v0.8.3

Diff since v0.8.2

Merged pull requests:

v0.8.2

19 Aug 12:59
bafaa1f
Compare
Choose a tag to compare

Libtask v0.8.2

Diff since v0.8.1

Merged pull requests:

  • Translate new construction of NamedTuple (#156) (@KDr2)