Skip to content

Commit 873ac94

Browse files
committed
update changelog, push v0.7.33
1 parent 945a6d8 commit 873ac94

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

arraymancer.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Package
2-
version = "0.7.32"
2+
version = "0.7.33"
33
author = "Mamy André-Ratsimbazafy"
44
description = "A n-dimensional tensor (ndarray) library"
55
license = "Apache License 2.0"

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Arraymancer v0.7.x
22
=====================================================
33

4+
Arraymancer v0.7.33 Oct 11 2024
5+
=====================================================
6+
7+
- Add "format string" support for tensors (#655)
8+
- Explicitly allow `openArray` in Tensor `[]`, `[]=`, fix the CI (#666)
9+
- Update arraymancer dependencies (#665)
10+
- Add support for running some key `bitops` functions on integer Tensors (#661)
11+
- Make the output of `ismember` have the same shape as its first input (#657)
12+
- Non-contiguous tensor iteration optimization (#659)
13+
- update nimcuda dependency to v0.2.0
14+
415
Arraymancer v0.7.32 Jun 16 2024
516
=====================================================
617

0 commit comments

Comments
 (0)