Skip to content

CRAN release v0.4.0

Compare
Choose a tag to compare
@ELToulemonde ELToulemonde released this 28 Mar 16:58
3612726

V 0.4.0

  • New features:

    • New features in existing functions :
      • To avoid issues based on column names, we will check and rename columns that have same names.
      • In aggregateByKey generated column names are changed to be more explicit.
      • In aggregateByKey generated from character column with more than \code{thresh} values is now count of unique instead of count.
      • Added missing auto default values on cols
  • Bug fixes:

    • whichAreBijection and whichAreInDouble are using bi_col_test which was not working with 2 column data set. It is fixed.
    • prepareSet optinal argumennt factor_date_type was not working. It is fixed.
  • Other changes:

    • Changed whichAreIncluded example since it was to slow for CRAN. Also it might be a little bit more explicit now.
    • Changed aggregateByKey example since it was to slow for CRAN.
  • Integration:

    • Rewrite all tests to make them more readable
    • Code coverage is improved, depencies on messy_adult set is lowered

WARNING:

  • In aggregateByKey generated column names are changed.
  • In aggregateByKey generated column for character is different.