Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Oct 22, 2015
1 parent 62027cd commit 5df3ebd
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,28 @@ Library improvements

* `cov` and `cor` don't use keyword arguments anymore and are therefore now type stable ([#13465]).

* New method for generic QR with column pivoting ([#13480]).
* Linear algebra:

* A new `SparseVector` type allows for one-dimensional sparse arrays. Slicing
and reshaping sparse matrices now return vectors when appropriate. The
`sparsevec` function returns a one-dimensional sparse vector instead of a
one-column sparse matrix.
* New `normalize` and `normalize!` convenience functions for normalizing
vectors ([#13681]).

* QR

* New method for generic QR with column pivoting ([#13480]).

* New method for polar decompositions of `AbstractVector`s ([#13681]).

* A new `SparseVector` type allows for one-dimensional sparse arrays.
Slicing and reshaping sparse matrices now return vectors when
appropriate. The `sparsevec` function returns a one-dimensional sparse
vector instead of a one-column sparse matrix. ([#13440])

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]).
* The method `A_ldiv_B!(SparseMatrixCSC, StrideVecOrMat)` has been deprecated
in favor of versions that require the matrix to be in factored form
([#13496]).

Julia v0.4.0 Release Notes
==========================
Expand Down

0 comments on commit 5df3ebd

Please sign in to comment.