v1.6.0 Fermat
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 optionalconfig
object parameter to configure their customizations (size, color, domain, etc.) instead of separate parameters for each of them - The canvas rendering context (
CanvasRenderingContext2D
) for theplot
commands can now be set withplot.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
andmatr.QRdecomp
Detailed changelog: CHANGELOG.md#v160---12252023
Commits: v1.5.0...v1.6.0
Chalkboard website: https://zushah.github.io/Chalkboard/home.html