Brian Silverman | dc6866b | 2018-08-05 00:18:23 -0700 | [diff] [blame] | 1 | Version 1.1.0 |
| 2 | ------------- |
| 3 | |
| 4 | 2014-09-16: Nasos Iliopoulos <> |
| 5 | * feature: Merged matrix row and column facades ( matrix as a vector of rows/columns ) |
| 6 | |
| 7 | 2014-05-03: David Bellot <david.bellot@gmail.com> |
| 8 | * removed doxygen documentation from main source |
| 9 | * changed the changelog file for GNU format |
| 10 | * changed doc extension to a more "standard" .html |
| 11 | |
| 12 | 2014-04-08 Nasos Iliopoulos <> |
| 13 | |
| 14 | * bugfix: introduced an additional swap implementation for index_pair_array and |
| 15 | index_triple_array to allow proper compilation of sparse containers |
| 16 | with g++>4.8 (4.7 also?) in C++11 mode. |
| 17 | |
| 18 | 2014-04-02 Nasos Iliopoulos <> |
| 19 | |
| 20 | * Added changelog |
| 21 | * bugfix: corrected a big number of warnings coming from stray typedefs. Other |
| 22 | similar issues may be present that are not triggered by the unit tests |
| 23 | * bugfix: Corrected the banded matrix bug (https://svn.boost.org/trac/boost/ticket/7549) |
| 24 | and updated appropriate unit tests. To enable the old (incorrect though) |
| 25 | behaviour one should define BOOST_UBLAS_LEGACY_BANDED. |