Skip to content

Commit

Permalink
update changelog, push v0.7.30
Browse files Browse the repository at this point in the history
Also updates the wrong dates of the previous 2 tags :)
  • Loading branch information
Vindaar committed May 26, 2024
1 parent 13af280 commit ce97166
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 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.7.29"
version = "0.7.30"
author = "Mamy André-Ratsimbazafy"
description = "A n-dimensional tensor (ndarray) library"
license = "Apache License 2.0"
Expand Down
11 changes: 9 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Arraymancer v0.7.x
=====================================================

Arraymancer v0.7.30 May 26 2024
=====================================================

- Improve the performance of convolve (and correlate) (#650)
- Add versions of `toTensor` that take a type as their second argument (#652)
- More missing numpy and matlab (#649)
- Add `tile` and `repeat_values` procedures (#648)

Arraymancer v0.7.29 Apr. 15 2023
Arraymancer v0.7.29 Apr. 15 2024
=====================================================

- Add `reshape_infer` procedure (PR #646)
Expand All @@ -24,7 +31,7 @@ Arraymancer v0.7.29 Apr. 15 2023
- Support appending one or more individual values (PR #627)
- Add support for initializing all false, all true and random bool tensors (PR #626)

Arraymancer v0.7.28 Feb. 17 2023
Arraymancer v0.7.28 Feb. 17 2024
=====================================================

- drops support for Nim v1.4. Many things are likely to still work,
Expand Down

0 comments on commit ce97166

Please sign in to comment.