Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
narendrakpatel committed Mar 28, 2019
1 parent 6c33f29 commit c32800d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Expand Up @@ -12,6 +12,9 @@ New language features
`findall`, `findfirst`, `argmin`/`argmax` and `findmin`/`findmax` to work with these
objects, returning the index of matching non-missing elements in the parent ([#31008]).

* New methods `nexfloat(::BigFloat, n::Int)` and `prevfloat(::BigFloat, n::Int)` are
introduced.

Multi-threading changes
-----------------------

Expand Down Expand Up @@ -46,6 +49,7 @@ Standard library changes
* `filter` now supports `SkipMissing`-wrapped arrays ([#31235]).
* A no-argument construct to `Ptr{T}` has been added which constructs a null pointer ([#30919])
* `strip` now accepts a function argument in the same manner as `lstrip` and `rstrip` ([#31211])
* `nextfloat(::BigFloat)` and `prevfloat(::BigFloat)` now uses the precision of the argument.

#### LinearAlgebra

Expand Down

0 comments on commit c32800d

Please sign in to comment.