Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
CLN/COMPAT: Remove raise StopIteration syntax in SparseArray.__iter__ #11622
Conversation
|
why is this bad? e.g. if you are iterating with a generator with works just fine |
|
this causes a |
|
is this an API change though? |
jreback
added the
Compat
label
Nov 17, 2015
|
No. Using |
|
ok seems reasonable. add a whatsnew note. |
jreback
added this to the
0.17.1
milestone
Nov 17, 2015
|
which section? |
|
I guess API changes; this is mainly to have a record of this. |
|
green |
jreback
added a commit
that referenced
this pull request
Nov 18, 2015
|
|
jreback |
89f46a5
|
jreback
merged commit 89f46a5
into pandas-dev:master
Nov 18, 2015
1 check passed
|
thanks! |
kawochen commentedNov 17, 2015
closes #11108