Skip to content

Tags: JuliaSIMD/ThreadingUtilities.jl

Tags

v0.5.2

[Diff since v0.5.1](v0.5.1...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

[Diff since v0.5.0](v0.5.0...v0.5.1)

**Merged pull requests:**
- Add Invalidations.yml [ci skip] [skip tests] (#41) (@ranocha)

v0.5.0

[Diff since v0.4.7](v0.4.7...v0.5.0)

**Merged pull requests:**
- Add option to put all tasks to sleep (#38) (@chriselrod)

v0.4.7

[Diff since v0.4.6](v0.4.6...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

[Diff since v0.4.5](v0.4.5...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

[Diff since v0.4.4](v0.4.4...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

[Diff since v0.4.3](v0.4.3...v0.4.4)

v0.4.3

[Diff since v0.4.2](v0.4.2...v0.4.3)

**Merged pull requests:**
- Have `wait`ing thread steal incomplete work. (#26) (@chriselrod)

v0.4.2

[Diff since v0.4.1](v0.4.1...v0.4.2)

**Closed issues:**
- Create a more convenient API (#17)
- overhead of each task still seems large (much better than @threads tho) (#24)

v0.4.1

[Diff since v0.4.0](v0.4.0...v0.4.1)

**Merged pull requests:**
- Store and load each element of every tuple individually (#23) (@mmiller-max)