Skip to content

v1.6.0 Fermat

Compare
Choose a tag to compare
@Zushah Zushah released this 25 Dec 23:33
· 40 commits to main since this release

The eighth release of the Chalkboard library, version 1.6.0. Main updates include:

  • Added inverse functions and operations (defining, evaluating, plotting, differentiating, etc.) for them
  • Changed all of the plot commands to use an optional config object parameter to configure their customizations (size, color, domain, etc.) instead of separate parameters for each of them
  • The canvas rendering context (CanvasRenderingContext2D) for the plot commands can now be set with plot.CONTEXT
  • Many types of statistical regression models can be calculated with the new stat.regression command
  • Matrix decomposition (or factorization) has been added with matr.LUdecomp and matr.QRdecomp

Detailed changelog: CHANGELOG.md#v160---12252023
Commits: v1.5.0...v1.6.0
Chalkboard website: https://zushah.github.io/Chalkboard/home.html