eproc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0356542ed038b607762dd9cfb414e3d96851eb65
parent 67999374211a038876017be1b90c74742ebc555e
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 28 Jun 2026 21:31:18 -0230

release: v0.2.0

Diffstat:
MCHANGELOG | 12++++++++++++
Mppad-eproc.cabal | 2+-
2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,17 @@ # Changelog +- 0.2.0 (2026-06-28) + * Introduces several breaking API changes, along with various internal + refinements: + + * config functions now return 'Either ConfigError Config' and reject invalid + parameters. + + * the 'Bernoulli.config' argument order changed from (a, p, b) to (p, a, b), + for consistency with other modules. + + * log_wealth now returns the supremum, not the current value. + - 0.1.0 (2026-06-03) * Initial release, supporting anytime-valid sequential testing via e-processes: bounded-mean, Bernoulli, and paired two-sample tests, diff --git a/ppad-eproc.cabal b/ppad-eproc.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-eproc -version: 0.1.0 +version: 0.2.0 synopsis: Anytime-valid sequential testing via e-processes. license: MIT license-file: LICENSE