|
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-2024</Copyright> |
| 12 | + <Copyright>Copyright Christian Woltering © 2012-2025</Copyright> |
13 | 13 | <Authors>Christian Woltering</Authors> |
14 | | - <AssemblyVersion>4.2.0.0</AssemblyVersion> |
15 | | - <FileVersion>4.2.0.0</FileVersion> |
| 14 | + <AssemblyVersion>4.3.0.0</AssemblyVersion> |
| 15 | + <FileVersion>4.3.0.0</FileVersion> |
16 | 16 | <PackageTags>math sparse matrix lu cholesky qr decomposition factorization </PackageTags> |
17 | | - <Version>4.2.0</Version> |
| 17 | + <Version>4.3.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 | | - <PackageReleaseNotes> |
25 | | - Version 4.2.0 |
| 24 | + <PackageReleaseNotes>Version 4.3.0 |
26 | 25 |
|
27 | | - * Make SymbolicColumnStorage class public and update StronglyConnectedComponents and DulmageMendelsohn decomposition accordingly. |
| 26 | +* Add net10.0 and remove net6.0 target framework. |
| 27 | +* Minor optimizations for matrix-vector multiplication. |
| 28 | +* Minor optimizations checking empty Span. |
28 | 29 |
|
29 | | - Version 4.1.0 |
| 30 | +Version 4.2.0 |
30 | 31 |
|
31 | | - * Add overload for creating a sparse matrix from an enumerable of ValueTuple. |
32 | | - * Add matrix EnumerateIndexedAsValueTuples() to enumerate entries as ValueTuple. |
| 32 | +* Make SymbolicColumnStorage class public and update StronglyConnectedComponents and DulmageMendelsohn decomposition accordingly. |
33 | 33 |
|
34 | | - Version 4.0.0 |
| 34 | +Version 4.1.0 |
35 | 35 |
|
36 | | - 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. |
| 36 | +* Add overload for creating a sparse matrix from an enumerable of ValueTuple. |
| 37 | +* Add matrix EnumerateIndexedAsValueTuples() to enumerate entries as ValueTuple. |
37 | 38 |
|
38 | | - Other changes in this version: |
| 39 | +Version 4.0.0 |
39 | 40 |
|
40 | | - * Addition of helper method Helper.ValidateStorage(...) to validate the structure of a sparse matrix. |
41 | | - * Update to GetHashCode() method of CompressedColumnStorage class. |
42 | | - * Improvements to documentation. |
43 | | - </PackageReleaseNotes> |
| 41 | +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. |
| 42 | + |
| 43 | +Other changes in this version: |
| 44 | + |
| 45 | +* Addition of helper method Helper.ValidateStorage(...) to validate the structure of a sparse matrix. |
| 46 | +* Update to GetHashCode() method of CompressedColumnStorage class. |
| 47 | +* Improvements to documentation. |
| 48 | +</PackageReleaseNotes> |
44 | 49 | </PropertyGroup> |
45 | 50 |
|
46 | 51 | <ItemGroup> |
|
0 commit comments