Skip to content

v1.0.0-beta.7

Compare
Choose a tag to compare
@mitsuki31 mitsuki31 released this 13 Jun 03:13
ec58eba

Warning ⚠️

This release is not a stable release. Bugs or any problems could be happen.
Report the issue here.

What's New 👀

🚀 New Features

  • Added INCLUDE-SRC option to Makefile (#38) - @mitsuki31

  • Huge update for Matrix 🌮 (#35) - @mitsuki31

    Update Details
    • Improve mult operation (6140c25)
    • Added isSquare method to checks whether the matrix is a square type (03b81c6)
    • Added get method to get the specified entry at the specified row and column (03b81c6)
    • Added new methods and variables (59f5ea6)
      • identity(int n): Creates a new identity matrix with size nxn.
      • isDiagonal(): Checks whether the matrix either 2D array represents a diagonal matrix.
      • hasSelect: A private boolean variable that detects whether the select(int) method has been called.
    • Deprecated the add method due to its high inefficiency in creating a matrix array (59f5ea6)
    • Deprecated the copy() method (1322c06)
    • Added MatrixUtils.java (c254a54)
    • Fixed shallow copy issue (3da0382)
    • Added isNullEntries method to MatrixUtils interface (4d2f826)
    • Added include-src profile to pom.xml (7d45676)

🐛 Bug Fixes

📑 Documentations

For more details, see full changelogs


🛡️ VirusTotal Scan Detection: