Skip to content

Releases: axelfahy/bff

v0.2.7

08 Apr 16:01
2ceb110
Compare
Choose a tag to compare
feat(test): update baseline plots for new version of matplotlib

v0.2.6

30 Mar 16:28
Compare
Choose a tag to compare
feat(_check_sklearn_support): add function to check if sklearn is ins…

v0.2.5

30 Mar 16:27
Compare
Choose a tag to compare
feat(size_2_square): add function to calculate the square needed for …

v0.2.4

31 Oct 15:15
Compare
Choose a tag to compare
fix(plot-series): remove `label` from arguments and set it with kwargs

If `label` is not in the kwargs, set the default value as the column
name. Same principle is applied for `lw` and `linewidth`.

v0.2.3

30 Sep 07:30
Compare
Choose a tag to compare
feat(plot-correlation): add function to plot correlation

Closes #21.

v0.2.2

30 Sep 07:30
Compare
Choose a tag to compare
feat(value_2_list): add function to cast single value to a list

v0.2.1

30 Sep 07:30
Compare
Choose a tag to compare
feat(plot-counter): add function to plot counter as bar plot

v0.2.0

29 Aug 12:29
Compare
Choose a tag to compare
docs(bff): add plots and examples in documentation

Closes #18.

v0.1.9

19 Aug 10:57
Compare
Choose a tag to compare
feat(cast_to_category_pd): add function to cast type to category

If more memory efficient, the functions cast the type of the column to
category dtype.

Closes #22.

v0.1.8

24 Jul 12:28
Compare
Choose a tag to compare
fix(sliding_window): correction of tests (exceptions) and a typo