Changes in version 0.1.2 dda 0.1.2 --- New Features - HSIC Independence Tests: Added hsic() to compute the empirical Hilbert-Schmidt Independence Criterion with flexible kernel selection (Gaussian, Laplace, linear, polynomial). - HSIC Inference Methods: Added hsic.test() with four null-distribution methods: gamma approximation, permutation, eigenvalue (spectral), and bootstrap. Enables kernel-based independence testing integrated with DDA workflows. - Bandwidth Selection: Added median\_bandwidth() utility for automated kernel bandwidth selection using the median heuristic. dda 0.1.1 --- Bug fixes - In dda.indep, the bootstrap HSIC method argument is now hsic.method = "bootstrap" (previously hsic.method = "boot" in 0.1.0). - dda.vardist and dda.resdist now consistently return error messages when the number of bootstrap replications (B) is too small for boot.type = "bca" (previously, behavior could be inconsistent). - Various minor documentation changes and clarifications. dda 0.1.0 --- Initial release - First CRAN release of dda. - Includes five core dda functions and S3 generics where applicable (print, summary, plot). - Documentation provided for all exported/user-facing functions. version 0.0.0.9000 --- Development - Added NEWS.md using newsmd package.