LaurentMazare / npy-ocaml

Numpy file format support for ocaml.
Apache License 2.0
41 stars 10 forks source link

`Npz.restore`: like `Npz.read`, but avoids an extra copy by copying in-place #12

Open lukstafi opened 6 months ago

lukstafi commented 6 months ago

In a separate commit, I address an issue I noticed when testing on my system: missing python but python3 present. Feel free to revert this part.

lukstafi commented 6 months ago

There was a missing -p in the dune build part of the install script. I only realized that after rewriting installation to use dune-project.