forked from backtracking/functory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
25 lines (20 loc) · 779 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version 0.6, March 23, 2018
---------------------------
o fixed compilation with OCaml 4.06 (using Bytes instead of String)
(contributed by haselwarter@github)
version 0.5, January 20, 2012
-----------------------------
o Cores: now uses a queue, so that tasks are processed in the order they
appear in the list of taks.
o Cores: if master raises an exception e, then compute kills the
unterminated jobs and raises the same exception e
o META file contributed by François Berenger (berenger@riken.jp)
version 0.4, April 4, 2011
--------------------------
o low-level API (see sub-module Computation)
version 0.2, August 12, 2010
----------------------------
o fixed memory leak
version 0.1, March 25, 2010
---------------------------
o first public release