We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a0960 commit 607fee9Copy full SHA for 607fee9
Project.toml
@@ -1,7 +1,7 @@
1
name = "ExtendableSparse"
2
uuid = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
3
authors = ["Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>"]
4
-version = "0.2.1"
+version = "0.2.2"
5
6
[deps]
7
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
docs/src/changes.md
@@ -1,6 +1,6 @@
# Changes
-## dev
+## v0.2.2. Dec 23, 2019
- What used to be `_splice` is now `+` and allows now real addition (resulting in a CSC matrix)
- Added constructors of LNK matrix from CSC matrix and vice versa
- reorganized tests
0 commit comments