- add missing example data (ending with gz) to pyranges - add rowbased_spearman, rowbased_pearson and rowbased_rankdata to pyranges.stats - pyranges now accept columns with integer names, like pandas
0.0.63
- ignore index when inserting Series - able to add dictionary of dfs to a pyranges - remove FDR from fisher_exact, but add fdr as own method in stats - make stats.mcc faster - make stats.mcc work without a genome - fix gff3 reading when metadata contains spaces
0.0.62
- fix fisher exact when given pd.Series - fisher_exact: only use pseudocounts for OR
0.0.61
- add outer, inner and left join - add fisher exact - insert series/dataframes to pyranges with + operator - gr.Whatever = pd.Series(...) now ignores index - add gr.copy() method to create deep copy
0.0.60
- add k-nearest - ensure that start/end have the same dtype after calling slack - breaking change: new_position takes no default arg - new_position takes an argument swap - .length returns a python integer - breaking change: lengths returns a vector by default
0.0.59
- fix attributerrors on pyranges (thanks https://github.com/MuhammedHasan) - add reader for gff3 - add writer for gff3 - add count flag to cluster/cluster_by