Skip to content

Commit

Permalink
update changelog, push version v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Aug 13, 2021
1 parent 4762693 commit 5fe0722
Show file tree
Hide file tree
Showing 2 changed files with 12 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.5"
version = "0.7.6"
author = "Mamy André-Ratsimbazafy"
description = "A n-dimensional tensor (ndarray) library"
license = "Apache License 2.0"
Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Arraymancer v0.7.x
=====================================================

Arraymancer v0.7.6 Aug. 13 2021
=====================================================

- remove the MNIST download test from the default test cases, as it is
too flaky for a CI
- fix issue #523 by fixing how `map_inline` works for rank > 1
tensors. Access the data storage at correct indices instead of using
the regular tensor `[]` accessor (which requires N indices for a
rank N tensor)


Arraymancer v0.7.5 Jul. 26 2021
=====================================================

Expand Down

0 comments on commit 5fe0722

Please sign in to comment.