- Compatibility with Python 3.10. Upgrade of statsmodels requirement to version==1.14
- class
ScatterTrendlines
: input counts dataframe; give the two species to plot against each other toplot_one_graph
and the number of trendlines to generate (#104) - 3 new functions in dict_operations:
flatten_dict
,super_pop
andfilter_dict
(#104)(#92) - reorganization Chi2 and other statistical tests (#92)
SeriesBinning
: to put series into bins (#92)