commit 93246df3eb4bd63c4e970fe43fdfe1b0b439d2fd
parent 709017518315c6d80df87492e7300e86abdb7a5e
Author: Jared Tobin <jared@jtobin.io>
Date: Thu, 2 Jul 2026 19:25:01 -0230
release: v0.3.0
Diffstat:
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,13 +1,13 @@
# Changelog
-- unreleased
- * 'log_wealth' now returns the current log-wealth, and the
- supremum-so-far statistic that 'decide' monitors is exposed
- separately as 'log_wealth_sup'. Applies uniformly across
- 'Bounded', 'Paired', 'Bernoulli', and 'Bernoulli.TwoSided'.
-
- Breaking: callers that relied on 'log_wealth' returning the
- supremum should switch to 'log_wealth_sup'.
+- 0.3.0 (2026-07-02)
+ * Introduces a breaking API change: 'log_wealth' now returns the
+ current log-wealth, whereas the supremum-thus-far statistic is
+ exposed as 'log_wealth_sup'.
+
+- 0.2.2 (2026-07-02)
+ * Adds a Numeric.Eproc.Bernoulli.TwoSided module for a two-sided
+ Bernoulli rate test.
- 0.2.2 (2026-07-02)
* Adds a Numeric.Eproc.Bernoulli.TwoSided module for a two-sided
diff --git a/ppad-eproc.cabal b/ppad-eproc.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-eproc
-version: 0.2.2
+version: 0.3.0
synopsis: Anytime-valid sequential testing via e-processes.
license: MIT
license-file: LICENSE