Skip to content

Commit 78d0c75

Browse files
committed
0.7.1
1 parent e9bf189 commit 78d0c75

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: scplotter
22
Title: Publication Quality Plots for Single Cell Data Analysis
3-
Version: 0.7.0
3+
Version: 0.7.1
44
Authors@R:
55
person("Panwen", "Wang", , "pwwang@pwwang.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-4614-8970"))

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Version 0.7.1
2+
3+
- fix(ClonalStatPlot): streamline xlab assignment for clarity in plots
4+
- feat(ClonalResidencyPlot): add group_by_sep parameter for combining multiple group_by columns
5+
- feat(ClonalResidencyPlot): add with_class parameter to control clonal class inclusion in plots
6+
- feat(utils): implement do_call function for improved performance in function calls
7+
- feat(CellStatPlot): refactor Heatmap call to use do_call for improved argument handling
8+
- feat(ClonalStatPlot): refactor Heatmap call to use do_call for improved argument handling
9+
- feat(CellStatPlot): enhance'rows_by' and 'rows_split_by' parameters in heatmap plots
10+
- feat(ClonalStatPlot): support subgroup_by for heatmap
11+
- ci: update ggrepel package version to 0.9.5 in dependencies (0.9.6 requires R 4.5)
12+
- fix(ClonalVolumePlot): ensure grouping_levels are simplified correctly (fixing order not working)

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ template:
88
navbar:
99
structure:
1010
right: [search, github]
11-
left: [intro, reference, articles, spatial-examples]
11+
left: [intro, reference, articles, spatial-examples, news]
1212
components:
1313
articles:
1414
text: "Articles"

0 commit comments

Comments
 (0)