Skip to content

Commit 3f2d763

Browse files
authored
Add release notes (#374)
* Add release notes NEWS.Rd file * Fix brackets in NEWS.Rd
1 parent da283c7 commit 3f2d763

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

inst/NEWS.Rd

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
\name{NEWS}
2+
\title{News for Package \pkg{anndataR}}
3+
4+
\section{Version 1.0.0, Bioconductor 3.32 Release (October 2025)}{
5+
\subsection{Introducing anndataR!}{
6+
\itemize{
7+
\item{
8+
\pkg{anndataR} brings the AnnData object to R. It enables native reading
9+
and writing of H5AD files and conversion to/from
10+
\code{SingleCellExperiment} and \code{Seurat} objects.
11+
}
12+
}
13+
}
14+
\subsection{Features}{
15+
\itemize{
16+
\item{
17+
An \pkg{R6} class to work with \code{AnnData} objects in R (either
18+
in-memory or on-disk)
19+
}
20+
\item{
21+
Natively read/write H5AD files without needing a Python environment
22+
}
23+
\item{
24+
Convert to/from \code{SingleCellExperiment} objects
25+
}
26+
\item{
27+
Convert to/from \code{Seurat} objects
28+
}
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)