Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Feb 24, 2019
1 parent 2828b33 commit 999e4b0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: clustree
Type: Package
Title: Visualise Clusterings at Different Resolutions
Version: 0.2.2.9005
Version: 0.3.0
Date: 2019-02-24
Authors@R:
c(person("Luke", "Zappia", role = c("aut", "cre"),
Expand Down
22 changes: 22 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# clustree 0.3.0 (2019-02-24)

## Minor changes

* Make the cluster node attribute a factor to improve use as node colour (Fixes
#20)
* Add `show_axis` argument that displays the y-axis with resolution values and
gridlines (Fixes #24)
* Add ability to add additional node labels with custom information (Fixes #23)
* Update CITATION to give information about the Gigascience paper
* Update README
* Update vignette
* Add custom labels section
* Add references
* Add table of contents and number sections

## Bug fixes

* Add checks for metadata column and node aesthetic names (Fixes #15)
* Use fixed patterns when identifying clustering columns in `data.frames` (Fixes
#19)

# clustree 0.2.2 (2018-07-10)

* Replace SingleCellExperiment and Seurat example datasets with a list
Expand Down

0 comments on commit 999e4b0

Please sign in to comment.