|
Revision 1013, 1.0 kB
(checked in by hovinen, 6 years ago)
|
|
2002-08-28 Bradford Hovinen <hovinen@…>
- tests/Makefile.am (BASIC_TESTS): Remove test-lu due to
compilation problems
- configure.in: Bump version to 0.1.2
- linbox/field/lidia-gfq.h (LidiaGfq::read, LidiaGfq::write): Use
std::ostream, std::istream
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | Version 0.1.2, 28 August 2002 |
|---|
| 2 | |
|---|
| 3 | - Fixed documentation build problems |
|---|
| 4 | - Made documentation building optional, using --enable |
|---|
| 5 | arguments |
|---|
| 6 | - Added field () method to SparseMatrix0 |
|---|
| 7 | - Added ability to detect that a GMP prefix given is for an |
|---|
| 8 | uninstalled copy |
|---|
| 9 | |
|---|
| 10 | Version 0.1.1, 27 August 2002 |
|---|
| 11 | |
|---|
| 12 | - Fixed memory leak in BlackboxContainerBase |
|---|
| 13 | - Size checking at build time and definition of data types |
|---|
| 14 | int8, int16, int32, int64 and unsigned variants, guaranteed |
|---|
| 15 | to be of their respective lengths. Specializations of |
|---|
| 16 | Modular have been updated to use these types |
|---|
| 17 | - Performance tweaks to Modular<uint32> specialization of dot |
|---|
| 18 | product |
|---|
| 19 | - New test suites for the commentator and butterfly |
|---|
| 20 | preconditioner |
|---|
| 21 | - Numerous commentator bugfixes and output tweaks |
|---|
| 22 | - Removed inefficiency in the Modular random iterator |
|---|
| 23 | - Reorganization and simplification of modular, vector domain, |
|---|
| 24 | and sparse matrix tests |
|---|
| 25 | - Enhancements and fixes in the build system |
|---|
| 26 | - Various other bugfixes and enhancements |
|---|