You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/static_docs/Release_Notes.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
10/14/2025: OpenFHE 1.4.1 (stable) is released
2
+
3
+
* Changes `convert` to `ConvertRLWEToCKKS` and `ConvertCKKSToRLWE` + other small API updates for functional CKKS bootstrapping (#1047)
4
+
* Removes the need for setting `LD_LIBRARY_PATH` when installing the library at a different location for user projects (#1050)
5
+
* Adds a new API for `EvalFastRotation` that does not requre specifying the cyclotomic order (#1051)
6
+
* Fixes several bugs
7
+
8
+
The detailed list of changes is available at https://github.com/openfheorg/openfhe-development/issues?q=is%3Aissue+milestone%3A%22Release+1.4.1%22
9
+
1
10
08/18/2025: OpenFHE 1.4.0 (development) is released
2
11
3
12
* Adds general functional bootstrapping using CKKS proposed in https://eprint.iacr.org/2024/1623 (#954)
@@ -10,6 +19,7 @@ The detailed list of changes is available at https://github.com/openfheorg/openf
10
19
11
20
07/11/2025: OpenFHE 1.3.1 (stable) is released
12
21
22
+
* API change: Previously, const plaintexts were silently modified; the `const` qualifier now has to be removed in these cases; see #1046 for more details (#970)
13
23
* Updates the noise estimation models for BGV and BFV, making them slightly more conservative (roughly 1 extra bit is added for each multiplicative level) (#1004)
14
24
* Removes extra rotation indices in CKKS bootstrapping (#998)
15
25
* Fixes a bug with CKKS bootstrapping for N=2^17 (#996)
0 commit comments