Skip to content

Commit

Permalink
update changelog, push v0.7.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Oct 11, 2024
1 parent 945a6d8 commit 873ac94
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.32"
version = "0.7.33"
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.33 Oct 11 2024
=====================================================

- Add "format string" support for tensors (#655)
- Explicitly allow `openArray` in Tensor `[]`, `[]=`, fix the CI (#666)
- Update arraymancer dependencies (#665)
- Add support for running some key `bitops` functions on integer Tensors (#661)
- Make the output of `ismember` have the same shape as its first input (#657)
- Non-contiguous tensor iteration optimization (#659)
- update nimcuda dependency to v0.2.0

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

Expand Down

0 comments on commit 873ac94

Please sign in to comment.