Releases: JuliaSIMD/ThreadingUtilities.jl
Releases · JuliaSIMD/ThreadingUtilities.jl
v0.5.2
ThreadingUtilities v0.5.2
Merged pull requests:
- enable dependabot for GitHub actions (#42) (@ranocha)
- Bump actions/checkout from 2 to 3 (#43) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#44) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#45) (@dependabot[bot])
- Catch (#46) (@chriselrod)
v0.5.1
ThreadingUtilities v0.5.1
Merged pull requests:
v0.5.0
ThreadingUtilities v0.5.0
Merged pull requests:
- Add option to put all tasks to sleep (#38) (@chriselrod)
v0.4.7
ThreadingUtilities v0.4.7
Closed issues:
- Stable docs do not exist (#35)
Merged pull requests:
- Run CI and deploy docs on tags (#36) (@DilumAluthge)
- Don't use VectorizationBase in tests to reduce latency (#37) (@chriselrod)
v0.4.6
ThreadingUtilities v0.4.6
Closed issues:
- Something broke (#31)
Merged pull requests:
- Display failed tasks (#32) (@chriselrod)
- Tests pass locally on 32 bit (#33) (@chriselrod)
v0.4.5
ThreadingUtilities v0.4.5
Merged pull requests:
- Remove all dependencies. (#27) (@chriselrod)
- Bump verison. (#28) (@chriselrod)
- Depend on ManualMemory.jl (#29) (@chriselrod)
- Reset threads on error (#30) (@chriselrod)
v0.4.4
ThreadingUtilities v0.4.4
v0.4.3
ThreadingUtilities v0.4.3
Merged pull requests:
- Have
wait
ing thread steal incomplete work. (#26) (@chriselrod)
v0.4.2
ThreadingUtilities v0.4.2
Closed issues:
v0.4.1
ThreadingUtilities v0.4.1
Merged pull requests:
- Store and load each element of every tuple individually (#23) (@mmiller-max)