eproc

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

commit ffcd36e3be7a982e7e551e1173a2a69530280292
parent d2a8f8c31f770670a0c63ed51cc17e6fdd434b75
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu,  2 Jul 2026 14:33:50 -0230

release: v0.2.1

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.2.1 (2026-07-02) + * Two-sided bounded-mean tests now reject faster, or at least never + later. + - 0.2.0 (2026-06-28) * Introduces several breaking API changes, along with various internal refinements: diff --git a/ppad-eproc.cabal b/ppad-eproc.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-eproc -version: 0.2.0 +version: 0.2.1 synopsis: Anytime-valid sequential testing via e-processes. license: MIT license-file: LICENSE