forked from eddelbuettel/gcbd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
131 lines (73 loc) · 3.38 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
2017-08-26 Dirk Eddelbuettel <[email protected]>
* .travis.yml (before_install): Use https to fetch run.sh
2016-09-27 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.2.6
* NAMESPACE: Change some importFrom() from RSQLite to DBI
2016-09-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Rolled version and date
* DESCRIPTION (Title, Description): Edited to current standards
* DESCRIPTION (Imports): Added 'Matrix, DBI, RSQLite, plyr, reshape,
lattice'
* NAMESPACE: Added importFrom() statements for each package
* R/benchmark.R (svdBenchmarkgputools): Commented-out as SVD no
longer provided in current gputools
* man/benchmark.Rd: Commented-out here too
* .travis.yml: Switch to using run.sh for Travis CI
2013-12-11 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.2.5
* vignettes/*: Moved files from inst/doc/
* ChangeLog/*: Moved from inst/
* .travis.yml: Added for Github / Travis support
* .gitignore: Added for git support
* R/figures.R: Remove extraneous require(reshape)
2010-10-02 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.2.4
* R/figures.R: Added figure_Lattice()
* man/figures.Rd: Added figure_Lattice()
* inst/doc/gcbd.Rnw: Applied a number of small fixes and changed
results discussion to use the lattice figures
2010-09-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.2.3
* R/figures.R: Added figure_loglogLattice()
* man/figures.Rd: Added figure_loglogLattice()
2010-09-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.2.2
2010-09-13 Dirk Eddelbuettel <[email protected]>
* R/*R: Remove magma tests code for now
* man.*Rd: Updated documentation
* inst/doc/gcbd.Rnw: Updated accordingly
2010-09-12 Dirk Eddelbuettel <[email protected]>
* NAMESPACE: Added, at last
2010-09-11 Dirk Eddelbuettel <[email protected]>
* R/figures.R: Place code to for vignette figures here
* man/figures.Rd: Documentation for the above
2010-09-03 Dirk Eddelbuettel <[email protected]>
* R/analysis.R: Analysis of log/log plot
* DESCRIPTION: Version 0.2.1
* DESCRIPTION: Added Depends: on plyr, reshape and lattice
2010-09-02 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Increased to 'Version 0.2.0'
* inst/sql/gcbd.sqlite: Results from 'run 2'
2010-09-01 Dirk Eddelbuettel <[email protected]>
* inst/scripts/benchmark.r: Added atl39 calls
* R/utilities.R: Added Atlas 3.9.* support
* R/benchmark.R: Added qr() uses LAPACK=TRUE
2010-08-29 Dirk Eddelbuettel <[email protected]>
* R/utilities.R: Use Henrik's isInstalled()
2010-08-23 Dirk Eddelbuettel <[email protected]>
* inst/scripts/runMe.sh: Helper script added
* inst/scripts/summarizeDB.r: Idem
2010-08-21 Dirk Eddelbuettel <[email protected]>
* R/benchmark.R: Added LU benchmarks
2010-08-20 Dirk Eddelbuettel <[email protected]>
* inst/doc/gcbd.bib: Starting to fill a bin file
2010-08-17 Dirk Eddelbuettel <[email protected]>
* inst/scripts/benchmark.r: Now single frontend script
* R/utilities.R: Added hasGputools() and hasMagma()
* R/benchmark.R: New name matmultBenchmark()
2010-08-15 Dirk Eddelbuettel <[email protected]>
* R/benchmark.R: Added svdBenchmark and GPU variant
* man/benchmark.Rd: Added documentation
* inst/doc/vignette.Rnw: beginnings of a vignette
* inst/sql/: renamed from inst/data
* DESCRIPTION: Release 0.1.0 and initial committ