0.10.0
Added
- Added
max_rows
toencode_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 raisesValueError
when the result exceeds the
maximum number of rows. Instead, the result is truncated tomax_rows
.