Skip to content

Releases: markfairbanks/tidypolars

v0.2.19

10 Oct 20:50
Compare
Choose a tag to compare

New functions

  • make_date()
  • make_datetime()

v0.2.18

10 Oct 16:35
Compare
Choose a tag to compare

polars >=0.14.18 compatibility

v0.2.15

22 Apr 16:28
Compare
Choose a tag to compare
  • Added support for python 3.7

v0.2.14

22 Apr 16:27
Compare
Choose a tag to compare
Prep for release

v0.2.13

07 Apr 21:12
Compare
Choose a tag to compare

New functions

  • cor()
  • cov()
  • log()
  • log10()
  • rep()
  • var()

Methods with notable speed improvements

  • .separate()

v0.2.12

07 Apr 21:11
Compare
Choose a tag to compare

New Tibble methods

  • .unite()

v0.2.11

11 Feb 21:23
Compare
Choose a tag to compare

New functions

  • across()
  • as_boolean()

Functionality improvements

  • Can pass an empty list to by

  • .mutate()

    • Column expressions are evaluated sequentially in order to match dplyr semantics
    • Can add a new column with a constant without tp.lit()

v0.2.10

08 Feb 05:16
Compare
Choose a tag to compare

New Tibble methods

  • .separate()

New functions

  • coalesce()
  • n()
  • row_number()
  • str_c()
  • str_ends()
  • str_starts()

v0.2.9

06 Feb 13:50
Compare
Choose a tag to compare
Update changelog

v0.2.8

08 Dec 19:51
bba6aa6
Compare
Choose a tag to compare

Bug fixes

  • Can use fmt arg in as_date() and as_datetime() (#155)