QuadratiK Version 1.2.0#
- This version introduces significant API changes and improvements:
[BREAKING]
muandsigmaparameters are now mandatory for the normality test inKernelTestandselect_h.[BREAKING] Renamed
mu_hatandsigma_hattomuandsigmainKernelTestfor consistency.[BREAKING] Updated
PoissonKernelTestterminology:UnandVnstatistics are now renamed toTnandSnrespectively.[BREAKING] Attributes in
PoissonKernelTesthave been renamed to match the new terminology (e.g.,u_statistic_un_tou_statistic_tn_andv_statistic_vn_tov_statistic_sn_).[BREAKING] The
skewnessalternative is no longer supported for normality tests inselect_handKernelTest.[NEW] Converted many docstring examples to executable
jupyter-executeblocks.[NEW] Added
jupyter-sphinxas a documentation dependency.[FIX] Updated internal logic to require explicit reference distribution parameters (
mu,sigma) instead of estimating them from data during tests.