Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added NEWS.md
  • Loading branch information
HendrikSchultheis committed Jul 4, 2018
1 parent 44338f3 commit 27c8864
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions NEWS.md
@@ -0,0 +1,23 @@
# wilson 2.0.0
## Features
- clarion class:
- easier data-format validation by providing several checks
- simplified module usage (only forward clarion object) for top-level modules (e.g. filter & plot)
- provide functions for frequent tasks (e.g. get_name, is_delimited, etc.)

- geneView:
- group columns by one or more factors

- pca:
- color & shape grouping by selected factor(s)

- scatterPlot:
- add name to hovertext if available (only interactive)

## Misc
- improved notifications (closable, more)
- overall code quality improvements via usage of packages goodpractice and lintr
- removed deprecated colorPicker

# wilson 1.0.0
first public release

0 comments on commit 27c8864

Please sign in to comment.