Skip to content

tidypolars 0.19.0

Latest

Choose a tag to compare

@etiennebacher etiennebacher released this 04 Jul 13:45

tidypolars requires polars >= 1.13.0.

New features

  • Added support for %notin% (#349).
  • Added support for .before and .after in mutate() (@Yousa-Mirage, #357).
  • Added support for as.integer() (#360).
  • Added time zone support for datetime parsing functions (@Yousa-Mirage, #364).

Bug fixes

  • Fix .keep in mutate() to avoid accidentally dropping columns
    (@Yousa-Mirage, #353).
  • Better consistency with dplyr when using NULL in mutate() to drop
    columns (@Yousa-Mirage, #355).
  • Fix relocate() to handle <tidy-select> helpers consistently with dplyr
    (@Yousa-Mirage, #357).
  • Using the tz argument in strptime() no longer errors (@dejse, @Yousa-Mirage,
    #361)
  • Fix regression in column names after count() or add_count() with {{ }}
    (#366).
  • Fix a bug leading right_join()/semi_join()/anti_join() to look up key name
    wrongly and set incorrect column name (@Yousa-Mirage, #350).