Skip to content

Releases: calebzulawski/cotila

Cotila v1.2.1

07 Mar 03:07
Compare
Choose a tag to compare
  • Fixed sum using integer accumulator with floating point input
  • Various build system improvements

Cotila v1.2.0

24 Jan 03:38
Compare
Choose a tag to compare
  • Added CMake build supporting tests and documentation
  • Fixed some compiler warnings

Cotila v1.1.1

24 Sep 15:33
Compare
Choose a tag to compare
  • Fixed compilation error in GCC 9 (due to GCC bug 91705)

Cotila v1.1.0

12 Oct 02:32
4a730dd
Compare
Choose a tag to compare
  • Added AUTHORS and CHANGES files
  • Added deduction guides for vector and matrix classes
  • Added as_row and as_column for creating row- and column-vectors
  • Fixed bug where tolerance was not passed to rref
  • Fixed "pedantic" compiler warnings

Cotila v1.0.0

10 Apr 04:59
245b7c4
Compare
Choose a tag to compare
  • Initial public release