You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+4
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,10 @@ Library improvements
49
49
One way of doing this is by adding `ENV["JULIA_INFO_COLOR"] = :blue` to the `.juliarc.jl` file.
50
50
For more information regarding customizing colors in the REPL, see this [manual section](http://docs.julialang.org/en/latest/manual/interacting-with-julia/#customizing-colors).
51
51
52
+
* Iteration utilities that wrap iterators and return other iterators (`enumerate`, `zip`, `rest`,
53
+
`countfrom`, `take`, `drop`, `cycle`, `repeated`, `product`, `flatten`, `partition`) have been
0 commit comments