Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jul 4, 2021
1 parent 151de6d commit 2d00b06
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arraymancer.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
26 changes: 23 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
=====================================================
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2d00b06

Please sign in to comment.