Skip to content

v0.19.0

Compare
Choose a tag to compare
@bchen1116 bchen1116 released this 27 Sep 19:55
· 219 commits to main since this release
0cad75f

v0.19.0 September 27, 2022

  • Enhancements
    • Added Spearman Correlation to options for dependence calculations (#1523)
    • Added ignore_zeros as an argument for box_plot_dict to allow for calculations of outliers without 0 values (#1524)
    • Added target_col argument to dependence and dependence_dict to calculate correlations between features and target_col (#1531)
  • Fixes
    • Fix datetime pivot point to be set at current year + 10 rather than the default for two-digit years when datetime_format provided (#1512)
  • Changes
    • Added ignore_columns as an argument when initializing a dataframe (#1504)
    • Remove dask[dataframe] version restriction (#1527)
  • Testing Changes
    • Add kickoff for create conda forge pull request from release (#1515)

Thanks to the following people for contributing to this release:
@bchen1116, @gsheni, @ParthivNaresh, @thehomebrewnerd