Skip to content

Releases: ghiffaryr/grplot

v0.14.2

26 Dec 21:59

Choose a tag to compare

What's new?

  • update setup requirements.

v0.14

04 May 06:31

Choose a tag to compare

What's new?

  • update setup requirements.
  • add marker parameter to lineplot.

v0.13.2

14 Jun 01:51

Choose a tag to compare

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

25 Dec 17:00

Choose a tag to compare

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

15 Oct 13:38

Choose a tag to compare

What's new?

  • rank order, gain, ks, and lift analysis decile starts from 0.

v0.10.2

25 Aug 03:54

Choose a tag to compare

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

12 Sep 13:41

Choose a tag to compare

What's new?

  • rank order, gain, ks, and lift analysis added to the analytic package.
  • added customer_id parameter to cohort function.

v0.11

11 Sep 20:07

Choose a tag to compare

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

25 Aug 08:56

Choose a tag to compare

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

24 Aug 18:14

Choose a tag to compare

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.