-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
executable file
·66 lines (46 loc) · 2.15 KB
/
NEWS
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
CHANGES IN VERSION 1.7.3
-----------------------
o Adding warn argument to pcp. Mostly for internal use. Fixes the warning with non default df argument repeating each perumtation.
o Minor plotting improvments including providing a fix for the plot margin error.
CHANGES IN VERSION 1.7.2
-----------------------
o Tidying and fixing bugs in README. README now from README.Rmd to
avoid similar problems in the future.
o Adding codecov badge to Readme
CHANGES IN VERSION 1.7.1
-----------------------
o Updating author info and package URL.
CHANGES IN VERSION 1.5.3
-----------------------
o Fixed bug in pcp 2D projection plot where colors did not match
classification plot.
CHANGES IN VERSION 1.5.2
-----------------------
o Fixed typo in vignette.
CHANGES IN VERSION 1.3.2
-----------------------
o added p-value estimate confidence intervals via conf.int function
o Some vignette updates including adding the "common questions" section.
CHANGES IN VERSION 1.3.1
-----------------------
o Added plotting of individual comparisons in classification and permutation
plots.
o Added df argument (degrees of freedom, passed to smooth.spline) to
projection and permute function. This allows some degree of control over
how linear or crooked the principal curve is drawn. NOTE: you must (!)
give the same df value to the projection and permute functions for your
results to be valid and, at the moment, there is no automated checking
that this is the case.
o The classification step now uses a mew method for separation scoring and
fixes a previous bug which could occur when group sizes were not equal.
This change is reflected in the vignette.
o Fixed bug in concatenation c(), when some iterations fail for a specific
comparison thus causing a error when concatenating permute results.
CHANGES IN VERSION 1.2.0
-----------------------
NEW FEATURES
o Added a slot for group colors for the classes Pcp, Mlp, ClassifiedPoints
and PermutationResults
CHANGES IN VERSION 1.0.0
-----------------------
The ClusterSignificance package was born