In this new version:
- Extended significantly test suite, now testing python versions "3.7", "3.8", "3.9", "3.10", "3.11", and "3.12"
- Resolved corner cases relative to specific variants of numpy/pandas in some of the tested python versions
- Now supporting NumPy without requiring pandas to be installed.
- Added supporting lots more hash functions, including `md5`, `sha256`, `sha1`, `sha224`, `sha384`, `sha512`, `sha3_512`, `shake_128`, `shake_256`, `sha3_384`, `sha3_256`, `sha3_224`, `blake2s`, `blake2b`, as provided from the `hashlib` library.
Cheers!