rulinalg v0.4.1 Release Notes
Release Date: 2016-12-29 // almost 7 years ago-
๐ฅ Breaking Changes
- None
๐ Features
- โ Added new
vector!
macro forVector
construction. - โ Added new
min
andmax
functions to theBaseMatrix
trait. - Implemented conversion traits to convert
Row
/Column
types toVector
.
๐ Bug Fixes
- None
Minor Changes
- ๐ Performance improvement to
BaseMatrix::sum_rows
function. also gives passive improvement tomean
andvariance
. - Improving layout of the
vector
module. - Made
matrix!
macro use square brackets consistently.