Skip to content

v15 breaking changes #3453

@josdejong

Description

@josdejong

Breaking changes planned for mathjs v15:

  • give unary % operator (percentage) higher precedence than binary % operator (modulus), see #3432
  • resolve bad interaction between unary % and other unary operators, see #3505
  • fix kronecker product on vectors, see #3455
  • require a space or delimiter after hex, bin, and oct values #3421, #3463
  • Consistent matrix subset according to the type of input, see #3485, #2344
  • Throw an error in case of flatten(SparseMatrix) instead of returning a 2D SparseMatrix #3530
  • Let function size() always return an Array, regardless of the input type #3529

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions