Skip to content

pillar 1.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 01:48
· 25 commits to main since this release

Features

  • Math operations on num() objects no longer perform type checks. This allows, e.g., multiplying a num() with a logical (#630, #632).

Printing

  • The default for the pillar.min_title_chars option has been bumped up to 20 characters so that title truncuation only affects very long variables. Use options(pillar.min_title_chars = 5) to reset to the previous default (#582, #620).

  • Use info bullets to format details (#582, #617, #627, #635).

Breaking changes

  • colonnade(), extra_cols() and squeeze() are now hard-deprecated (#272, #374, #631).

Bug fixes

Documentation

Internal

  • Require vctrs >= 0.5.0