Skip to content

Commit

Permalink
Add entry to NEWS about deprecation of chol(A,Val{:U/:L})
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Oct 22, 2015
1 parent 179d80a commit 51478ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Deprecated or removed
* The method `A_ldiv_B!(SparseMatrixCSC, StrideVecOrMat)` has been deprecated in favor
of versions that require the matrix to in factored form ([#13496]).

* Deprecate `chol(A,Val{:U/:L})` in favor of `chol(A)` ([#13680]).

Julia v0.4.0 Release Notes
==========================

Expand Down

0 comments on commit 51478ff

Please sign in to comment.