Skip to content

Commit

Permalink
update v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbiederstedt committed Dec 12, 2021
1 parent e93c582 commit 1abcd0d
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,47 @@
## Upcoming

## [1.0.7] - 2020-11-14
## [1.0.8] - 2021 December 12

- Fixed indexing error in writing the *csv files for the p2 app grids (e.g. "Gene sets in Aspect")


## [1.0.7] - 2021 November 14

- Added ability to export data in grids as *csv
- Small revisions to docs

## [1.0.6] - 2020-10-06
## [1.0.6] - 2021 October 06

- Fixed `read10xMatrix()` to work with new 10x files

## [1.0.5] - 2020-08-11
## [1.0.5] - 2021 August 11

### Changed

- Removed the vignettes and dependency on the drat repository at https://github.com/kharchenkolab/p2data

## [1.0.4] - 2020-06-28
## [1.0.4] - 2021 June 28

### Changed

- Fix `self$counts <- counts`
- Fix `Knn()` in `pagoda2WebApp.R`

## [1.0.3] - 2020-05-01
## [1.0.3] - 2021 May 01

### Changed

- Removed `jsDist()` as it's in sccore
- Removed `multi2dend()` as it's in sccore
- Removed strong dependency for p2data

## [1.0.2] - 2020-03-03
## [1.0.2] - 2021 March 03

### Changed

- Revised vignettes figures for the HTML tutorial

## [1.0.1] - 2020-02-25
## [1.0.1] - 2021 February 25

### Added
- Returned copy constructor
Expand All @@ -46,7 +51,7 @@
- Updated Dockerfile
- Fixed 'batch' param in Pagoda2 constructor

## [1.0.0] - 2020-01-28
## [1.0.0] - 2021 January 28
- The package was edited extensively to upload to CRAN

### Added
Expand All @@ -60,14 +65,14 @@
- revise `message()` spacing for `verbose` statements
- various changes for CRAN, e.g. `par()`, removing calls to `installed.packages()`, etc.

## [0.1.4] - 2020-10-05
## [0.1.4] - 2020 October 05

### Added
- added `p2app4conos()` for rendering Conos to pagoda2 application
- README edits
- vignettes edits

## [0.1.3] - 2020-10-02
## [0.1.3] - 2020 October 02

### Added
- Makefile.win, Makevars.win
Expand All @@ -76,7 +81,7 @@
### Changed
- Now should (natively) install on Mac OS for all users

## [0.1.2] - 2020-09-24
## [0.1.2] - 2020 September 24

### Added

Expand All @@ -88,7 +93,7 @@
- Added LICENSE (July 2020)
- Changed `std::cout` to `Rcpp::Rcout` (July 2020)

## [0.1.1] - 2019-11-26
## [0.1.1] - 2019 November 26

### Added

Expand All @@ -103,7 +108,7 @@
- Fixed problem with duplicated observations during t-SNE estimation
- Added option `var.scale` to `calculatePcaReduction`, which allow to disable variance scaling on counts

## [0.1.0] - 2019-04-20
## [0.1.0] - 2019 April 20

### Added

Expand Down

0 comments on commit 1abcd0d

Please sign in to comment.