|
9 | 9 | <Description>CSparse.NET provides numerical methods for sparse LU, Cholesky and QR decomposition of real and complex linear systems.</Description>
|
10 | 10 | <Product>CSparse.NET</Product>
|
11 | 11 | <Company />
|
12 |
| - <Copyright>Copyright Christian Woltering © 2012-2023</Copyright> |
| 12 | + <Copyright>Copyright Christian Woltering © 2012-2024</Copyright> |
13 | 13 | <Authors>Christian Woltering</Authors>
|
14 |
| - <AssemblyVersion>3.8.1.0</AssemblyVersion> |
15 |
| - <FileVersion>3.8.1.0</FileVersion> |
| 14 | + <AssemblyVersion>4.0.0.0</AssemblyVersion> |
| 15 | + <FileVersion>4.0.0.0</FileVersion> |
16 | 16 | <PackageTags>math sparse matrix lu cholesky qr decomposition factorization </PackageTags>
|
17 |
| - <Version>3.8.1</Version> |
| 17 | + <Version>4.0.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</RepositoryUrl>
|
23 | 23 | <RepositoryType>git</RepositoryType>
|
24 | 24 | <PackageReleaseNotes>
|
25 |
| -Changes in version 3.8.1: |
| 25 | + The major version change is due to the removal of obsolete methods in the Converter class. Visibility of that class was changed from public to internal. In case those obsolete methods were still used, please switch to the static conversion methods provided by the SparseMatrix class. |
26 | 26 |
|
27 |
| -* Add overloads for permutation Invert() and IsValid() methods taking the permutation length as argument. |
| 27 | + Other changes in version 4.0.0: |
28 | 28 |
|
29 |
| -Changes in version 3.8.0: |
30 |
| - |
31 |
| -* Add overloads for the factorization Solve() methods taking Span<T> as argument. Note that this introduces a dependency on System.Memory for the netstandard2.0 assembly. |
32 |
| - </PackageReleaseNotes> |
| 29 | + * Addition of helper method Helper.ValidateStorage(...) to validate the structure of a sparse matrix. |
| 30 | + * Improvements to documentation. |
| 31 | + </PackageReleaseNotes> |
33 | 32 | </PropertyGroup>
|
34 | 33 |
|
35 | 34 | <ItemGroup>
|
|
0 commit comments