From b6703203a44a99f3cdf20a1ac61f4743475ee471 Mon Sep 17 00:00:00 2001 From: dievsky Date: Mon, 8 Feb 2021 16:39:29 +0100 Subject: [PATCH] Version 1.1.0 changes --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index 4f1a303..e4dc24e 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,18 @@ viktor Changelog Here you can see the full list of changes between each viktor release. +Version 1.1.0 + +Released on February 9, 2021 + +- added "transform" and "transformInPlace" methods +- improved performance of multiple operations +- F64FlatArray is specified as return type whenever possible +- types other than F64Array and F64FlatArray are now internal +- improved index and dimensionality checks +- improved test coverage +- removed the benchmarks that were bundled with the project + Version 1.0.2 -------------