gonum v0.6.1 Release Notes

Release Date: 2019-11-20 // over 4 years ago
  • ๐Ÿš€ Release v0.6.1 is a bug fix release in the v0.6 branch.

    ๐Ÿ“ฆ Affected packages are unit, stat/combin, testlapack and the blas subpackages. API-breaking changes are in stat/combin and blas/{blas32,cblas64,cblas128} which now agree with other APIs in Gonum.

    8ecd41b unit: don't panic when multiplying dimless with dimensioned Uniter
    875602b stat/combin: allow user allocation for Cartesian product
    f66caa0 stat/combin: fix spelling
    00d19e2 stat/combin: fix incorrect bound
    โœ… 7d8e6c0 testlapack: allocate work only for MaxColumnSum in DlantrTest
    โœ… 7b7e86e blas/{blas64,cblas128}: test wrapping of blas interfaces
    928fb88 blas/{cblas64,cblas128}: add length field to Vector
    81f1361 blas/blas32: add length field to Vector
    ef62c3b blas/{blas32,blas64,cblas64,cblas128}: check vector length agreement