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 zygmunt@zstat.pl.

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.