Skip to content

Conversation

@cgohlke
Copy link
Contributor

@cgohlke cgohlke commented May 17, 2014

====================================================================== ERROR: test_pie_series (pandas.tests.test_graphics.TestSeriesPlots) ---------------------------------------------------------------------- Traceback (most recent call last): File "X:\Python34\lib\site-packages\pandas\tests\test_graphics.py", line 484, in test_pie_series expected_texts = list(it.next() for it in itertools.cycle(iters)) File "X:\Python34\lib\site-packages\pandas\tests\test_graphics.py", line 484, in <genexpr> expected_texts = list(it.next() for it in itertools.cycle(iters)) AttributeError: 'iterator' object has no attribute 'next' ---------------------------------------------------------------------- 
@jreback
Copy link
Contributor

jreback commented May 17, 2014

thanks!

turns out was not running slow tests on 3.4 on windows, duh!

FYI, announced 0.14.0 rc1: https://groups.google.com/forum/#!topic/pydata/Bx8oiSAZwOc

jreback added a commit that referenced this pull request May 17, 2014
TST Fix AttributeError: 'iterator' object has no attribute 'next' on Python 3
@jreback jreback merged commit 0def2a0 into pandas-dev:master May 17, 2014
@jreback jreback added this to the 0.14.0 milestone May 17, 2014
@jreback
Copy link
Contributor

jreback commented May 23, 2014

@cgohlke

out of curiosity, how do you know when say pandas releases a rc1? (are you scanning the master repo for changes?) are you looking for say a RLS tag?

@cgohlke
Copy link
Contributor Author

cgohlke commented May 23, 2014

@jreback
Copy link
Contributor

jreback commented May 23, 2014

all these neat features...cool.thxs

@jreback
Copy link
Contributor

jreback commented May 30, 2014

@cgohlke v0.14.0 tagged and released!

@jreback
Copy link
Contributor

jreback commented May 30, 2014

@cgohlke thanks for the windows builds!

@cgohlke
Copy link
Contributor Author

cgohlke commented May 30, 2014

Let me know if you want to distribute wheels built against older numpy versions (>= 1.6.2).

@jreback
Copy link
Contributor

jreback commented May 30, 2014

thanks

I think ok for now

will let u know if I have requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Testing pandas testing functions or related to the test suite Windows Windows OS

2 participants