Skip to content

Commit

Permalink
Adjust claims about the power of parse(Complex...) (JuliaLang#25877)
Browse files Browse the repository at this point in the history
make it clearer that parse(Complex, s) can handle *some* but not *all* common formats
  • Loading branch information
traktofon authored and stevengj committed Feb 5, 2018
1 parent c10720e commit eb94b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ Library improvements
* The function `randn` now accepts complex arguments (`Complex{T <: AbstractFloat}`)
([#21973]).

* `parse(Complex{T}, string)` can parse complex numbers in common formats ([#24713]).
* `parse(Complex{T}, string)` can parse complex numbers in some common formats ([#24713]).

* The function `rand` can now pick up random elements from strings, associatives
and sets ([#22228], [#21960], [#18155], [#22224]).
Expand Down

0 comments on commit eb94b8c

Please sign in to comment.