Skip to content

Commit f39022f

Browse files
author
dirmeier
committedJun 5, 2017
Updated VERSIONS and NEWS file
1 parent 1d670aa commit f39022f

File tree

2 files changed

+32
-23
lines changed

2 files changed

+32
-23
lines changed
 

‎VERSIONS.md

+1-23
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,7 @@
11
Versions
22
========
33

4-
### v0.1.1
5-
6-
* Updated exported function names to make registering possible
7-
* Added stricter S3 dispatch
8-
* Added user interrupt
9-
10-
### v0.1
11-
12-
* Basic S3 methods for:
13-
* Markov random walks
14-
* Laplacian heat diffusion
15-
* Insulated heat diffusion
16-
* Nearest neighbor search
17-
* Matrix utility functions
18-
* Implementation of respective cpp methods
19-
* Setup
20-
* Vignette, documentation for all classes and methods
21-
* License
22-
* Unit-tests
23-
* Config, Readme, Travis
24-
* Lintr
25-
* Codecov
26-
* Initial submission to CRAN
4+
For news and versioning have a look at `inst/NEWS`.
275

286
### Author
297

‎inst/NEWS

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Versions
2+
========
3+
4+
### v0.1.1
5+
6+
* Updated exported function names to make registering possible
7+
* Exchanged S3 with S4 classes
8+
* Check for ergodicity in random walk
9+
* Added user interrupt
10+
11+
### v0.1
12+
13+
* Basic S3 methods for:
14+
* Markov random walks
15+
* Laplacian heat diffusion
16+
* Insulated heat diffusion
17+
* Nearest neighbor search
18+
* Matrix utility functions
19+
* Implementation of respective cpp methods
20+
* Setup
21+
* Vignette, documentation for all classes and methods
22+
* License
23+
* Unit-tests
24+
* Config, Readme, Travis
25+
* Lintr
26+
* Codecov
27+
* Initial submission to CRAN
28+
29+
### Author
30+
31+
* Simon Dirmeier <a href="mailto:mail@simon-dirmeier.net">mail@simon-dirmeier.net</a>

0 commit comments

Comments
 (0)