-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNEWS
More file actions
148 lines (69 loc) · 2.84 KB
/
Copy pathNEWS
File metadata and controls
148 lines (69 loc) · 2.84 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Changes in Version 2.1-10
o Removed the Pima Indians Diabetes data sets, following their
removals from the UCI Repository Of Machine Learning Repository.
Changes in Version 2.1-9
o mlbench.corners() was finally removed.
Changes in Version 2.1-8
o No user-visible changes.
Changes in Version 2.1-7
o Generate bibliographic citations and references from bibentries.
Have full bibliographic information for all references.
Changes in Version 2.1-6
o Improve URLs.
Changes in Version 2.1-5
o Clarify source information: the old UCI URLs no longer work.
Changes in Version 2.1-4
o fixed warnings in waveform.c
Changes in Version 2.1-2
o Moved Data-Administration.R to inst/notes
o fixed NAMESPACE problems
o added registration of C functions
Changes in Version 2.1-1
o Added a NAMESPACE.
Changes in Version 2.1-0
o Removed dependencies on e1071 and scatterplot3d (the latter replaced by
cloud() from lattice).
o mlbench.corners() has been renamed to mlbench.hypercube().
o New function mlbench.simplex() by Manuel Eugster and Sebastian Kaiser.
o Bugfixes in the bayesclass() methods for ringnorm and threenorm
submitted by Julia Schiffer.
Changes in Version 2.0-0
o Changed license of complete package to GPL-2.
o Recompressed all data sets using xz.
o Added examples to all help pages.
o Added info about UCI repository to mlbench.waveform.Rd.
Changes in Version 1.1-6
o Improve CITATION.
Changes in Version 1.1-5
o Fixed Rd bug and renamed README to LICENSE.
Changes in Version 1.1-4
o Fixed documentation of S3 objects.
Changes in Version 1.1-3
o Bugfix: data sets that are loaded using R code did not close the
corresponding connections.
Changes in Version 1.1-2
o New data set Zoo.
Changes in Version 1.1-2
o Converted the 'chas' columns of BostonHousing2 to a factor.
o Added a corrected version of PimaIndiansDiabetes as PimaIndiansDiabetes2.
o Added correct citation for UCI repository in various places.
Changes in Version 1.1-1
o Add '...' argument to as.data.frame() methods for consistency
with R 2.4.0 or later.
Changes in Version 1.1-0
o New artificial classification problems mlbench.shapes() and
mlbench.corners()
o Added corrected version of Boston housing data (thanks to
John Maindonald).
Changes in Version 1.0-1
o Minor fixes in BostonHousing.Rd.
Changes in Version 1.0-1
o Fixed a Bug in the waveform function (thanks to Karsten Lübke).
o Added a "ZipData: No" to the DESCRIPTION file.
o All data files are now in compressed format.
Changes in Version 1.0-0
o New function mlbench.smiley().
o Version 1.0-0 is not really different from the previous release
(version 0.5-10), but we decided that it is stupid to have a
version number smaller than 1.0 for a package that is stable and
useful.