Skip to content

Commit

Permalink
Move news item about shape of zips.
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer committed Dec 2, 2019
1 parent 916678a commit 95da620
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Standard library changes
* Sets are now displayed less compactly in the REPL, as a column of elements, like vectors
and dictionaries ([#33300]).

* A 1-d `Zip` iterator (where `Base.IteratorSize` is `Base.HasShape{1}()`) with defined length of `n` has now also size of `(n,)` (instead of throwing an error) ([#29927]).

#### Libdl

#### LinearAlgebra
Expand Down Expand Up @@ -91,10 +93,6 @@ Standard library changes
Deprecated or removed
---------------------


* A 1-d `Zip` iterator (where `Base.IteratorSize`
is `Base.HasShape{1}()`) with defined length of `n` has now also size of `(n,)` (instead of throwing an error) ([#29927]).

External dependencies
---------------------

Expand Down

0 comments on commit 95da620

Please sign in to comment.