rulinalg v0.4.1 Release Notes

Release Date: 2016-12-29 // over 7 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • None

    ๐Ÿ”‹ Features

    • โž• Added new vector! macro for Vector construction.
    • โž• Added new min and max functions to the BaseMatrix trait.
    • Implemented conversion traits to convert Row/Column types to Vector.

    ๐Ÿ› Bug Fixes

    • None

    Minor Changes

    • ๐ŸŽ Performance improvement to BaseMatrix::sum_rows function. also gives passive improvement to mean and variance.
    • Improving layout of the vector module.
    • Made matrix! macro use square brackets consistently.