From 5ae23f3e2f8e59c924c22705c909556bea66ef49 Mon Sep 17 00:00:00 2001 From: Nicholas Lourie Date: Mon, 5 Aug 2024 21:13:04 -0400 Subject: [PATCH] Update changelog for branch 'add-c_min-and-c_max-class-attributes' --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d4cef00..e076c99 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -53,6 +53,8 @@ The format is based on `Keep a Changelog * Add a README for the data: ``data/resnet/README.md``. * Add support for ``scipy == 1.14``. +* Add the ``C_MIN`` and ``C_MAX`` class attributes to + ``opda.parametric.NoisyQuadraticDistribution``. .. rubric:: Changes