-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
65 lines (38 loc) · 2.14 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
Changes in DepthProc 2.1.4
- Fixed docs warnings.
Changes in DepthProc 2.1.3
- Fixed docs warnings.
Changes in DepthProc 2.1.2
- Fixed fncDepth class error (changed class(u) != class(X) to all(class(u) != class(X)))
Changes in DepthProc 2.1.1
- Update Makevars for the new CRAN policy (no strip debug info)
Changes in DepthProc 2.1.0
- New parameter in depthContour to determine the method used to draw the boundaries.
- Fixed error when using vector as a first parameter in depth* functions family (e.g. depthTukey).
Changes in DepthProc 2.0.4
- Fixed error in the documentations of the deepReg2d and trimprojreg2d functions. (thanks to Shao Tang)
- Fixed error in scaleCurve when the most deep data points are not unique.
Changes in DepthProc 2.0.3
Bug fixes
- AddressSanitizer: stack-buffer-overflow in refRank c++ function.
Changes in DepthProc 2.0.3
Bug fixes
- Fixed problem with plotting location-scale depth.
Changes in DepthProc 2.0.2
Bug fixes
- Buffer overflow in refRank c++ function.
Changes in DepthProc 2.0
Version 2.0 comes with a lot of breaking changes! There is high chance that old code will not work with the new version! However, if you just used the `depth` function or its different version like `depthTukey`, there shouldn't be any problems.
If you have any problem with migrating from version 1.0.7 to 2.0, please fill an issue on https://github.com/zzawadz/DepthProc/issues or send an e-mail to [email protected].
Breaking changes:
- `combineDepthCurves` replaced `%+%` operator (`%+%` is no longer available).
- New interface for plotting functions. Parameters for depth function are passed using `depth_params` argument, and parameters for drawing function using `graph_params`.
- New interface for `mWilcoxonTest` and `depthMedian` and `depthLocal`.
Introduced functional depth:
- Introduced new interface for functional depth with `fncDepth`
- `fncDepthMBD` - Modified Band Depth
- `fncDepthFM` - Frainman-Muniz depth for functional data
- `fncBoxPlot` - create functional boxplot based on depth function.
Bug fixes
- Calculate scale and asymmetry curve based on quantiles of depth rather than raw values.
- Add missing root in LPdepth.