Skip to content

0.10.0

Compare
Choose a tag to compare
@jparise jparise released this 06 Jun 19:31
· 79 commits to main since this release

Added

  • Added max_rows to encode_text() for controlling the maximum number of rows
    that will be returned (defaulting to 6). It can be set to a lower value to
    produce a partial board or 0 to support unlimited rows.

Changed

  • encode_text() no longer raises ValueError when the result exceeds the
    maximum number of rows. Instead, the result is truncated to max_rows.