eproc

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

commit 74e20bd89b53c21da1878c4a6bb9ef63c2b59c3e
parent 54282d253042a7ec1891ef4fe72496f4908ffa52
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  4 Jul 2026 16:29:31 -0230

release: v0.4.1

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.4.1 (2026-07-04) + * Fixes a bug that made confidence sequences needlessly conservative. + - 0.4.0 (2026-07-03) * Adds calibrated evidence accessors to every test module: 'log_evalue', 'log_evalue_sup', and the anytime-valid 'p_value'. diff --git a/ppad-eproc.cabal b/ppad-eproc.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-eproc -version: 0.4.0 +version: 0.4.1 synopsis: Anytime-valid sequential testing via e-processes. license: MIT license-file: LICENSE