From afa171227912a82e2d17e7ac28cc84f61892bf30 Mon Sep 17 00:00:00 2001 From: Justin Gerber Date: Thu, 19 Dec 2024 00:06:01 +0900 Subject: [PATCH] Changelog --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c9263ab6..df962506 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,15 @@ Changes execute it, a `NotImplementedError` is raised indicating that the function can't be used because `numpy` couldn't be imported. +Adds: + +- Added a small benchmarking suite to CI to guard against absolute performance + regressions and accidental breakage of the lazy expansion algorithm whichs ensures + O(N), rather than O(N^2), scaling complexity for operations involving many numbers + with uncertainty. Established connectivity with `codspeed.io`_ to track + benchmarking results. (#274) + + Fixes: - fix `readthedocs` configuration so that the build passes (#254)