Skip to content

Commit 2156700

Browse files
committed
v1.2.4
1 parent db1bd7f commit 2156700

2 files changed

Lines changed: 13 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.3
3+
Version: 1.2.4
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# LearnNonparam 1.2.4
2+
3+
- R side
4+
- Added support for custom scoring systems in `define_pmt`
5+
- Enabled compatibility with C++ standard versions beyond C++14 in `define_pmt`
6+
- Improved the performance of `KruskalWallis`, `OneWay`, and `Studentized`
7+
- Replaced certain `warning()` calls with `stop()`
8+
- Refined some text
9+
10+
- C++ side
11+
- Enhanced permuting efficiency in `twosample_pmt`
12+
113
# LearnNonparam 1.2.3
214

315
- Improved `twosample_pmt`

0 commit comments

Comments
 (0)