From f12c2adffc0698e874a5fa25cbb7436fc5c58d54 Mon Sep 17 00:00:00 2001 From: Dacheng Xu Date: Sat, 13 Jan 2024 04:09:30 -0500 Subject: [PATCH] Update HISTORY.rst (#43) --- HISTORY.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 14500da..18e846c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,12 @@ +------------------ +1.2.0 (2024/01/13) +------------------ +* Prevent negative rates being passed to Barlow-Beeston equation, and allow per-event weights (#32) +* Add likelihood that takes coupling as shape parameters (#34) +* Patch for tests (#37) +* Use scipy stats for PoissonLL (#40) +* Do not scale mus when livetime_days is 0 (#41) + ------------------ 1.1.0 (2021/01/07) ------------------