rusty-machine v0.1.6 Release Notes

  • ๐Ÿ’ฅ Breaking Changes

    • โœ‚ Removed the new constructor for the LinRegressor. This has been replaced by the default function from the Default trait.

    ๐Ÿ”‹ Features

    • โž• Added a select method for cloning a block from a matrix.
    • Implemented QR decomposition, and eigenvalue decomposition.
    • Implemented eigendecomp (though only works definitely for real-symmetric matrices).

    Minor Changes

    • Optimizations to matrix multiplication