rulinalg v0.3.4 Release Notes

Release Date: 2016-10-02 // over 7 years ago
  • 🆕 New Contributors

    💥 Breaking Changes

    • ✂ Removed the MachineEpsilon trait. The same functionality now exists in num.

    🔋 Features

    • Implemented From/Into for traits for Vec and Vector.

    🐛 Bug Fixes

    • det() now returns 0 instead of panicking if Matrix is singular.

    Minor Changes

    • None