Skip to content

Commit 2015f40

Browse files
yspolyakovYuriy Polyakov
andauthored
updates to v1.4.1 (#1064)
Co-authored-by: Yuriy Polyakov <ypolyakod@dualitytech.com>
1 parent 25099b7 commit 2015f40

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project (OpenFHE C CXX)
2727

2828
set(OPENFHE_VERSION_MAJOR 1)
2929
set(OPENFHE_VERSION_MINOR 4)
30-
set(OPENFHE_VERSION_PATCH 0)
30+
set(OPENFHE_VERSION_PATCH 1)
3131
set(OPENFHE_VERSION ${OPENFHE_VERSION_MAJOR}.${OPENFHE_VERSION_MINOR}.${OPENFHE_VERSION_PATCH})
3232

3333
set(CMAKE_CXX_STANDARD 17)

docs/static_docs/Release_Notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
110
08/18/2025: OpenFHE 1.4.0 (development) is released
211

312
* 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
1019

1120
07/11/2025: OpenFHE 1.3.1 (stable) is released
1221

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)
1323
* 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)
1424
* Removes extra rotation indices in CKKS bootstrapping (#998)
1525
* Fixes a bug with CKKS bootstrapping for N=2^17 (#996)

0 commit comments

Comments
 (0)