Skip to content

Commit e6a1e69

Browse files
committed
Update package version and release notes.
1 parent e10c29d commit e6a1e69

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 4.4.0 - 2026-06-10
2+
3+
* Add Refactorize methods to SparseCholesky, SparseLDL and SparseLU
4+
15
### Version 4.3.0 - 2025-11-11
26

37
* Add net10.0 and remove net6.0 target framework.

CSparse/CSparse.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,23 @@
99
<Description>CSparse.NET provides numerical methods for sparse LU, Cholesky and QR decomposition of real and complex linear systems.</Description>
1010
<Product>CSparse.NET</Product>
1111
<Company />
12-
<Copyright>Copyright Christian Woltering © 2012-2025</Copyright>
12+
<Copyright>Copyright Christian Woltering © 2012-2026</Copyright>
1313
<Authors>Christian Woltering</Authors>
14-
<AssemblyVersion>4.3.0.0</AssemblyVersion>
15-
<FileVersion>4.3.0.0</FileVersion>
16-
<PackageTags>math sparse matrix lu cholesky qr decomposition factorization </PackageTags>
17-
<Version>4.3.0</Version>
14+
<AssemblyVersion>4.4.0.0</AssemblyVersion>
15+
<FileVersion>4.4.0.0</FileVersion>
16+
<PackageTags>math sparse matrix lu cholesky qr decomposition factorization</PackageTags>
17+
<Version>4.4.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>
24-
<PackageReleaseNotes>Version 4.3.0
24+
<PackageReleaseNotes>Version 4.4.0
25+
26+
* Add Refactorize methods to SparseCholesky, SparseLDL and SparseLU
27+
28+
Version 4.3.0
2529

2630
* Add net10.0 and remove net6.0 target framework.
2731
* Minor optimizations for matrix-vector multiplication.

0 commit comments

Comments
 (0)