mathjs v6.6.0 Release Notes

Release Date: 2020-02-01 // about 4 years ago
    • ๐Ÿ‘€ Implemented function eigs, see #1705, #542 #1175. Thanks @arkajitmandal.
    • ๐Ÿ›  Fixed #1727: validate matrix size when creating a DenseMatrix using fromJSON.
    • ๐Ÿ›  Fixed DenseMatrix.map copying the size and datatype from the original matrix instead of checking the returned dimensions and type of the callback.
    • โž• Add a caret to dependencies (like) ^1.2.3) to allow downstream updates without having to await a new release of mathjs.