Skip to content

Commit 1cffc01

Browse files
committed
v1.2.8
1 parent 5dfd4b5 commit 1cffc01

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: LearnNonparam
22
Title: 'R6'-Based Flexible Framework for Permutation Tests
3-
Version: 1.2.7
3+
Version: 1.2.8
44
Authors@R:
55
person(given = "Yan", family = "Du", role = c("aut", "cre"), email = "isduyan@outlook.com", comment = c(ORCID = "0009-0009-1169-921X"))
66
Description: Implements non-parametric tests from Higgins (2004, ISBN:0534387756), including tests for one sample, two samples, k samples, paired comparisons, blocked designs, trends and association. Built with 'Rcpp' for efficiency and 'R6' for flexible, object-oriented design, the package provides a unified framework for performing or creating custom permutation tests.

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# LearnNonparam 1.2.8
2+
3+
- R side
4+
- Refined the calculation of confidence bands in `CDF`
5+
- Added DKW inequality-based confidence bands in `CDF`
6+
- Enhanced error handling in `define_pmt`
7+
8+
- C++ side
9+
- Rolled back `twosample.*` functions
10+
111
# LearnNonparam 1.2.7
212

313
- R side

0 commit comments

Comments
 (0)