vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.28k stars 590 forks source link

🐛 hdf5: do not keep a reference to numpy arrays on closing an hdf5 file #2066

Closed maartenbreddels closed 2 years ago

maartenbreddels commented 2 years ago

Otherwise the buffers of the numpy arrays are still being used.

Fixes #2062