Changelog 1003 B

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