Skip to content
## ThreadPinning v0.6.3

[Diff since v0.6.2](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.6.2...v0.6.3)


**Closed issues:**
- Reintroduce `pinthreads(:firstn)` (#30)
- `pinthreads(:unpin)` or `unpinthreads()` (#31)

**Merged pull requests:**
- Fix indexing bug with pinthreads() (#17) (@JamesWrigley)
- Reimplement the :firstn strategy (#32) (@JamesWrigley)
- Unpinning and thread affinity printing (#34) (@carstenbauer)