Skip to content

v1.25.0

Compare
Choose a tag to compare
@gsheni gsheni released this 13 Apr 18:54
· 103 commits to main since this release
ca20f13

v1.24.0 Apr 13, 2023

  • Enhancements

    • Add MaxCount, MedianCount, MaxMinDelta, NUniqueDays, NMostCommonFrequency,
      NUniqueDaysOfCalendarYear, NUniqueDaysOfMonth, NUniqueMonths,
      NUniqueWeeks, IsFirstWeekOfMonth (#2533)
    • Add HasNoDuplicates, NthWeekOfMonth, IsMonotonicallyDecreasing, IsMonotonicallyIncreasing,
      IsUnique (#2537)
  • Changes

    • Restrict pandas to < 2.0.0 (#2533)
    • Upgrade minimum pandas to 1.5.0 (#2537)
    • Removed the Correlation and AutoCorrelation primitive as these could lead to data leakage (#2537)
    • Remove IntegerNullable support for Kurtosis primitive (#2537)

    Thanks to the following people for contributing to this release:
    @gsheni