File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.5.2
2+
3+ * Upgrade to Saturn 1.0 (#129 , @Sudha247 )
4+ * Update README.md instruction to use OCaml 5.1.0 (#123 , @punchagan )
5+ * Fix Saturn.Queue function (#121 , @Sudha247 )
6+ * Make parallel_scan work on noncommutative functions (#118 , @aytao )
7+ * Test condition tweaks (#113 , @jmid )
8+ * Adjust PBTs based on recommended_domain_count (#112 , @jmid )
9+
110## 0.5.1
211
312* Add parallel_find (#90 , @gasche )
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ More example programs are available [here](https://github.com/ocaml-multicore/do
8383You can install this library using ` OPAM ` .
8484
8585``` bash
86- $ opam switch create 5.1 .0
86+ $ opam switch create 5.3 .0
8787$ opam install domainslib
8888```
8989
You can’t perform that action at this time.
0 commit comments