|
1 | | -Arraymancer v0.6.X |
| 1 | +Arraymancer v0.7.x |
2 | 2 | ===================================================== |
| 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 | +
|
3 | 9 | Changes : |
4 | 10 | - 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. |
6 | 24 |
|
7 | 25 | Arraymancer v0.6.2 Dec. 22 2020 |
8 | 26 | ===================================================== |
@@ -65,9 +83,11 @@ Deprecation |
65 | 83 | - `dataArray` has been deprecated in favor on mutability-safe |
66 | 84 | `unsafe_raw_offset` |
67 | 85 |
|
68 | | -Arraymancer v0.6.0 Jan. 09 2020 |
| 86 | +Arraymancer v0.6.0 Jan. 09 2020 - "Windwalkers" |
69 | 87 | ===================================================== |
70 | 88 |
|
| 89 | +> This release is named after "Windwalkers" (2004, French "La Horde du Contrevent"), by Alain Damasio. |
| 90 | +
|
71 | 91 | Changes: |
72 | 92 | - The ``symeig`` proc to compute eigenvectors of a symmetric matrix |
73 | 93 | now accepts an "uplo" char parameter. This allows to fill only the Upper or Lower |
|
0 commit comments