Commit fb7af6e
committed
CLN: move groupby algos separate cython lib
- separate out groupby algorithms to separate lib
- release GIL on median
- release GIL on is_lexsorted / fix memory leak
- release GIL on nancorr
Author: Jeff Reback <[email protected]>
Closes pandas-dev#15775 from jreback/groupby and squashes the following commits:
4e2bfec [Jeff Reback] release GIL on median release GIL on is_lexsorted / fix memory leak release GIL on nancorr
ce28bb5 [Jeff Reback] CLN: separate out groupby algorithms to separate lib1 parent 2a3b05a commit fb7af6e
File tree
9 files changed
+474
-422
lines changed- pandas
- _libs
- core
- tests
- groupby
9 files changed
+474
-422
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments