Skip to content

BLD: split join.pyx from algos.pyx #13925

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 and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2016
Merged

BLD: split join.pyx from algos.pyx #13925

merged 1 commit into from
Aug 6, 2016

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Aug 6, 2016

closes #13921

@jreback jreback added Build Library building on various platforms Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff labels Aug 6, 2016
@jreback jreback added this to the 0.19.0 milestone Aug 6, 2016
@codecov-io
Copy link

Current coverage is 85.30% (diff: 100%)

Merging #13925 into master will decrease coverage by <.01%

@@             master     #13925   diff @@
==========================================
  Files           139        139          
  Lines         50138      50141     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          42769      42771     +2   
- Misses         7369       7370     +1   
  Partials          0          0          

Powered by Codecov. Last update 3186fef...15f763b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Build Library building on various platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split-out Cython modules from algos.pyx
2 participants