File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11
11
<Company />
12
12
<Copyright >Copyright Christian Woltering © 2012-2024</Copyright >
13
13
<Authors >Christian Woltering</Authors >
14
- <AssemblyVersion >4.1 .0.0</AssemblyVersion >
15
- <FileVersion >4.1 .0.0</FileVersion >
14
+ <AssemblyVersion >4.2 .0.0</AssemblyVersion >
15
+ <FileVersion >4.2 .0.0</FileVersion >
16
16
<PackageTags >math sparse matrix lu cholesky qr decomposition factorization </PackageTags >
17
- <Version >4.1 .0</Version >
17
+ <Version >4.2 .0</Version >
18
18
<AssemblyName >CSparse</AssemblyName >
19
19
<RootNamespace >CSparse</RootNamespace >
20
20
<PackageLicenseExpression >LGPL-2.1-only</PackageLicenseExpression >
21
21
<PackageProjectUrl >https://github.com/wo80/CSparse.NET</PackageProjectUrl >
22
22
<RepositoryUrl >https://github.com/wo80/CSparse.NET.git</RepositoryUrl >
23
23
<RepositoryType >git</RepositoryType >
24
24
<PackageReleaseNotes >
25
+ Version 4.2.0
26
+
27
+ * Make SymbolicColumnStorage class public and update StronglyConnectedComponents and DulmageMendelsohn decomposition accordingly.
28
+
25
29
Version 4.1.0
26
30
27
31
* Add overload for creating a sparse matrix from an enumerable of ValueTuple.
You can’t perform that action at this time.
0 commit comments