Skip to content

Commit

Permalink
Updated CHANGELOG and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigla committed Jan 16, 2025
1 parent 600f4c6 commit 8622b26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Added

## Updates

### Fixes

## [0.12.0] - 2025-01-16

### Added

- `RunDAA` : Differential abundance analysis function with a similar interface to `RunDPA` and `RunDCA`. `RunDAA` uses the `FindMarkers` function from Seurat to perform differential abundance analysis, but enables splitting of tests into multiple groups. By default, it reports the difference in means instead of `avg_log2FC`.

## Updates
### Updates

- Updated type assertions and improved error messaging (inspired by the tidyverse style guide).
- The `ComputeLayout.Seurat` method now supports parallelized computation of layouts.
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pixelatorR
Title: Data Structures, Data Processing Tools and Visualization Tools for MPX Single Cell Data
Version: 0.11.0
Version: 0.12.0
Authors@R:
c(
person("Ludvig", "Larsson", , "[email protected]", role = c("aut", "cre"),
Expand Down

0 comments on commit 8622b26

Please sign in to comment.