Releases: TuringLang/Libtask.jl
Releases · TuringLang/Libtask.jl
v0.8.1
v0.8.0
v0.7.5
v0.7.4
v0.7.3
Libtask v0.7.3
Closed issues:
- Track AdvancedPS master branch in Integration Test (#145)
Merged pull requests:
v0.7.2
v0.7.1
Libtask v0.7.1
Closed issues:
- Seprate code and data in instructions (#97)
- Depreciate
Libtask.consume
in favour ofBase.iterate
? (#115) - Replace
IRTools
withCodeInfoTools
(#117) - Remove the dependency on
MacroTools
(#127) - Add standalone benchmarks for
TapedFunction
(#132) - Mention
tape_copy
in doc or expose a deepcopy flag ? (#139) - Issue with copy and new
TapedTask
(#140)
Merged pull requests:
- Switch from IRTools to CodeInfo (#126) (@KDr2)
- Separate data and instruction (#128) (@KDr2)
- Trying some other optimizations beside type-infer (#130) (@KDr2)
- Add benchmarks (#133) (@KDr2)
- Benchmark
produce
(#134) (@yebai) - Bugfix in running TapedFunction. (#135) (@yebai)
- Update args at copy (#141) (@FredericWantiez)
v0.7.0
v0.6.10
Libtask v0.6.10
Merged pull requests:
- Extract TapedTask try-catch method (#120) (@rikhuijzer)
- Fix alias definition of
CTask
(#122) (@devmotion)