Skip to content

rho-mu, v3.2.0

Compare
Choose a tag to compare
@cicirello cicirello released this 29 Mar 19:54
· 125 commits to main since this release
d46fa1f

[3.2.0] - 2024-03-29

Deprecated

  • Deprecated PolarGaussian, in preparation for future removal.
  • Deprecated ZigguratGaussian, in preparation for making it an internal package access class.

Fixed

  • Fixed exposed private array references in JacobiDiagonalization class.
  • Reformatted source code of example programs to Google Java Style for consistency with the library itself.

CI/CD

  • Integrated SpotBugs static analysis into build process.
  • Integrated Find Security Bugs static analysis into build process.
  • Removed support for importing from JitPack, iuncluding all JitPack configuration, workflows, workflow steps, and webhook.
  • Configured Spotify's fmt-maven-plugin to reformat the source code of the example programs to Google style during builds (the equivalent was already in place for the library's source code).