Skip to content

Commit f57cd7f

Browse files
author
Yuriy Polyakov
committed
updates the version to v1.1.3
1 parent 2df6dfc commit f57cd7f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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 1)
30-
set(OPENFHE_VERSION_PATCH 2)
30+
set(OPENFHE_VERSION_PATCH 3)
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
03/04/2024: OpenFHE 1.1.3 (stable) is released
2+
3+
* One internal map is now used for all rotation keys, which reduces memory footprint and key generation time for BGV-like schemes (#546)
4+
* New mechanism for OpenFHE exceptions is added; the old one is still available, but will be removed in a later major release (#668)
5+
* Low-level optimizations for polynomial arithmetic (minor efficiency improvements for BGV-like schemes)
6+
* Scheme switching code improvements; note that the API for scheme switching has changed! (#631)
7+
* Improves runtime for systems with a large number of threads/cores (#617)
8+
* Fast rotations are now fully operations in BFV (#569)
9+
* Includes fixes for 18 bugs
10+
11+
The detailed list of changes is available at https://github.com/openfheorg/openfhe-development/issues?q=is%3Aissue+milestone%3A%22Release+1.1.3%22
12+
113
12/16/2023: OpenFHE 1.1.2 (stable) is released
214

315
* Improves the performance of secret-key encryption and key generation for all schemes (#598)

0 commit comments

Comments
 (0)