File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ pages = ["index.md",
1111 " Solvers" => Any[" solvers/solvers.md" ],
1212 " Advanced" => Any[" advanced/developing.md"
1313 " advanced/custom.md" ],
14+ " Release Notes" => " release_notes.md"
1415]
Original file line number Diff line number Diff line change 1+ # Release Notes
2+
3+ ## v2.0
4+
5+ * ` LinearCache ` changed from immutable to mutable. With this, the out of place interfaces like
6+ ` set_A ` were deprecated for simply mutating the cache, ` cache.A = ... ` . This fixes some
7+ correctness checks and makes the package more robust while improving performance.
8+ * The default algorithm is now type-stable and does not rely on a dynamic dispatch for the choice.
9+ * IterativeSolvers.jl and KrylovKit.jl were made into extension packages.
10+ * Documentation of the solvers has changed to docstrings
You can’t perform that action at this time.
0 commit comments