Browse code

Prepare NEWS for release

Luke Zappia authored on 10/04/2025 17:02:54
Showing 1 changed files

... ...
@@ -1,7 +1,47 @@
1 1
 \name{NEWS}
2 2
 \title{News for Package \pkg{zellkonverter}}
3 3
 
4
-\section{Version 1.146.0, Bioconductor 3.30 Release (October 2024)}{
4
+\section{Version 1.18.0, Bioconductor 3.31 Release (April 2025)}{
5
+  \subsection{New features}{
6
+  \itemize{
7
+    \item{
8
+      Add minimal support for \code{SpatialExperiment} objects to
9
+      \code{writeH5AD()} and \code{SCE2AnnData()}. This stores the spatial
10
+      coordinates in a \code{obsm} item named "spatial" as expected by the
11
+      \bold{squidpy} Python package. (PR from @mcmero)
12
+    }
13
+  }}
14
+  \subsection{Major changes}{
15
+  \itemize{
16
+    \item{
17
+      Add environment for \bold{anndata} v0.11.4. This is now the default
18
+      environment for the Python reader/writer.
19
+    }
20
+    \item{
21
+      Modify \code{SCE2AnnData()} to covert sparse matrices to \code{dgRMatrix}
22
+      when they are. This mostly applies to assays and should be more compatible
23
+      with what is expected by Python packages.
24
+    }
25
+  }}
26
+  \subsection{Minor changes}{
27
+  \itemize{
28
+    \item{
29
+      Add a \code{testload} argument to \code{basiliskRun()} calls which may
30
+      help with problems creating Python environments
31
+    }
32
+    \item{
33
+      Updates to documentation and tests
34
+    }
35
+  }}
36
+  \subsection{Bug fixes}{
37
+  \itemize{
38
+    \item{
39
+      Improve handling of missing row or column names in \code{SCE2AnnData()}
40
+    }
41
+  }}
42
+}
43
+
44
+\section{Version 1.16.0, Bioconductor 3.30 Release (October 2024)}{
5 45
   \subsection{Major changes}{
6 46
   \itemize{
7 47
     \item{
... ...
@@ -30,7 +70,7 @@
30 70
     }
31 71
     \item{
32 72
       Correctly set \code{filepath} in the R reader with reading
33
-      \code{adata.raw}` with \code{use_hdf5 = TRUE} (PR from @GabrielHoffman)
73
+      \code{adata.raw} with \code{use_hdf5 = TRUE} (PR from @GabrielHoffman)
34 74
     }
35 75
   }}
36 76
 }