nalgebra v0.23.1 Release Notes

  • 📚 In this release we improved the documentation of the matrix and vector types by:

    • Grouping impl bocks logically, adding a title comment to these impl blocks.
    • 📚 Reference these impl blocks docs at the top of the documentation page for Matrix.
    • ⬇️ Reduce the depth of type aliasing. Now all vector and matrix types are aliases of Matrix directly (instead of being aliases for other aliases).