Multi-version upgrade breaking changes? #2598
Unanswered
ascloutier
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can have a look at the descriptions of versions 7.0.0, 8.0.0, 9.0.0 and 10.0.0 in https://github.com/josdejong/mathjs/blob/develop/HISTORY.md. It may help to upgrade one version at a time, there have been deprecation messages in place (which have been cleaned up again after a couple of versions) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a recent security analysis, a company I work for realized that one of our internal libraries is still using mathjs v6.6.2 which has been flagged as having vulnerabilities. I have been tasked with upgrading and I'm trying to determine if there are any breaking changes that could impact that upgrade.
I recognize that we're several version behind and I'm not asking for a comprehensive changelog. I'm really just trying to get a feel for whether any of the matrix operations have had breaking changes since 6.x. From what I can see, they have not but it seemed worthwhile to reach out to the community.
We use the following mathjs functions:
Matrix class
Matrix.clone()
Matrix.size()
matrix()
add()
subtract()
multiply()
dot()
norm()
cross()
inv()
transpose()
I appreciate any insight that you could provide. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions