Skip to content

v0.8.0

Choose a tag to compare

@machow machow released this 06 Jun 17:36
· 816 commits to main since this release
82f66ad

This release adds method equivalents for several constructor options, allowing them to be set in a chained pipeline rather than only at GT() instantiation.

New Features

  • GT.tab_stub() — Set rowname_col= and groupname_col= as a method call instead of only in the GT() constructor. (#371)
  • GT.with_locale() — Set the locale after construction. (#371)
  • GT.with_id() — Set the table ID after construction. (#371)