Skip to content

Commit

Permalink
Updated VERSIONS and NEWS file
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmeier committed Jun 5, 2017
1 parent 1d670aa commit f39022f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 23 deletions.
24 changes: 1 addition & 23 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
Versions
========

### v0.1.1

* Updated exported function names to make registering possible
* Added stricter S3 dispatch
* 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
For news and versioning have a look at `inst/NEWS`.

### Author

Expand Down
31 changes: 31 additions & 0 deletions inst/NEWS
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>

0 comments on commit f39022f

Please sign in to comment.