Changelog

Version 0.2.3

  • Improve robustness of show_as_cell() to long strings, strings with newlines, and non-iterable objects.

Version 0.2.2

  • Fix is_list_of_type() so that they work correctly with NumPy’s masked arrays.

Version 0.2.1

  • Added a which() function to get the indices of truthy values.

Version 0.2.0

  • chore: Remove Python 3.8 (EOL)

  • precommit: Replace docformatter with ruff’s formatter

Version 0.1.7

  • Added a dtype= option to match() to control the output array type.

Version 0.0.1

  • First release of the package.