Skip to content

Commit 7553465

Browse files
committed
Add .zenodo.json
1 parent fbbb9da commit 7553465

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.zenodo.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"title": "ExtendableSparse.jl",
3+
4+
"creators": [
5+
{
6+
"affiliation": "Weierstrass Institute (WIAS) Berlin",
7+
"name": "Fuhrmann, Jürgen",
8+
"orcid": "0000-0003-4432-2434"
9+
}
10+
],
11+
12+
"description": "Sparse matrix class with efficient successive insertion of entries and entry update.",
13+
14+
"keywords": [
15+
"Sparse Matrix Assembly",
16+
"Julia language"
17+
],
18+
19+
"access_right": "open",
20+
"license": "BSD-3-Clause",
21+
"upload_type": "software"
22+
}
23+

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.3.4"
4+
version = "0.3.5"
55

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

0 commit comments

Comments
 (0)