File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ project (OpenFHE C CXX)
2727
2828set (OPENFHE_VERSION_MAJOR 1)
2929set (OPENFHE_VERSION_MINOR 1)
30- set (OPENFHE_VERSION_PATCH 2 )
30+ set (OPENFHE_VERSION_PATCH 3 )
3131set (OPENFHE_VERSION ${OPENFHE_VERSION_MAJOR} .${OPENFHE_VERSION_MINOR} .${OPENFHE_VERSION_PATCH} )
3232
3333set (CMAKE_CXX_STANDARD 17)
Original file line number Diff line number Diff line change 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+
11312/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 )
You can’t perform that action at this time.
0 commit comments