git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/biomformat@111096 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,78 @@ |
1 |
+CHANGES IN VERSION 0.3.13 |
|
2 |
+------------------------- |
|
3 |
+ |
|
4 |
+USER-VISIBLE CHANGES |
|
5 |
+ |
|
6 |
+ - Added make_biom function. Creates biom object from standard R data table(s). |
|
7 |
+ |
|
8 |
+CHANGES IN VERSION 0.3.12 |
|
9 |
+------------------------- |
|
10 |
+ |
|
11 |
+USER-VISIBLE CHANGES |
|
12 |
+ |
|
13 |
+ - No user-visible changes. All future compatibility changes. |
|
14 |
+ |
|
15 |
+BUG FIXES |
|
16 |
+ |
|
17 |
+ - Unit test changes to work with upcoming R release and new testthat version. |
|
18 |
+ |
|
19 |
+ - This solves Issue 4: https://github.com/joey711/biom/issues/4 |
|
20 |
+ |
|
21 |
+CHANGES IN VERSION 0.3.11 |
|
22 |
+------------------------- |
|
23 |
+ |
|
24 |
+USER-VISIBLE CHANGES |
|
25 |
+ |
|
26 |
+ - No user-visible changes. All future CRAN compatibility changes. |
|
27 |
+ |
|
28 |
+BUG FIXES |
|
29 |
+ |
|
30 |
+ - Clarified license and project in the README.md |
|
31 |
+ |
|
32 |
+ - Added TODO.html, README.html, and TODO.md to .Rbuildignore (requested by CRAN) |
|
33 |
+ |
|
34 |
+ - Moved `biom-demo.Rmd` to `vignettes/` |
|
35 |
+ |
|
36 |
+ - Updated `inst/NEWS` (this) file to official format |
|
37 |
+ |
|
38 |
+ - Removed pre-built vignette HTML so that it is re-built during package build. |
|
39 |
+ This updates things like the build-date in the vignette, but also ensures that |
|
40 |
+ the user sees in the vignette the results of code that just worked with their |
|
41 |
+ copy of the package. |
|
42 |
+ |
|
43 |
+CHANGES IN VERSION 0.3.10 |
|
44 |
+------------------------- |
|
45 |
+ |
|
46 |
+USER-VISIBLE CHANGES |
|
47 |
+ |
|
48 |
+ - These changes should not affect any package behavior. |
|
49 |
+ |
|
50 |
+ - Some of the top-level documentation has been changed to reflect new development |
|
51 |
+ location on GitHub. |
|
52 |
+ |
|
53 |
+BUG FIXES |
|
54 |
+ |
|
55 |
+ - Minor fixes for CRAN compatibility |
|
56 |
+ |
|
57 |
+ - This addresses Issue 1: https://github.com/joey711/biom/issues/1 |
|
58 |
+ |
|
59 |
+CHANGES IN VERSION 0.3.9 |
|
60 |
+------------------------- |
|
61 |
+ |
|
62 |
+SIGNIFICANT USER-VISIBLE CHANGES |
|
63 |
+ |
|
64 |
+ - speed improvement for sparse matrices |
|
65 |
+ |
|
66 |
+NEW FEATURES |
|
67 |
+ |
|
68 |
+ - The `biom_data` parsing function now uses a vectorized (matrix-indexed) |
|
69 |
+ assignment while parsing sparse matrices. |
|
70 |
+ |
|
71 |
+ - Unofficial benchmarks estimate a few 100X speedup. |
|
72 |
+ |
|
73 |
+CHANGES IN VERSION 0.3.8 |
|
74 |
+------------------------- |
|
75 |
+ |
|
76 |
+SIGNIFICANT USER-VISIBLE CHANGES |
|
77 |
+ |
|
78 |
+ - First release version released on CRAN |