mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
Merge branch 'main' into integrity-across-versions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user