Skip to content

Commit

Permalink
news fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Aug 10, 2017
1 parent 000bc57 commit b805157
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,10 @@ Library improvements

* `Char`s can now be concatenated with `String`s and/or other `Char`s using `*` ([#22532]).

* `Diagonal`, `Bidiagonal`, `Tridiagonal` and `SymTridiagonal` are now parameterized on the
type of the wrapped vectors, allowing `Diagonal`, `Bidiagonal` and `SymTridiagonal`
matrices with arbitrary `AbstractVector`s ([#22718], [#22925], [#23035], [#23154]).
* `Diagonal`, `Bidiagonal`, `Tridiagonal` and `SymTridiagonal` are now parameterized on
the type of the wrapped vectors, allowing `Diagonal`, `Bidiagonal`, `Tridiagonal` and
`SymTridiagonal` matrices with arbitrary `AbstractVector`s
([#22718], [#22925], [#23035], [#23154]).

* Mutating versions of `randperm` and `randcycle` have been added:
`randperm!` and `randcycle!` ([#22723]).
Expand Down

0 comments on commit b805157

Please sign in to comment.