File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.5.1] - 2024-07-26
9
+
10
+ ### Added
11
+
12
+ - Function ` spmv! ` .
13
+
14
+ ### Fixed
15
+
16
+ - Performance improvements in sparse matrix-vector multiplication.
17
+
8
18
## [ 0.5.0] - 2024-07-26
9
19
10
20
### Changed
Original file line number Diff line number Diff line change 1
1
name = " PartitionedArrays"
2
2
uuid = " 5a9dfac6-5c52-46f7-8278-5e2210713be9"
3
3
authors = [" Francesc Verdugo <f.verdugo.rojano@vu.nl> and contributors" ]
4
- version = " 0.5.0 "
4
+ version = " 0.5.1 "
5
5
6
6
[deps ]
7
7
CircularArrays = " 7a955b69-7140-5f4e-a0ed-f168c5e2e749"
You can’t perform that action at this time.
0 commit comments