wn_sparse_solve releases
-
Version 0.9 (2026-02-18)
- New:
-
A stack size limitation has been adjusted and an allocation error has
been fixed.
-
Version 0.8 (2024-03-31)
- New:
-
Module now uses f95 version of Sparskit2 by default.
-
Version 0.7 (2019-05-10)
- Fix:
-
Problematic compiler flag -ansi has been removed.
-
Sparskit2 download has been updated.
-
Version 0.6 (2016-08-24)
- New:
-
User can now explicitly set the string type for xmlStrPrintf format with the environment variable WN_XML_CHAR when compiling examples.
- Internal:
-
Includes have been moved outside extern "C" to prevent template specialization warnings.
-
Version 0.5 (2013-12-17)
- Fix:
-
Unsupported Sparskit routines have been modified for thread safety.
- Reorganization:
-
Unnecessary matrix scalings have been removed.
-
Version 0.4 (2012-10-25)
- New:
-
Code is now hosted at SourceForge.net.
- Fix:
-
size_t's are cast to ints in ilu preconditioner for more portable
interfacing with Sparskit.
-
Code uses extern "C" for c++ compilers.
- Reorganization:
-
Examples Makefile now can download Sparskit directly.
-
Examples Makefile now directly makes the Sparskit library.
-
Version 0.3 (2009-02-20)
- Fix:
-
my_ilu_transpose_solver in ilu_solvers.c in the examples/ directory
now correctly includes missing line to get number of rows.
-
Documentation for WnSparseSolve__Exp__solve() has been fixed.
-
Checks on input have been added to a number of API routines.
-
Examples have been fixed to work with 64-bit compilers. In particular,
print out of size_t variables are cast to unsigned longs for
portability. Those working exclusively on 64-bit machines may wish
to remove the casts and use the %lu, %llu, or %z format code, as
appropriate.
- Reorganization:
-
README.txt has been removed from examples/ directory for easier
maintenance. Copyright information is in src/README.txt.
-
Version 0.2 (2008-07-19)
- Fix:
-
Example codes now correctly compile with g++.
-
Example codes now can be correctly profiled with gprof.
-
src/examples/README.txt now correctly includes example6.c and
my_convergence_tester.c/h In directory contents section.
- Reorganization:
-
Where relevant, a number of unsigned int variables have been converted
to size_t.
-
Version 0.1 (2008-06-30)