-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v14 breaking changes #3209
Comments
I've been thinking about the promises support. Perhaps we could get some of the old and new discussions and work on it in this release or a next one? |
Definitely! |
I've introduced a new milestone "one day" and move the big refactor plans there, since we don't know when that will be ready. |
Hi Jos, Regarding #3260 I noticed that one of the taks mentions the |
@dvd101x ah, yes, thanks. I fixed the typo. |
Version 14 is now published 🎉, closing this topic now. |
This issue will keep track on breaking changes planned for mathjs
v14
. Please comment if there are more topics to discuss.math.import(...)
from overriding units unless you specify{ override: true }
. See 3222fraction.js@5
, usingbigint
under the hoodindex
in thefilter
callback to be a number instead of an array holding one number sincefilter
only supports 1d arrays.dotDivide
return a sparse matrix when the input is two sparse matrices.%
(mod) being higher than*
and/
The text was updated successfully, but these errors were encountered: