Skip to content

Commit 0afca39

Browse files
authored
Update CHANGELOG.md
1 parent 0bdfcc5 commit 0afca39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
OhMyThreads.jl Changelog
22
=========================
33

4+
Version 0.8.3
5+
------------
6+
- ![Enhancement][badge-enhancement] The overhead of `tmapreduce` in the serial case was reduced a bit. Sentinel values in scheduler kwarg internals were replaced by `nothing` [#148][gh-pr-148]
7+
48
Version 0.8.2
59
------------
610
- ![Feature][badge-feature] Added a `minchunksize` chunking argument for schedulers, so that they can specify a lower bound on the size of chunks which are worth parallelizing. For example, `treduce(+, 1:10; minchunksize=100)` will run serially, but `treduce(+, 1:1000000; minchunksize=100)` will be parallelized [#145][gh-pr-145].
@@ -158,3 +162,4 @@ Version 0.2.0
158162
[gh-pr-141]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/141
159163
[gh-pr-142]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/142
160164
[gh-pr-145]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/145
165+
[gh-pr-148]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/148

0 commit comments

Comments
 (0)