Skip to content

v0.9.4

Compare
Choose a tag to compare
@akielaries akielaries released this 07 Feb 07:54
· 635 commits to main since this release

What's Changed

  • Division between code for internal functionality vs. what is available to the user.
  • CI/CD pipeline updates
    • clang-format for linting/formatting C++ source code, autopep8 for Python.
    • Python PyPI packaging edits.
    • Tag bump related commits will include a #MAJOR, #MINOR, or #PATCH prefix to the commit message.
    • Updates to certain directories run certain jobs.
  • Continuous Machine Learning & Linear Algebra module updates.
    • Stubbed out implementations for activation, regularization, optimization & model trainer methods, statistical helpers, random sorts + utilities.
    • Matrix related methods are usable. More updates to come.
    • ML module is not currently usable aside from Linear Regression model on very select data sets.