Skip to content

Commit 7c301d4

Browse files
committed
Update release notes for v4.2.0
1 parent 3f6b89c commit 7c301d4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CSparse/CSparse.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,21 @@
1111
<Company />
1212
<Copyright>Copyright Christian Woltering © 2012-2024</Copyright>
1313
<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>
1616
<PackageTags>math sparse matrix lu cholesky qr decomposition factorization </PackageTags>
17-
<Version>4.1.0</Version>
17+
<Version>4.2.0</Version>
1818
<AssemblyName>CSparse</AssemblyName>
1919
<RootNamespace>CSparse</RootNamespace>
2020
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
2121
<PackageProjectUrl>https://github.com/wo80/CSparse.NET</PackageProjectUrl>
2222
<RepositoryUrl>https://github.com/wo80/CSparse.NET.git</RepositoryUrl>
2323
<RepositoryType>git</RepositoryType>
2424
<PackageReleaseNotes>
25+
Version 4.2.0
26+
27+
* Make SymbolicColumnStorage class public and update StronglyConnectedComponents and DulmageMendelsohn decomposition accordingly.
28+
2529
Version 4.1.0
2630

2731
* Add overload for creating a sparse matrix from an enumerable of ValueTuple.

0 commit comments

Comments
 (0)