Skip to content

Commit

Permalink
Bump version and update NEWS for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Oct 18, 2024
1 parent 30bc3b3 commit 9562242
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: zellkonverter
Title: Conversion Between scRNA-seq Objects
Version: 1.15.3
Date: 2024-10-04
Version: 1.15.4
Date: 2024-10-18
Authors@R: c(
person("Luke", "Zappia", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7744-8565")),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* Bioconductor 3.20, October 2024

## zellkonverter 1.15.4 (2024-10-18)

* Fix correctly assign levels to factors in R reader with **anndata** v0.7 files (Fixes #122)
* Add environment for **anndata** v0.10.9
* Avoid deprecation warning due to setting `dtype` when creating Python `AnnData` objects
Expand Down
36 changes: 35 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
@@ -1,7 +1,41 @@
\name{NEWS}
\title{News for Package \pkg{zellkonverter}}

\section{Version 1.14.0, Bioconductor 3.19 Release (May 2023)}{
\section{Version 1.146.0, Bioconductor 3.30 Release (October 2024)}{
\subsection{Major changes}{
\itemize{
\item{
Add environment for \bold{anndata} v0.10.9. This is now the default
environment for the Python reader/writer.
}
}}
\subsection{Minor changes}{
\itemize{
\item{
Avoid deprecation warning due to setting \code{dtype} when creating Python
\code{AnnData} objects
}
\item{
Standardise code styling using \bold{{styler}}
}
\item{
Add test using the more complete example H5AD file
}
}}
\subsection{Bug fixes}{
\itemize{
\item{
Correctly assign levels to factors in R reader with \bold{anndata} v0.7
files
}
\item{
Correctly set \code{filepath} in the R reader with reading
\code{adata.raw}` with \code{use_hdf5 = TRUE} (PR from @GabrielHoffman)
}
}}
}

\section{Version 1.14.0, Bioconductor 3.19 Release (May 2024)}{
\subsection{Major changes}{
\itemize{
\item{
Expand Down

0 comments on commit 9562242

Please sign in to comment.