From ed5dbd273e06e14f7ab290637a4c7f73492e9553 Mon Sep 17 00:00:00 2001 From: lehugueni Date: Mon, 14 Oct 2024 08:58:38 +0200 Subject: [PATCH] fix changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9daf8083..5ebd3621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ All notable changes to this library are documented in this file. ## [6.1.0] - 04.10.2024 -- Update of `PrecisionStats` in `ckks/precision.go`: - - precision/error stats computed as log2 of min/max/average/... +- Update of `PrecisionStats` in `ckks/precision.go`: + - The precision is now computed as the min/max/average/... of the log of the error (instead of the log of the min/max/average/... of the error). - fields renamed (`MinPrecision` -> `MINLog2Prec`, `MaxPrecision` -> `MAXLog2Prec`, ...) - `rlwe.Scale` has a `.Log2()` method - Update of `mod1.Parameters` fields (made public, some removed)