-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dirmeier
committed
Jun 5, 2017
1 parent
1d670aa
commit f39022f
Showing
2 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Versions | ||
======== | ||
|
||
### v0.1.1 | ||
|
||
* Updated exported function names to make registering possible | ||
* Exchanged S3 with S4 classes | ||
* Check for ergodicity in random walk | ||
* Added user interrupt | ||
|
||
### v0.1 | ||
|
||
* Basic S3 methods for: | ||
* Markov random walks | ||
* Laplacian heat diffusion | ||
* Insulated heat diffusion | ||
* Nearest neighbor search | ||
* Matrix utility functions | ||
* Implementation of respective cpp methods | ||
* Setup | ||
* Vignette, documentation for all classes and methods | ||
* License | ||
* Unit-tests | ||
* Config, Readme, Travis | ||
* Lintr | ||
* Codecov | ||
* Initial submission to CRAN | ||
|
||
### Author | ||
|
||
* Simon Dirmeier <a href="mailto:mail@simon-dirmeier.net">mail@simon-dirmeier.net</a> |