Skip to content

Commit

Permalink
chore: update history (forgot to mention a feature in v12)
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 26, 2023
1 parent 667b274 commit f9ab3a1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

Breaking changes:

- Fix #2879, #2927, #3014: change the confusing interface of `eigs`.
- Fix #2879, #2927, #3014: change the confusing interface of `eigs` (#3037),
thanks @gwhitney.
Before, functions `eigs` returned an object:
```
{ values: MathCollection; vectors: MathCollection }
Expand All @@ -28,10 +29,15 @@ Breaking changes:
- Type `MathJsStatic` is renamed to `MathJsInstance`.
- Type `FactoryDependencies` is deprecated, use `MathJsFactory` instead, and
import dependency maps directly from the library.
- Change the assignment operator of .toTex output from `:=` to `=` (see #2980,
#3032).
- Change the assignment operator of `.toTex()` output from `:=` to `=` (see
#2980, #2987).
- Drop official support for Node.js 14 and 16.

Features:

- Function `eigs` now has an option to turn off calculation of eigenvectors
(#3057, #2180). Thanks @gwhitney.

Fixes:

- Find eigenvectors of defective matrices (#3037). Thanks @gwhitney.
Expand Down

0 comments on commit f9ab3a1

Please sign in to comment.