Skip to content

Commit

Permalink
Add sparse indexing improvements to NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral B. Shah committed Jun 12, 2014
1 parent df62bc5 commit af7b509
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Library improvements
* `bytestring` is automatically called on `String` arguments for
conversion to `Ptr{Uint8}` in `ccall` ([#5677]).

* `LinAlg` (linear algebra) improvements
* Linear Algebra improvements

* Balancing options for eigenvector calculations for general matrices ([#5428]).

Expand All @@ -225,6 +225,10 @@ Library improvements

* Sparse linear algebra

* 1-d sparse getindex has been implemented ([#7047])

* Faster sparse getindex ([#7131]).

* Faster sparse `kron` ([#4958]).

* `sparse(A) \ B` now supports a matrix `B` of right-hand sides ([#5196]).
Expand Down Expand Up @@ -336,7 +340,7 @@ Deprecated or removed
behaviour and `[get/set/with]_bigfloat_rounding` functions are deprecated ([#5007])

* `cholpfact` and `qrpfact` are deprecated in favor of keyword arguments in
`cholfact(...,pivot=true)` and `qrfact(...,pivot=true)` ([#5330])
`cholfact(..., pivot=true)` and `qrfact(..., pivot=true)` ([#5330])

* `symmetrize!` is deprecated in favor of `Base.LinAlg.copytri!` ([#5427])

Expand Down Expand Up @@ -841,6 +845,8 @@ Too numerous to mention.
[#7035]: https://github.com/JuliaLang/julia/pull/7035
[#7061]: https://github.com/JuliaLang/julia/pull/7061
[#7106]: https://github.com/JuliaLang/julia/pull/7106
[#7047]: https://github.com/JuliaLang/julia/pull/7047
[#7131]: https://github.com/JuliaLang/julia/pull/7131

[packages chapter]: http:https://docs.julialang.org/en/latest/manual/packages/
[sorting functions]: http:https://docs.julialang.org/en/latest/stdlib/sort/
Expand Down

0 comments on commit af7b509

Please sign in to comment.