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>
