From 760c37dc3024021637b3883fae6b93db0f925fe6 Mon Sep 17 00:00:00 2001 From: Yuriy Polyakov Date: Fri, 29 Dec 2017 14:43:15 -0500 Subject: [PATCH] Added Release Notes --- Release_Notes.MD | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Release_Notes.MD diff --git a/Release_Notes.MD b/Release_Notes.MD new file mode 100644 index 000000000..b7ca5f978 --- /dev/null +++ b/Release_Notes.MD @@ -0,0 +1,12 @@ +12/29/2017: PALISADE v1.1 is released + +PALISADE v1.1 includes the following new capabilities, library enhancements, and optimizations: + +* New efficient homomorphic scheme: BFVrns +* Newly supported homomorphic operations for multi-depth computations +* Type checking, type safety, and improved error handling +* Faster/more capable Gaussian sampling +* NTL integration as a new option for the multiprecision arithmetic backend +* And more... + +07/15/2017: PALISADE v1.0 is released \ No newline at end of file -- GitLab