Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed database.py for compatibility with numpy 2.0
- changed np.NaN to np.nan for compatibility with numpy 2.0 - Simplify `array_to_blob` and `blob_to_array` functions using `tobytes` and `frombuffer`. - Remove Python 2 compatibility checks and code paths.
- Loading branch information