Skip to content

Commit

Permalink
update changelog, push v0.7.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Jun 16, 2024
1 parent fa856b0 commit c95e1c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.7.31"
version = "0.7.32"
author = "Mamy André-Ratsimbazafy"
description = "A n-dimensional tensor (ndarray) library"
license = "Apache License 2.0"
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Arraymancer v0.7.x
=====================================================

Arraymancer v0.7.32 Jun 16 2024
=====================================================

- minor regression fix for `toTensor` taking `SomeSet` which in some
cases could lead to the Nim compiler picking the wrong overload
- add Division gate for autograd engine (#583 by @jegork)
- provide a better fix for `append` issue #637 (#654)

Arraymancer v0.7.31 May 28 2024
=====================================================

Expand Down

0 comments on commit c95e1c7

Please sign in to comment.