We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c661d1b commit 9ea06b9Copy full SHA for 9ea06b9
2 files changed
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: BiocParallel
2
Type: Package
3
Title: Bioconductor facilities for parallel evaluation
4
-Version: 1.43.1
+Version: 1.43.2
5
Authors@R: c(
6
person("Martin", "Morgan",
7
email = "mtmorgan.bioc@gmail.com",
NEWS
@@ -3,7 +3,11 @@ CHANGES IN VERSION 1.44
NEW FEATURES
- o (1.43.1) Support NULL return value from bplapply. see
+ o (1.43.2) Lazy-load S4 classes in workers; see
+ <https://github.com/Bioconductor/BiocParallel/issues/262>
8
+ <https://github.com/Bioconductor/BiocParallel/pull/270>
9
+
10
+ o (1.43.1) Support NULL return value from bplapply; see
11
<https://github.com/Bioconductor/BiocParallel/issues/267>
12
<https://github.com/Bioconductor/BiocParallel/pull/269>
13
0 commit comments