Releases: ghiffaryr/grplot
Releases · ghiffaryr/grplot
v0.14
What's new?
- update setup requirements.
- add marker parameter to lineplot.
v0.13.2
What's new?
- fixed statdesc dot separator 5 comma behind to 2 comma behind bug for number between 0.01 and 1.
v0.13.1
What's new?
- filter feature for pandas dataframe.
- fixed numpy array and pandas index base column bug after the optimizer update by supporting numpy.str_ to optimizer_key.
- prevent cmap reinitialization for other libraries that are based on seaborn.
v0.12.1
What's new?
- rank order, gain, ks, and lift analysis decile starts from 0.
v0.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.
v0.12
What's new?
- rank order, gain, ks, and lift analysis added to the analytic package.
- added customer_id parameter to cohort function.
v0.11
What's new?
- analytic package added, currently only available monthly cohort analysis.
- text_sep_def bug when lineplot and scatterplot combined fixed.
- as the major update of seaborn came, localized dependency is the best way to keep the production software working.
v0.10.4
What's new?
- enhanced optimizer, pruned processing time on pandas input structure when using numpy processing.
- added more options to the optimizer feature.
v0.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.
v0.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.