jturner314 / ndarray-npy

.npy and .npz file format support for ndarray
https://docs.rs/ndarray-npy
Apache License 2.0
56 stars 18 forks source link

Use/recommend BufWriter where appropriate, and call flush in WriteNpyExt::write_npy #51

Closed jturner314 closed 3 years ago

jturner314 commented 3 years ago

Fixes #50.

bluss commented 3 years ago

That's a simple and sensible solution

jturner314 commented 3 years ago

@bluss Thanks for reviewing this.