File tree 2 files changed +32
-23
lines changed
2 files changed +32
-23
lines changed Original file line number Diff line number Diff line change 1
1
Versions
2
2
========
3
3
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 ` .
27
5
28
6
### Author
29
7
Original file line number Diff line number Diff line change
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>
You can’t perform that action at this time.
0 commit comments