-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3c6dcd
commit e05acdf
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Release Notes | ||
|
||
## v2.0 | ||
|
||
* `LinearCache` changed from immutable to mutable. With this, the out of place interfaces like | ||
`set_A` were deprecated for simply mutating the cache, `cache.A = ...`. This fixes some | ||
correctness checks and makes the package more robust while improving performance. | ||
* The default algorithm is now type-stable and does not rely on a dynamic dispatch for the choice. | ||
* IterativeSolvers.jl and KrylovKit.jl were made into extension packages. | ||
* Documentation of the solvers has changed to docstrings |