Skip to content

Commit 2d00b06

Browse files
committed
v0.7.0
1 parent 151de6d commit 2d00b06

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

arraymancer.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Package
2-
version = "0.6.3"
2+
version = "0.7.0"
33
author = "Mamy André-Ratsimbazafy"
44
description = "A n-dimensional tensor (ndarray) library"
55
license = "Apache License 2.0"

changelog.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1-
Arraymancer v0.6.X
1+
Arraymancer v0.7.x
22
=====================================================
3+
4+
Arraymancer v0.7.0 Jul. 4 2021 "Memories of Ice"
5+
=====================================================
6+
7+
> 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".
8+
39
Changes :
410
- Add ``toUnsafeView`` as replacement of ``dataArray`` to return a ``ptr UncheckedArray``
5-
11+
- Doc generation fixes
12+
- `cumsum`, `cumprod`
13+
- Fix least square solver
14+
- Fix mean square error backpropagation
15+
- Adapt to upstream symbol resolution changes
16+
- Basic Graph Convolution Network
17+
- Slicing tutorial revamp
18+
- n-dimensional tensor pretty printing
19+
- Compilation fixes to handle Nim v1.0 to Nim devel
20+
21+
Thanks to @Vindaar for maintaining the repo, the docs, pretty-printing and answering many many questions on Discord while I took a step back.
22+
Thanks to @filipeclduarte for the cumsum/cumprod, @Clonkk for updating raw data accesses, @struggle for finding a bug in mean square error backprop,
23+
@timotheecour for spreading new upstream requirements downstream and @anon767 for Graph Neural Network.
624

725
Arraymancer v0.6.2 Dec. 22 2020
826
=====================================================
@@ -65,9 +83,11 @@ Deprecation
6583
- `dataArray` has been deprecated in favor on mutability-safe
6684
`unsafe_raw_offset`
6785

68-
Arraymancer v0.6.0 Jan. 09 2020
86+
Arraymancer v0.6.0 Jan. 09 2020 - "Windwalkers"
6987
=====================================================
7088

89+
> This release is named after "Windwalkers" (2004, French "La Horde du Contrevent"), by Alain Damasio.
90+
7191
Changes:
7292
- The ``symeig`` proc to compute eigenvectors of a symmetric matrix
7393
now accepts an "uplo" char parameter. This allows to fill only the Upper or Lower

0 commit comments

Comments
 (0)