From e897d1b2307fdd2d9cd438ed918f6dc7024a8754 Mon Sep 17 00:00:00 2001 From: Yuriy Polyakov Date: Wed, 23 Aug 2023 10:39:42 -0400 Subject: [PATCH 1/2] updated to v1.1.1 --- CMakeLists.txt | 2 +- docs/static_docs/Release_Notes.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a7ae40e0..8f64a7b6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/docs/static_docs/Release_Notes.md b/docs/static_docs/Release_Notes.md index 591ef20f0..0d31ed8a0 100644 --- a/docs/static_docs/Release_Notes.md +++ b/docs/static_docs/Release_Notes.md @@ -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 From 73e4945d6eec0d64ae822e405473f80a8624e163 Mon Sep 17 00:00:00 2001 From: Yuriy Polyakov Date: Wed, 23 Aug 2023 10:44:58 -0400 Subject: [PATCH 2/2] fixes vulnerabilities in docs/requirements.txt --- docs/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 02d17385a..0e32690c1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 @@ -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