Skip to content

Commit 9c640c2

Browse files
committed
version -> 0.2.1
1 parent 426278d commit 9c640c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExtendableSparse"
22
uuid = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
33
authors = ["Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

docs/src/changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changes
2-
## dev
2+
## v0.2.1 Dec 22, 2019
33
- Tried to track down the source from which I learned the linked list based struct in order
44
to document this. Ended up with SPARSEKIT of Y.Saad, however I believe this
55
already was in SPARSEPAK by Chu,George,Liu.
66
- Internal rename of SparseMatrixExtension to SparseMatrixLNK.
77

8-
## v0.2 Dec 2019
8+
## v0.2 Dec 21, 2019
99
- more interface methods delegating to csc, in particular mul! and ldiv!
1010
- lazy creation of extendable part: don't create idle memory
1111
- nicer constructors

0 commit comments

Comments
 (0)