Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerber48 committed Dec 18, 2024
1 parent 6470a24 commit afa1712
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<codspeed.io>`_ to track
benchmarking results. (#274)


Fixes:

- fix `readthedocs` configuration so that the build passes (#254)
Expand Down

0 comments on commit afa1712

Please sign in to comment.