Skip to content

Commit

Permalink
relax BangBang compat (#99)
Browse files Browse the repository at this point in the history
* relax BangBang compat

* bump patch version

* Update CHANGELOG.md

---------

Co-authored-by: Mason Protter <[email protected]>
  • Loading branch information
CarloLucibello and MasonProtter authored Mar 28, 2024
1 parent f704536 commit 13db599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Version 0.5.1
- ![Feature][badge-feature] Within a parallel `@tasks` block one can now mark a region with `@one_by_one`. This region will be run by one task at a time ("critical region").
- ![Feature][badge-feature] Within a `@tasks` block one can now mark a region as with `@only_one`. This region will be run by a single parallel task only (other tasks will skip over it).
- ![Experimental][badge-experimental] Added tentative support for `@barrier` in `@tasks` blocks. See `?OhMyThreads.Tools.@barrier` for more information. Note that this feature is experimental and **not** part of the public API (i.e. doesn't fall under SemVer).
- ![Info][badge-info] Compat bounds for [BangBang.jl](https://github.com/JuliaFolds2/BangBang.jl) have been relaxed to include v0.3.40

Version 0.5.0
-------------
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OhMyThreads"
uuid = "67456a42-1dca-4109-a031-0a68de7e3ad5"
authors = ["Carsten Bauer <[email protected]>", "Mason Protter <[email protected]>"]
version = "0.5.0"
version = "0.5.1"

[deps]
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Expand All @@ -11,7 +11,7 @@ TaskLocalValues = "ed4db957-447d-4319-bfb6-7fa9ae7ecf34"

[compat]
Aqua = "0.8"
BangBang = "0.4"
BangBang = "0.3.40, 0.4"
ChunkSplitters = "2.4"
StableTasks = "0.1.5"
TaskLocalValues = "0.1"
Expand Down

0 comments on commit 13db599

Please sign in to comment.