Skip to content

Commit 81e2fc3

Browse files
committed
Bumped version for new release, updated NEWS.
1 parent 509eabd commit 81e2fc3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# scran.js news
22

3+
## 4.0.5
4+
5+
- Added `rowSums()` and `columnSums()` to compute the row and column sums, respectively, of a `ScranMatrix`.
6+
- Added `chooseTopMarkers()` to get a array of the top markers from the `ScoreMarkersResults` statistics.
7+
38
## 4.0.4
49

510
- Fixed a performance regression for `readRds()`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scran.js",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "Single cell RNA-seq analysis in Javascript",
55
"license": "MIT",
66
"main": "main/index.js",

0 commit comments

Comments
 (0)