Skip to content

Commit 93aa10e

Browse files
committed
Add NEWS.md
1 parent 5622150 commit 93aa10e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ArnoldiMethod.jl v0.4.0
2+
3+
- BREAKING: The target structs `LM`, `SR`, `LR`, `SI`, `LI` are no longer exported. You have to
4+
import them explicitly: `using ArnoldiMethod: LM`. But easier it to update your code from structs
5+
`LM()` to symbols `:LM`.
6+
7+
- ArnoldiMethod.jl now exports `partialschur!` and `ArnoldiWorkspace`, which can be used to
8+
pre-allocate (custom) matrices. Also it can be used to run the algorithm from an existing partial
9+
Schur decomposition.
10+
11+
# ArnoldiMethod.jl v0.3.0
12+
13+
- The required Julia version is now 1.6 or higher

0 commit comments

Comments
 (0)