Changelog
This document records the change history of sqlite3StatisticalLibrary.
This project follows Semantic Versioning.
[0.2.0] - 2026-03-13
Changed
ext_funcs.cpp—calc_ks_test(): Updated internal call fromstatcpp::ks_test_normal()tostatcpp::lilliefors_test()to follow the upstream rename in statcpp. The SQL function namestat_ks_test()is unchanged.ext_funcs.cpp— Bootstrap functions: Changed then_bootstrapguard fromn == 0ton < 2to preventstd::invalid_argumentwhenn_bootstrapis 0 or 1. Falls back ton = 1000whenn < 2.ext_funcs.cpp— Weighted functions: Migrated from deprecated 3-argument weighted API to new 4-argument overloads (withweight_last).
Documentation
function_reference.md/function_reference-ja.md: Updatedstat_ks_testdescription from "KS test" to "Lilliefors test".sqlite3lib_LOAD_EXTENSION.md/sqlite3lib_LOAD_EXTENSION-ja.md: Updatedstat_ks_testdescription from "KS test" to "Lilliefors test".ref/parameterized_aggregates.md/ref/parameterized_aggregates-ja.md: Rewrotestat_ks_testsection to clarify that the function performs a Lilliefors test.
Dependencies
- statcpp: v0.2.0