1Version 1.1.0 2------------- 3 42014-09-16: Nasos Iliopoulos <> 5 * feature: Merged matrix row and column facades ( matrix as a vector of rows/columns ) 6 72014-05-03: David Bellot <[email protected]> 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 122014-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 182014-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. 26