Browse code

update NEWS

Hervé Pagès authored on 15/04/2025 06:28:56
Showing 3 changed files

... ...
@@ -21,7 +21,7 @@ import(DelayedArray)
21 21
 exportClasses(
22 22
     Assays, SimpleAssays, ShallowData, ShallowSimpleListAssays,
23 23
     Assays_OR_NULL,
24
-    SummarizedExperiment,
24
+    SummarizedExperiment, ExpData,
25 25
     RangedSummarizedExperiment
26 26
 )
27 27
 
... ...
@@ -1,3 +1,9 @@
1
+CHANGES IN VERSION 1.38.0
2
+-------------------------
3
+
4
+- No changes in this version.
5
+
6
+
1 7
 CHANGES IN VERSION 1.36.0
2 8
 -------------------------
3 9
 
... ...
@@ -20,6 +20,10 @@ setClass("SummarizedExperiment",
20 20
     )
21 21
 )
22 22
 
23
+
24
+setClassUnion("ExpData", c("matrix", "SummarizedExperiment"))
25
+
26
+
23 27
 ### Combine the new "parallel slots" with those of the parent class. Make
24 28
 ### sure to put the new parallel slots **first**. See R/Vector-class.R file
25 29
 ### in the S4Vectors package for what slots should or should not be considered