From 2d00b067961c0f7054c074d82ad1dd7f595d750f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mamy=20Andr=C3=A9-Ratsimbazafy?= Date: Sun, 4 Jul 2021 11:48:29 +0200 Subject: [PATCH] v0.7.0 --- arraymancer.nimble | 2 +- changelog.md | 26 +++++++++++++++++++++++--- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/arraymancer.nimble b/arraymancer.nimble index ab79d1383..3c32cd6c9 100644 --- a/arraymancer.nimble +++ b/arraymancer.nimble @@ -1,5 +1,5 @@ ### Package -version = "0.6.3" +version = "0.7.0" author = "Mamy André-Ratsimbazafy" description = "A n-dimensional tensor (ndarray) library" license = "Apache License 2.0" diff --git a/changelog.md b/changelog.md index 906f54bd6..c6fecfd5c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,26 @@ -Arraymancer v0.6.X +Arraymancer v0.7.x ===================================================== + +Arraymancer v0.7.0 Jul. 4 2021 "Memories of Ice" +===================================================== + +> This release is named after "Memories of Ice" (2001), the third book of Steven Erikson epic dark fantasy masterpiece "The Malazan Book of the Fallen". + Changes : - Add ``toUnsafeView`` as replacement of ``dataArray`` to return a ``ptr UncheckedArray`` - + - Doc generation fixes + - `cumsum`, `cumprod` + - Fix least square solver + - Fix mean square error backpropagation + - Adapt to upstream symbol resolution changes + - Basic Graph Convolution Network + - Slicing tutorial revamp + - n-dimensional tensor pretty printing + - Compilation fixes to handle Nim v1.0 to Nim devel + +Thanks to @Vindaar for maintaining the repo, the docs, pretty-printing and answering many many questions on Discord while I took a step back. +Thanks to @filipeclduarte for the cumsum/cumprod, @Clonkk for updating raw data accesses, @struggle for finding a bug in mean square error backprop, +@timotheecour for spreading new upstream requirements downstream and @anon767 for Graph Neural Network. Arraymancer v0.6.2 Dec. 22 2020 ===================================================== @@ -65,9 +83,11 @@ Deprecation - `dataArray` has been deprecated in favor on mutability-safe `unsafe_raw_offset` -Arraymancer v0.6.0 Jan. 09 2020 +Arraymancer v0.6.0 Jan. 09 2020 - "Windwalkers" ===================================================== +> This release is named after "Windwalkers" (2004, French "La Horde du Contrevent"), by Alain Damasio. + Changes: - The ``symeig`` proc to compute eigenvectors of a symmetric matrix now accepts an "uplo" char parameter. This allows to fill only the Upper or Lower