File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11name = " ExtendableSparse"
22uuid = " 95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
33authors = [" Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>" ]
4- version = " 1.0.0 "
4+ version = " 1.0.1 "
55
66[deps ]
77DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Original file line number Diff line number Diff line change 11# Changes
22
3- ## v0.9.7, Jan 22, 2023
4-
3+ ## v1.0.1, Jan 22, 2023
54 - support of AbstractSparseMatrixCSC interface
5+ - replace SparseArrays.sparse by SparseArrays.SparseMatrixCSC
66
77## v0.9.6, Jan 22, 2023
88
Original file line number Diff line number Diff line change @@ -109,16 +109,18 @@ end
109109# transpose(sparse(parent(text)))
110110# end
111111
112+
112113"""
113114$(SIGNATURES)
114115
115116 Create SparseMatrixCSC from ExtendableSparseMatrix
116117"""
117- function SparseArrays. sparse (A:: ExtendableSparseMatrix )
118+ function SparseArrays. SparseMatrixCSC (A:: ExtendableSparseMatrix )
118119 flush! (A)
119120 A. cscmatrix
120121end
121122
123+
122124"""
123125$(SIGNATURES)
124126
You can’t perform that action at this time.
0 commit comments