Skip to content

Commit 61601b1

Browse files
authored
Merge pull request #694 from openfheorg/update-to-v1.1.3
updates the version to v1.1.3
2 parents 2df6dfc + 8a5eaab commit 61601b1

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
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/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exhale>=0.3.0
88
idna==3.3
99
imagesize==1.3.0
1010
importlib-metadata>=4.0.0
11-
Jinja2==3.0.3
11+
jinja2>=3.1.3
1212
MarkupSafe>=2.0.0
1313
packaging==21.3
1414
Pygments>=2.15.0
@@ -25,5 +25,5 @@ sphinxcontrib-jsmath==1.0.1
2525
sphinxcontrib-mermaid==0.7.1
2626
sphinxcontrib-qthelp==1.0.3
2727
sphinxcontrib-serializinghtml==1.1.5
28-
urllib3==1.26.9
28+
urllib3>=1.26.18
2929
zipp==3.7.0

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)