- Added a
which()
function to get the indices of truthy values.
- chore: Remove Python 3.8 (EOL)
- precommit: Replace docformatter with ruff's formatter
- Added a
dtype=
option tomatch()
to control the output array type.
- First release of the package.
which()
function to get the indices of truthy values.dtype=
option to match()
to control the output array type.