Skip to content

Commit

Permalink
Merge pull request openfheorg#694 from openfheorg/update-to-v1.1.3
Browse files Browse the repository at this point in the history
updates the version to v1.1.3
  • Loading branch information
yspolyakov authored Mar 4, 2024
2 parents 2df6dfc + 8a5eaab commit 61601b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project (OpenFHE C CXX)

set(OPENFHE_VERSION_MAJOR 1)
set(OPENFHE_VERSION_MINOR 1)
set(OPENFHE_VERSION_PATCH 2)
set(OPENFHE_VERSION_PATCH 3)
set(OPENFHE_VERSION ${OPENFHE_VERSION_MAJOR}.${OPENFHE_VERSION_MINOR}.${OPENFHE_VERSION_PATCH})

set(CMAKE_CXX_STANDARD 17)
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exhale>=0.3.0
idna==3.3
imagesize==1.3.0
importlib-metadata>=4.0.0
Jinja2==3.0.3
jinja2>=3.1.3
MarkupSafe>=2.0.0
packaging==21.3
Pygments>=2.15.0
Expand All @@ -25,5 +25,5 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-mermaid==0.7.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.9
urllib3>=1.26.18
zipp==3.7.0
12 changes: 12 additions & 0 deletions docs/static_docs/Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
03/04/2024: OpenFHE 1.1.3 (stable) is released

* One internal map is now used for all rotation keys, which reduces memory footprint and key generation time for BGV-like schemes (#546)
* New mechanism for OpenFHE exceptions is added; the old one is still available, but will be removed in a later major release (#668)
* Low-level optimizations for polynomial arithmetic (minor efficiency improvements for BGV-like schemes)
* Scheme switching code improvements; note that the API for scheme switching has changed! (#631)
* Improves runtime for systems with a large number of threads/cores (#617)
* Fast rotations are now fully operations in BFV (#569)
* Includes fixes for 18 bugs

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/16/2023: OpenFHE 1.1.2 (stable) is released

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

0 comments on commit 61601b1

Please sign in to comment.