Releases: lrnv/cort
Releases · lrnv/cort
cort 0.3.2
cort 0.3.1
Breaking changes
- Infrastructure lightening : the Box class was removed, and some unnecessary generics were also removed.
- cbCopula() now defaults to compute pseudo-observations.
- The forest now defaults to weighting the trees (can be turned off by an option)
New features
- Core computations have been moved on to Rcpp code for performance.
- Parallel computations are now possible via furrr in CortForest.
- Solver options and number of bootstrap resamples are now accessible as parameters to the Cort() function.
- Add an option to force the checkerboard grid on trees and inside Cort() and CortForest().
- Adding four example datasets from the paper.
Minor improvements and fixes
- Removed dependency to magritr.
- Improved documentation
- Cleaned up the code of the Cort algorithm.
- Fixed bug in p-value computations.
- Fixed bug when there is only one leave in the tree.
- Fixed bug in pairs.Cort : dimensions were switched for leaves but not for points.
- Fixed bug in pCopula values for cbCopula objects.
First release on cran
cort 0.3.0 : First verison on cran.
- Changes to conform to CRAN submissions recomendations
- Added a multiprocess option via furrr
cort 0.2.0
- Pass checks on every plateform : some corrections to descriptions
- some corrections to documentations.
cort 0.1.0
- Finalised the API
cort 0.0.0.9003
- Moved the bootstrap to C++ : huge gain in performance
- Added a vignette with a clayton example.
cort 0.0.0.9002
- Added the CortForest model
- Added many methods to Cort and CortForest
- Lightened the Cort objects.
- Fasten the p-values computations
cort 0.0.0.9001
- Merged the code from he former named
empcop
package. - The CORT algorithm is now better implemented and runs a little faster.
cort 0.0.0.9000
- Added a
NEWS.md
file to track changes to the package. - Making the workspace settings : travis, appveyor, github actions, pkgdowm, ...
- We will target CRAN with this package.