Skip to content

Commit

Permalink
Merge pull request #234 from satijalab/release/3.1.2
Browse files Browse the repository at this point in the history
Prep for CRAN release of 3.1.2
  • Loading branch information
satijalab authored Dec 12, 2019
2 parents bab5af8 + 04ebc61 commit 9f57968
Show file tree
Hide file tree
Showing 92 changed files with 1,415 additions and 460 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Seurat
Version: 3.1.1.9024
Date: 2019-12-11
Version: 3.1.2
Date: 2019-12-12
Title: Tools for Single Cell Genomics
Description: A toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. 'Seurat' aims to enable users to identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse types of single cell data. See Satija R, Farrell J, Gennert D, et al (2015) <doi:10.1038/nbt.3192>, Macosko E, Basu A, Satija R, et al (2015) <doi:10.1016/j.cell.2015.05.002>, and Butler A and Satija R (2017) <doi:10.1101/164889> for more details.
Authors@R: c(
Expand Down Expand Up @@ -62,7 +62,7 @@ Imports:
tools,
tsne,
utils,
uwot
uwot (>= 0.1.5)
LinkingTo: Rcpp (>= 0.11.0), RcppEigen, RcppProgress
License: GPL-3 | file LICENSE
LazyData: true
Expand All @@ -81,8 +81,9 @@ Collate:
'tree.R'
'utilities.R'
'zzz.R'
RoxygenNote: 6.1.1
RoxygenNote: 7.0.2
Encoding: UTF-8
biocViews:
Suggests:
loomR,
testthat,
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export(CellCycleScoring)
export(CellScatter)
export(CellSelector)
export(Cells)
export(CellsByIdentities)
export(CollapseEmbeddingOutliers)
export(CollapseSpeciesExpressionMatrix)
export(ColorDimSplit)
Expand Down Expand Up @@ -273,6 +274,7 @@ export(ReadH5AD)
export(Reductions)
export(RegroupIdents)
export(RelativeCounts)
export(RenameAssays)
export(RenameCells)
export(RenameIdents)
export(ReorderIdent)
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ All notable changes to Seurat will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)


## [3.1.2] - 2019-12-11
### Added
- New silent slot updater
- New random seed options to `RunCCA`, `RunTSNE`, `WhichCells`, `HTODemux`, `AddModuleScore`, `VlnPlot`, and `RidgePlot`
- Enhancements for dealing with `Assay`-derived objects

### Changed
- Only run `CalcN` (generates nFeatures and nCounts) when `counts` changes
- Fix issue regarding colons in feature names
- Change object class testing to use `inherits` or `is.*` for R 4.0 compatability

## [3.1.1] - 2019-09-20
### Added
- New `RegroupIdents` function to reassign idents based on metadata column majority
Expand Down
2 changes: 1 addition & 1 deletion R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ CellCycleScoring <- function(
set.ident = FALSE,
...
) {
name <- 'Cell Cycle'
name <- 'Cell.Cycle'
features <- list('S.Score' = s.features, 'G2M.Score' = g2m.features)
object.cc <- AddModuleScore(
object = object,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CRAN Version](https://www.r-pkg.org/badges/version/Seurat)](https://cran.r-project.org/package=Seurat)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/Seurat)](https://cran.r-project.org/package=Seurat)

# Seurat v3.1.1
# Seurat v3.1.2


Seurat is an R toolkit for single cell genomics, developed and maintained by the Satija Lab at NYGC.
Expand Down
10 changes: 6 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Seurat v3.1.1
# Seurat v3.1.2

## Test environments
* local Ubuntu 16.04.6 and 18.04.2 installs, R 3.5.3
* local Ubuntu 16.04.6 and 18.04.2 installs, R 3.6.1
* Ubuntu 16.04.6 (on travis-ci), R 3.6.1
* macOS 10.13.3 (on travis-ci), R 3.6.1
* Windows Server 2012 R2 (on AppVeyor), R 3.6.1 Patched
* win-builder (oldrelease, release, devel)
* win-builder (oldrelease, release, devel, devel_gcc8)

## R CMD check results
There were no ERRORs or WARNINGs
Expand Down Expand Up @@ -33,4 +33,6 @@ There were 3 NOTEs:

## Downstream dependencies

There are three packages that suggest Seurat: BisqueRNA, clustreen, and iCellR; this update does not impact their functionality.
There is one pacakge that imports Seurat: multicross; this update does not impact its functionality

There are five packages that suggest Seurat: BisqueRNA, clustree, diem, iCellR, and Rmagic; this update does not impact their functionality.
1 change: 0 additions & 1 deletion man/AddMetaData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions man/AddModuleScore.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions man/AverageExpression.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions man/BuildClusterTree.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions man/CalculateBarcodeInflections.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/CellCycleScoring.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions man/CellScatter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions man/CellsByIdentities.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions man/CollapseEmbeddingOutliers.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions man/CollapseSpeciesExpressionMatrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 30 additions & 23 deletions man/ColorDimSplit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions man/CreateDimReducObject.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f57968

Please sign in to comment.