BF: boost min cython to 0.23 by yarikoptic · Pull Request #14831 · pandas-dev/pandas (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation11 Commits3 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

@yarikoptic

@jreback

prob need to change a few travis setups in ci
for this to work

@yarikoptic

what is btw really the lowest version of cython which works in your setups and passes the tests? 0.23 here is somewhat arbitrary one higher than 0.21.1 where 14699 manifested

@codecov-io

Current coverage is 85.26% (diff: 100%)

Merging #14831 into master will not change coverage

@@ master #14831 diff @@

Files 144 144
Lines 50980 50980
Methods 0 0
Messages 0 0
Branches 0 0

Hits 43469 43469
Misses 7511 7511
Partials 0 0

Powered by Codecov. Last update 0c82abe...e796e8b

@jreback

ci/install_travis.sh:    pip install cython==0.19.1
ci/requirements-2.7.build:cython=0.19.1
ci/requirements-2.7_COMPAT.build:cython=0.19.1
ci/requirements-2.7_LOCALE.build:cython=0.19.1

@jreback

@yarikoptic I think 0.23 is fine. if you can add a note on 0.20.0 whatsnew. also need to update install.rst I think (as well as change those files I listed above).

@jreback jreback added the Build

Library building on various platforms

label

Dec 9, 2016

@yarikoptic

interesting -- now 2nd env in travis fails due to failing to find pandas/index.c any immediate clue why?

@jorisvandenbossche

@yarikoptic that build is still installing cython 0.19.1 (see the requirements-2.7_LOCALE.build file), so it acts like cython is not installed (I only thought we had a better error message for such cases)

@yarikoptic

@yarikoptic

@jorisvandenbossche

@jreback

seem some files have no changes?

can you add a note in the whatsnew 0.20.0 (in addition to the one you have), about the development requireing a higher version.

can you see if anything needs to be changed in contributing.rst

otherwise lgtm.

@yarikoptic

@yarikoptic

@jreback

@jreback

ischurov pushed a commit to ischurov/pandas that referenced this pull request

Dec 19, 2016

@yarikoptic @ischurov

Labels

Build

Library building on various platforms