-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNEWS
More file actions
46 lines (25 loc) · 1.02 KB
/
NEWS
File metadata and controls
46 lines (25 loc) · 1.02 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: BiocParallel.FutureParam
=================================
Version: 0.2.1-9000 [2020-12-16]
* ...
Version: 0.2.1 [2020-12-16]
BUG FIXES:
* bplapply() and bpiterate() for FutureParam now uses value() instead of
values(), which is deprecated in future (>= 1.20.0).
* Using argument 'result = TRUE' in internal resolve() calls instead of
'value = TRUE', which is deprecated in future (>= 1.15.0).
Version: 0.2.0 [2019-07-21]
BUG FIXES:
* FutureParam did not work in Bioconductor (>= 3.8) due to updates in
the BiocParallel package.
DEPRECATED AND DEFUNCT:
* Argument 'catch.errors' for FutureParam is now defunct and hidden.
Version: 0.1.1 [2017-07-09]
SOFTWARE QUALITY:
* TESTS: Now testing FutureParam with all built-in strategies of the future
package as well as the 'local' and 'interactive' strategies of
future.batchtools and future.BatchJobs. In order to test with the latter
two, those packages need to be installed.
Version: 0.1.0 [2016-05-15]
NEW FEATURES:
* Package created.