mitsuki31 / jmatrix

A lightweight Java library for basic introduction to matrix and linear algebra concepts.
https://mitsuki31.github.io/jmatrix/
Apache License 2.0
1 stars 0 forks source link

chore: Migrate JMBuilder to git submodule #137

Closed mitsuki31 closed 1 month ago

mitsuki31 commented 1 month ago

Overview

This pull request migrates the JMBuilder directory from a cloned submodule under tools/ to a git submodule located in vendor/. It also updates critical files to ensure that the project runs correctly with this new submodule structure.

!NOTE module was added as part of JMatrix library since #97 (Feb 2, 2024).

Changes Made

Impact

Summary

This migration optimizes the repository’s structure by using git submodules, reducing space overhead and improving project reliability. All necessary paths and files were updated, and cross-testing confirmed that the project runs smoothly with the new setup.

mitsuki31 commented 1 month ago

Now all workflows were ran properly.