v0.7.1
Libtask v0.7.1
Closed issues:
- Seprate code and data in instructions (#97)
- Depreciate
Libtask.consumein favour ofBase.iterate? (#115) - Replace
IRToolswithCodeInfoTools(#117) - Remove the dependency on
MacroTools(#127) - Add standalone benchmarks for
TapedFunction(#132) - Mention
tape_copyin 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)