Skip to content

Commit

Permalink
Mention svds in NEWS.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Jan 11, 2015
1 parent 2acaf34 commit 47061a5
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,16 @@ Library improvements

* Added generic Cholesky factorization, and the Cholesky factorization is now parametrized on the matrix type ([#7236]).

* Add `svds` for sparse truncated SVD. ([#9425])

* Symmetric and Hermitian immutables are now parametrized on matrix type ([#7992]).

* New `ordschur` and `ordschur!` functions for sorting a schur factorization by the eigenvalues.

* Givens type doesn't have a size anymore and is no longer a subtype of AbstractMatrix ([#8660])

* OpenBLAS 64-bit (ILP64) interface is now compiled with a `64_` suffix ([#8734]) to avoid conflicts with external libraries using a 32-bit BLAS ([#4923]).

* New `sortperm!` function for pre-allocated index arrays ([#8792]).

* Switch from `O(N)` to `O(logN)` algorithm for `dequeue!(pq, key)`
Expand All @@ -114,16 +122,10 @@ Library improvements

* New `Nullable` type for missing data ([#8152]).

* New `ordschur` and `ordschur!` functions for sorting a schur factorization by the eigenvalues.

* `deepcopy` recurses through immutable types and makes copies of their mutable fields ([#8560]).

* `@simd` now rejects invalid control flow (`@goto` / break / continue) in the inner loop body at compile time ([#8624]).

* Givens type doesn't have a size anymore and is no longer a subtype of AbstractMatrix ([#8660])

* OpenBLAS 64-bit (ILP64) interface is now compiled with a `64_` suffix ([#8734]) to avoid conflicts with external libraries using a 32-bit BLAS ([#4923]).

* The `machinefile` now supports a host count ([#7616]).

* Added optional rounding argument to floating-point constructors ([#8845]).
Expand Down Expand Up @@ -1152,6 +1154,7 @@ Too numerous to mention.
[#9271]: https://github.com/JuliaLang/julia/issues/9271
[#9294]: https://github.com/JuliaLang/julia/issues/9294
[#9418]: https://github.com/JuliaLang/julia/issues/9418
[#9425]: https://github.com/JuliaLang/julia/issues/9425
[#9452]: https://github.com/JuliaLang/julia/issues/9452
[#9569]: https://github.com/JuliaLang/julia/issues/9569
[#9578]: https://github.com/JuliaLang/julia/issues/9578

0 comments on commit 47061a5

Please sign in to comment.