* Add `is_row_in` during initialization 4 Thanks to leuraph
1.0.3
Update thanks to leuraph 3 : * style: In the docstring, add some words about the returned variables * feature: separate the function is_row_in to make it available as stand-alone function * refactor: add "early returns" in ismember
1.0.2
* Vectors with dtype Object will be handled as string.
1.0.1
* Update to make the code much faster and handling of larger datasets. Thanks to rw31415! * add unit tests to Github workflows