Skip to content

Commit 94cef2e

Browse files
yspolyakovYuriy Polyakov
andauthored
updated release to v1.3.1 (#1016)
* updated release to v1.3.1 * Update contributors.rst --------- Co-authored-by: Yuriy Polyakov <ypolyakod@dualitytech.com>
1 parent 50ff6cc commit 94cef2e

4 files changed

Lines changed: 18 additions & 4 deletions

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 3)
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)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ To get familiar with the main API of OpenFHE, we recommend looking at the code o
7878
1. [Examples with Scheme Switching between CKKS and FHEW/TFHE](src/pke/examples/scheme-switching.cpp)
7979
1. Threshold FHE:
8080
1. [Code Example for BGV, BFV, and CKKS](src/pke/examples/threshold-fhe.cpp)
81-
1. [$2$-party Interactive Bootstrapping Examples](src/pke/examples/interactive-bootstrapping.cpp)
82-
1. [Simple $n$-party Interactive Bootstrapping Example](src/pke/examples/tckks-interactive-mp-bootstrapping.cpp)
83-
1. [$n$-party Interactive Bootstrapping after Chebyshev Approximation](src/pke/examples/tckks-interactive-mp-bootstrapping-Chebyshev.cpp)
81+
1. [2-party Interactive Bootstrapping Examples](src/pke/examples/interactive-bootstrapping.cpp)
82+
1. [Simple n-party Interactive Bootstrapping Example](src/pke/examples/tckks-interactive-mp-bootstrapping.cpp)
83+
1. [n-party Interactive Bootstrapping after Chebyshev Approximation](src/pke/examples/tckks-interactive-mp-bootstrapping-Chebyshev.cpp)
8484
1. [Code Example for BFV with 5 parties](src/pke/examples/threshold-fhe-5p.cpp)
8585

8686
## Main API

docs/sphinx_rsts/misc/contributors.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ We gratefully acknowledge intellectual and software contributions to the library
5555

5656
* Kevin King (Massachusetts Institute of Technology)
5757

58+
* Jeremy Kun (Google)
59+
5860
* Yongwoo Lee (Samsung Advanced Institute of Technology, Inha University)
5961

6062
* Thomas (Zeyu) Liu (Duality Technologies, Columbia University, Yale University)
@@ -109,6 +111,8 @@ We gratefully acknowledge intellectual and software contributions to the library
109111

110112
* Michael Walter (University of California San Diego)
111113

114+
* Hongren Zheng (Tsinghua University)
115+
112116
* Vincent Zucca (Universite de Perpignan Via Domitia, LIRMM, University of Montpellier, KU Leuven)
113117

114118
**Note.** We have attempted to make an as inclusive a list as possible to identify contributors, but we may of forgotten some important contributors. Any oversights are unintentional. If we neglected to identify your contribution, please let us know and we'll update our listing. If you are on the list of contributors and you'd prefer not to be, please let us know and we'll similarly update our list.

docs/static_docs/Release_Notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
07/11/2025: OpenFHE 1.3.1 (stable) is released
2+
3+
* 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)
4+
* Removes extra rotation indices in CKKS bootstrapping (#998)
5+
* Fixes a bug with CKKS bootstrapping for N=2^17 (#996)
6+
* Improves exception handling
7+
* Fixes several other bugs
8+
9+
The detailed list of changes is available at https://github.com/openfheorg/openfhe-development/issues?q=is%3Aissue+milestone%3A%22Release+1.3.1%22
10+
111
05/21/2025: OpenFHE 1.3.0 (development) is released
212

313
* Adds the composite scaling modes to CKKS based on https://eprint.iacr.org/2023/1462 (see https://github.com/openfheorg/openfhe-development/blob/main/src/pke/examples/COMPOSITE_SCALING.md for more details)

0 commit comments

Comments
 (0)