Skip to content

Commit

Permalink
Merge pull request #547 from openfheorg/update-to-v1.1.1
Browse files Browse the repository at this point in the history
Update to v1.1.1
  • Loading branch information
yspolyakov authored Aug 23, 2023
2 parents 2bc84b9 + 73e4945 commit cd0b586
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 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 0)
set(OPENFHE_VERSION_PATCH 1)
set(OPENFHE_VERSION ${OPENFHE_VERSION_MAJOR}.${OPENFHE_VERSION_MINOR}.${OPENFHE_VERSION_PATCH})

set(CMAKE_CXX_STANDARD 17)
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alabaster==0.7.12
Babel==2.9.1
breathe==4.33.1
certifi==2021.10.8
certifi>=2023.7.22
charset-normalizer==2.0.12
docutils==0.17.1
exhale>=0.3.0
Expand All @@ -11,10 +11,10 @@ importlib-metadata>=4.0.0
Jinja2==3.0.3
MarkupSafe>=2.0.0
packaging==21.3
Pygments==2.11.2
Pygments>=2.15.0
pyparsing==3.0.7
pytz==2021.3
requests==2.27.1
requests>=2.31.0
snowballstemmer==2.2.0
Sphinx==4.4.0
sphinx-rtd-theme==1.0.0
Expand Down
11 changes: 10 additions & 1 deletion docs/static_docs/Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
07/28/2024: OpenFHE 1.1.0 (development) is released
08/23/2023: OpenFHE 1.1.1 (development) is released

* Fixes the CMake files (binfhe module is now a dependency for the pke module) [#525, #538]
* Fixes a bug in EvalChebyshevFunction (#530)
* Adds documentation for threshold FHE (#457)
* Includes several other bug fixes

The detailed list of changes is available at https://github.com/openfheorg/openfhe-development/pulls?q=is%3Apr+milestone%3A%22Release+1.1.1%22

07/28/2023: OpenFHE 1.1.0 (development) is released

* Adds scheme switching between CKKS and FHEW/TFHE
* Adds comparison and (arg)min evaluation in CKKS via scheme switching to FHEW/FHEW
Expand Down

0 comments on commit cd0b586

Please sign in to comment.