nalgebra v0.25.1 Release Notes

  • ๐Ÿš€ This release replaces the version 0.25.0 which has been yanked. The 0.25.0 version โž• added significant complication to build nalgebra targeting a #[no-std] platform ๐Ÿ‘ not supported by rand.

    0๏ธโƒฃ The rand dependency is now optional (and disabled by default). You may enable it with:

    • The rand-no-std cargo feature when targeting a #[no-std] environment.
    • The rand cargo feature when targeting a std environment.