rulinalg v0.3.2 Release Notes

Release Date: 2016-09-10 // over 7 years ago
  • ๐Ÿ†• New Contributors

    ๐Ÿ’ฅ Breaking Changes

    • Matrix::variance now returns a Result.

    ๐Ÿ”‹ Features

    • Added swap_rows and swap_cols function to BaseMatrixMut.

    Minor Changes

    • Implemented Display for Vector.