Skip to content

Commit

Permalink
Update release notes for v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wo80 committed Sep 15, 2024
1 parent 3f6b89c commit 7c301d4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CSparse/CSparse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,21 @@
<Company />
<Copyright>Copyright Christian Woltering © 2012-2024</Copyright>
<Authors>Christian Woltering</Authors>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<FileVersion>4.1.0.0</FileVersion>
<AssemblyVersion>4.2.0.0</AssemblyVersion>
<FileVersion>4.2.0.0</FileVersion>
<PackageTags>math sparse matrix lu cholesky qr decomposition factorization </PackageTags>
<Version>4.1.0</Version>
<Version>4.2.0</Version>
<AssemblyName>CSparse</AssemblyName>
<RootNamespace>CSparse</RootNamespace>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/wo80/CSparse.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/wo80/CSparse.NET.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>
Version 4.2.0

* Make SymbolicColumnStorage class public and update StronglyConnectedComponents and DulmageMendelsohn decomposition accordingly.

Version 4.1.0

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

0 comments on commit 7c301d4

Please sign in to comment.