What's new? - enhanced optimizer, pruned processing time on pandas input structure when using numpy processing. - added more options to the optimizer feature.
0.10.2
What's new? - optimizer feature optimization. - seaborn axis label bug fix for numpy.array data. - first valid index for dictionary-numpy.array that contains non-numerical data fix.
0.10
What's new? - data processing optimization feature added where numpy mode increases speed and saves memory more against pandas on a larger dataset. - first valid index for dictionary-numpy.array bug fix.
0.9.6
What's new? - statdesc previously count renamed to nonzero since it uses numpy.count_nonzero. - statdesc count and range option added. - statdesc std calculation uses 1 delta degree of freedom. - residplot text annotation algorithm added.
0.9.5
What's new? - thousand separator .L and .cL bug of number below limit matplotlib.rcParams['axes.formatter.limits'] fixed.
0.9.4
What's new?
- unsupported "de" locale warning and solution added. - removed order and estimator parameter from paretoplot.