Releases: tkf/ThreadsX.jl
Releases · tkf/ThreadsX.jl
v0.1.11
ThreadsX v0.1.11
Diff since v0.1.10
Merged pull requests:
- CompatHelper: bump compat for Setfield to 1, (keep existing compat) (#195) (@github-actions[bot])
v0.1.10
ThreadsX v0.1.10
Diff since v0.1.9
Closed issues:
- Segfault when using
ThreadsX.sum
with Zygote on ARM (#192)
Merged pull requests:
v0.1.9
ThreadsX v0.1.9
Diff since v0.1.8
Closed issues:
- ThreadsX.sum is not type inferable (#182)
Merged pull requests:
- Add threaded copy (#184) (@tkf)
- Use serial copying quicksort before smallsort (#185) (@tkf)
- Reduce allocations (#186) (@tkf)
- Support InitialValues 0.3 (#189) (@tkf)
v0.1.8
ThreadsX v0.1.8
Diff since v0.1.7
Merged pull requests:
- Update CompatHelper.yml (#178) (@tkf)
- CompatHelper: bump compat for Setfield to 0.8, (keep existing compat) (#179) (@github-actions[bot])
v0.1.7
ThreadsX v0.1.7
Diff since v0.1.6
Closed issues:
- Map with purely sequential iterators (#161)
Merged pull requests:
v0.1.2
ThreadsX v0.1.2
Diff since v0.1.1
Merged pull requests:
- Clarify what kind of "thread-friendliness" is required (#101) (@tkf)
- Mention that ThreadsX.jl API is deterministic (#102) (@tkf)
- Support iterators as input to
reduce
etc. (#106) (@tkf)
- Require Transducers 0.4.25 (#108) (@tkf)